Click here to Skip to main content
15,949,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Console.WriteLine and Response.Write Pin
pmarfleet5-Feb-08 5:34
pmarfleet5-Feb-08 5:34 
QuestionWindows Authentication Help Needed Pin
Brendan Vogt5-Feb-08 4:21
Brendan Vogt5-Feb-08 4:21 
Generalreading HTML file and Append text Pin
gottimukkala5-Feb-08 3:44
gottimukkala5-Feb-08 3:44 
Generalreading HTML file and Append text Pin
gottimukkala5-Feb-08 3:44
gottimukkala5-Feb-08 3:44 
Generaluploading asp.net files to a web server Pin
eyeseetee5-Feb-08 3:39
eyeseetee5-Feb-08 3:39 
GeneralRe: uploading asp.net files to a web server Pin
eggsovereasy5-Feb-08 9:12
eggsovereasy5-Feb-08 9:12 
GeneralRe: uploading asp.net files to a web server Pin
eyeseetee5-Feb-08 21:45
eyeseetee5-Feb-08 21:45 
QuestionDrop Down Lists on web pages problem Pin
Anoop Brijmohun5-Feb-08 2:53
Anoop Brijmohun5-Feb-08 2:53 
Hi all,
i have an intermediate knowledge on asp.net and am using Vs2005 to write the programme.
i have two drop down lists on my web page and whenever i try to set the selected text, it always changes to the second one.
here is a short code snippet.
************************************************************************
dim dt as new datatable
dt = GetData()

me.dropdownlist1.Text = CTYPE(dt.rows(0).item("Consultant1"),string).trim
me.dropdownlist1.Text --> "Harry"
me.dropdownlist2.Text = CTYPE(dt.rows(0).item("Consultant2"),string).trim
me.dropdownlist1.Text --> "George"
me.dropdownlist2.Text --> "George"


*************************************************************************
when stepping through the code above the first drop down is initially correct but changes after the code passes over drop down 2.What am i doing wrong?


Could you help with this, please! Sigh | :sigh:
Anoop Brijmohun
GeneralRe: Drop Down Lists on web pages problem Pin
bokuceres5-Feb-08 17:31
bokuceres5-Feb-08 17:31 
GeneralRe: Drop Down Lists on web pages problem Pin
Anoop Brijmohun5-Feb-08 22:07
Anoop Brijmohun5-Feb-08 22:07 
GeneralRe: Drop Down Lists on web pages problem Pin
bokuceres7-Feb-08 19:10
bokuceres7-Feb-08 19:10 
GeneralGridView + .net 2.0 Pin
trilokharry5-Feb-08 2:46
trilokharry5-Feb-08 2:46 
GeneralRe: GridView + .net 2.0 Pin
Abhijit Jana5-Feb-08 2:51
professionalAbhijit Jana5-Feb-08 2:51 
GeneralRe: GridView + .net 2.0 Pin
bokuceres5-Feb-08 17:42
bokuceres5-Feb-08 17:42 
GeneralSql Connection Error!!! Pin
kibromg5-Feb-08 2:06
kibromg5-Feb-08 2:06 
GeneralRe: Sql Connection Error!!! Pin
Abhijit Jana5-Feb-08 2:25
professionalAbhijit Jana5-Feb-08 2:25 
GeneralRe: Sql Connection Error!!! Pin
kibromg5-Feb-08 2:47
kibromg5-Feb-08 2:47 
GeneralRe: Sql Connection Error!!! Pin
Abhijit Jana5-Feb-08 2:50
professionalAbhijit Jana5-Feb-08 2:50 
GeneralRe: Sql Connection Error!!! Pin
kibromg5-Feb-08 2:59
kibromg5-Feb-08 2:59 
GeneralRe: Sql Connection Error!!! Pin
kibromg5-Feb-08 4:05
kibromg5-Feb-08 4:05 
GeneralRe: Sql Connection Error!!! Pin
Paddy Boyd5-Feb-08 2:44
Paddy Boyd5-Feb-08 2:44 
AnswerRe: Sql Connection Error!!! Pin
Vasudevan Deepak Kumar5-Feb-08 4:17
Vasudevan Deepak Kumar5-Feb-08 4:17 
QuestionAdRotator problem Pin
Raam5-Feb-08 2:00
Raam5-Feb-08 2:00 
GeneralRe: AdRotator problem Pin
PragneshMPatel6-Feb-08 0:32
PragneshMPatel6-Feb-08 0:32 
Generaljava script+master page Pin
trilokharry5-Feb-08 1:51
trilokharry5-Feb-08 1:51 

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.