Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmultilevel categories ! Pin
wEb GuRu...15-Jul-08 6:15
wEb GuRu...15-Jul-08 6:15 
QuestionWriting System.Xml.XmlDocument in to DataSet object Pin
indian14315-Jul-08 5:27
indian14315-Jul-08 5:27 
QuestionTrigger event fire Pin
Member 387988115-Jul-08 4:11
Member 387988115-Jul-08 4:11 
AnswerRe: Trigger event fire Pin
leppie15-Jul-08 4:28
leppie15-Jul-08 4:28 
GeneralRe: Trigger event fire Pin
led mike15-Jul-08 4:56
led mike15-Jul-08 4:56 
AnswerRe: Trigger event fire Pin
J4amieC15-Jul-08 5:15
J4amieC15-Jul-08 5:15 
QuestionWrite datatables in different different excel files Pin
Member 387988115-Jul-08 3:40
Member 387988115-Jul-08 3:40 
QuestionThe Controls collection cannot be modified because the control contains code blocks (i.e. <% … %>). Pin
Member 340288615-Jul-08 3:39
Member 340288615-Jul-08 3:39 
Hi there

I have a page with a DDL which binds the data in the .aspx page rather than the code behind. It was all working nicely until I moved this page onto another computer - it was working on one with Visual Web Developer Xpress but now it won't work on Visual Studio 2005. I thought maybe it is because the versions of .Net are different. I'm a newbie so please don't patronise!

Here is a snippet of my code:

<body>
<form id="form1" runat="server">
<div>
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:angell_eurosalesConnectionStringLocal %>"
SelectCommand="SELECT DISTINCT [BicCode], [Description], [BicCode] + ' : ' + [Description] AS CodeDesc
FROM [tblBicCode] WHERE LEN(LTRIM(BicCode))=1"></asp:SqlDataSource>

</div>

Please someone help me!
Lorna
QuestionClose the popup window once user filled up the form. Pin
rahul.net1115-Jul-08 3:38
rahul.net1115-Jul-08 3:38 
AnswerRe: Close the popup window once user filled up the form. Pin
eyeseetee15-Jul-08 3:40
eyeseetee15-Jul-08 3:40 
GeneralRe: Close the popup window once user filled up the form. Pin
rahul.net1115-Jul-08 3:49
rahul.net1115-Jul-08 3:49 
GeneralRe: Close the popup window once user filled up the form. Pin
eyeseetee15-Jul-08 3:52
eyeseetee15-Jul-08 3:52 
GeneralRe: Close the popup window once user filled up the form. Pin
rahul.net1115-Jul-08 3:59
rahul.net1115-Jul-08 3:59 
QuestionHow to avoid concurrency control? Pin
mcmilan15-Jul-08 2:47
mcmilan15-Jul-08 2:47 
AnswerRe: How to avoid concurrency control? Pin
Mike Ellison15-Jul-08 14:00
Mike Ellison15-Jul-08 14:00 
QuestionBrowser Compatibility ( My webpage contols are not looking in a proper layout in Mozilla, Opera..) Pin
mcmilan15-Jul-08 2:42
mcmilan15-Jul-08 2:42 
AnswerRe: Browser Compatibility ( My webpage contols are not looking in a proper layout in Mozilla, Opera..) Pin
eyeseetee15-Jul-08 2:55
eyeseetee15-Jul-08 2:55 
AnswerRe: Browser Compatibility ( My webpage contols are not looking in a proper layout in Mozilla, Opera..) Pin
Guffa15-Jul-08 12:21
Guffa15-Jul-08 12:21 
QuestionWindow.close () is not working in mozilla firefox( working fine in IE) Pin
mcmilan15-Jul-08 2:38
mcmilan15-Jul-08 2:38 
AnswerRe: Window.close () is not working in mozilla firefox( working fine in IE) Pin
Imran Khan Pathan15-Jul-08 2:47
Imran Khan Pathan15-Jul-08 2:47 
GeneralRe: Window.close () is not working in mozilla firefox( working fine in IE) Pin
mcmilan15-Jul-08 19:08
mcmilan15-Jul-08 19:08 
GeneralRe: Window.close () is not working in mozilla firefox( working fine in IE) Pin
bmchugh6616-Jul-08 3:52
bmchugh6616-Jul-08 3:52 
Questionhow to download file Pin
Nika Asgari15-Jul-08 2:37
Nika Asgari15-Jul-08 2:37 
QuestionRegarding Ajax Calendar Control Problem Pin
mcmilan15-Jul-08 2:35
mcmilan15-Jul-08 2:35 
AnswerRe: Regarding Ajax Calendar Control Problem Pin
Imran Khan Pathan15-Jul-08 2:43
Imran Khan Pathan15-Jul-08 2:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.