Click here to Skip to main content
15,900,644 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: minimize button Pin
Sandeep Akhare3-Aug-08 23:34
Sandeep Akhare3-Aug-08 23:34 
AnswerRe: minimize button Pin
Guffa4-Aug-08 0:14
Guffa4-Aug-08 0:14 
GeneralRe: minimize button Pin
eyeseetee4-Aug-08 0:32
eyeseetee4-Aug-08 0:32 
QuestionCan i add the database item to drop down list Pin
sandeep sangshetty3-Aug-08 22:31
sandeep sangshetty3-Aug-08 22:31 
AnswerRe: Can i add the database item to drop down list Pin
Abhijit Jana3-Aug-08 22:47
professionalAbhijit Jana3-Aug-08 22:47 
AnswerRe: Can i add the database item to drop down list Pin
Imran Khan Pathan3-Aug-08 22:57
Imran Khan Pathan3-Aug-08 22:57 
AnswerRe: Can i add the database item to drop down list Pin
Anand Desai3-Aug-08 23:26
Anand Desai3-Aug-08 23:26 
GeneralRe: Can i add the database item to drop down list Pin
Imran Khan Pathan3-Aug-08 23:50
Imran Khan Pathan3-Aug-08 23:50 
Anand Desai wrote:
int intCountryID = .....; // ID u got from database
for(int i=0;i<(ddlCountry.Length);i++)
{
if(ddlCountry[i].Value == intCountryID)
ddlCountry.SelectedIndex = i;
}


Just one line can do this.
ddlCountry.SelectedValue=intCountryID.ToString();


please don't forget to vote on the post that helped you.

AnswerRe: Can i add the database item to drop down list Pin
Anand Desai3-Aug-08 23:57
Anand Desai3-Aug-08 23:57 
AnswerRe: Can i add the database item to drop down list Pin
Sandeep Akhare4-Aug-08 0:35
Sandeep Akhare4-Aug-08 0:35 
GeneralRe: Can i add the database item to drop down list Pin
Anand Desai4-Aug-08 0:47
Anand Desai4-Aug-08 0:47 
AnswerRe: Can i add the database item to drop down list Pin
chandralekha4-Aug-08 1:53
chandralekha4-Aug-08 1:53 
Question(i m in big prob and need help) How to Assign Some text in a text box in Detail view Pin
Member 46590013-Aug-08 21:47
Member 46590013-Aug-08 21:47 
AnswerRe: (i m in big prob and need help) How to Assign Some text in a text box in Detail view Pin
Imran Khan Pathan3-Aug-08 23:17
Imran Khan Pathan3-Aug-08 23:17 
QuestionProblem with UpdatePanel And ListBox as Select ListBox Pin
Bardia Shahini3-Aug-08 21:37
Bardia Shahini3-Aug-08 21:37 
AnswerRe: Problem with UpdatePanel And ListBox as Select ListBox Pin
eyeseetee3-Aug-08 21:42
eyeseetee3-Aug-08 21:42 
AnswerRe: Problem with UpdatePanel And ListBox as Select ListBox Pin
Abhijit Jana3-Aug-08 21:48
professionalAbhijit Jana3-Aug-08 21:48 
QuestionRe: Problem with UpdatePanel And ListBox as Select ListBox Pin
Bardia Shahini4-Aug-08 20:24
Bardia Shahini4-Aug-08 20:24 
QuestionServer site problem Pin
krishnaveer3-Aug-08 21:28
krishnaveer3-Aug-08 21:28 
QuestionRe: Server site problem Pin
Abhijit Jana3-Aug-08 21:32
professionalAbhijit Jana3-Aug-08 21:32 
AnswerRe: Server site problem Pin
krishnaveer3-Aug-08 21:45
krishnaveer3-Aug-08 21:45 
AnswerRe: Server site problem Pin
Abhijit Jana3-Aug-08 22:50
professionalAbhijit Jana3-Aug-08 22:50 
GeneralRe: Server site problem Pin
krishnaveer4-Aug-08 2:33
krishnaveer4-Aug-08 2:33 
AnswerRe: Server site problem Pin
eyeseetee3-Aug-08 21:40
eyeseetee3-Aug-08 21:40 
GeneralRe: Server site problem Pin
krishnaveer3-Aug-08 21:48
krishnaveer3-Aug-08 21:48 

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.