Click here to Skip to main content
15,909,953 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Array (Urgent) Pin
mnaveed13-Jun-06 5:03
mnaveed13-Jun-06 5:03 
GeneralRe: Array (Urgent) Pin
kirthikirthi13-Jun-06 10:15
kirthikirthi13-Jun-06 10:15 
GeneralRe: Array (Urgent) Pin
Elina Blank13-Jun-06 10:41
sitebuilderElina Blank13-Jun-06 10:41 
GeneralRe: Array (Urgent) Pin
kirthikirthi13-Jun-06 11:34
kirthikirthi13-Jun-06 11:34 
QuestionAdding Server Controls Dynamically Pin
Brendan Vogt13-Jun-06 3:27
Brendan Vogt13-Jun-06 3:27 
AnswerRe: Adding Server Controls Dynamically Pin
mnaveed13-Jun-06 4:14
mnaveed13-Jun-06 4:14 
Questionproblem with dropdown text property Pin
Amit Agarrwal13-Jun-06 3:24
Amit Agarrwal13-Jun-06 3:24 
AnswerRe: problem with dropdown text property Pin
Brendan Vogt13-Jun-06 3:46
Brendan Vogt13-Jun-06 3:46 
Hi,

I'm not sure what language you are using, but in C# I would do it like this:

string strCountryID = Request.Querystring["CountryID"];
cboCountry.Items.FindByValue(strCountryID).Selected = true;

I hope this helps. If I am wrong please let me know then I will go and investigate.

Regards,
Brendan
GeneralRe: problem with dropdown text property Pin
Amit Agarrwal13-Jun-06 4:00
Amit Agarrwal13-Jun-06 4:00 
GeneralRe: problem with dropdown text property Pin
Brendan Vogt13-Jun-06 4:07
Brendan Vogt13-Jun-06 4:07 
QuestionVideo Streaming Pin
maddict13-Jun-06 3:09
maddict13-Jun-06 3:09 
Questionjavascript for yes no Pin
sparkling star13-Jun-06 2:41
sparkling star13-Jun-06 2:41 
AnswerRe: javascript for yes no Pin
Moe Tarhini13-Jun-06 19:34
Moe Tarhini13-Jun-06 19:34 
AnswerRe: javascript for yes no Pin
RichardGrimmer14-Jun-06 1:01
RichardGrimmer14-Jun-06 1:01 
GeneralRe: javascript for yes no Pin
sparkling star14-Jun-06 2:27
sparkling star14-Jun-06 2:27 
QuestionEncryption/decrption Pin
imshally8113-Jun-06 1:38
imshally8113-Jun-06 1:38 
QuestionGrid delete problem Pin
Commickey13-Jun-06 1:37
Commickey13-Jun-06 1:37 
AnswerRe: Grid delete problem Pin
Praveen_S13-Jun-06 18:33
Praveen_S13-Jun-06 18:33 
GeneralRe: Grid delete problem Pin
Commickey13-Jun-06 20:31
Commickey13-Jun-06 20:31 
GeneralOne more help! Pin
Commickey13-Jun-06 20:48
Commickey13-Jun-06 20:48 
GeneralYes... I got it Pin
Commickey13-Jun-06 20:56
Commickey13-Jun-06 20:56 
Questiondatalist header Pin
Chude13-Jun-06 1:31
Chude13-Jun-06 1:31 
QuestionDisable the close button of a pop up Pin
sparkling star13-Jun-06 1:09
sparkling star13-Jun-06 1:09 
Generalasp.net Pin
na13-Jun-06 0:49
na13-Jun-06 0:49 
GeneralRe: asp.net Pin
ThatsAlok13-Jun-06 1:55
ThatsAlok13-Jun-06 1:55 

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.