Click here to Skip to main content
15,911,315 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: Drop Down Lists on web pages problem Pin
bokuceres5-Feb-08 17:31
bokuceres5-Feb-08 17:31 
i'm not fully understand what your problem is.
do you want to assign your each ddl's text or item?

if item, you have to bind your ddl first with data, set selectedvalue and selectedtext then bind it.

ddl.datasource = bla2
ddl.selectedvalue = bla2
ddl.selectedtext = bla2
ddl.databind()

then select ddl.selectedvalue with your specific item.

be careful if you want to assign with something that "by reference".
sometimes if you don't assign it correctly, the result will goes like your problem like now.

hope it helps
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 
GeneralJavascript Help.. Pin
Sasmi5-Feb-08 1:36
Sasmi5-Feb-08 1:36 

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.