Click here to Skip to main content
15,898,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: insert dropdownliste Pin
R. Giskard Reventlov15-Jun-10 3:12
R. Giskard Reventlov15-Jun-10 3:12 
GeneralRe: insert dropdownliste Pin
saini arun15-Jun-10 3:29
saini arun15-Jun-10 3:29 
GeneralRe: insert dropdownliste Pin
R. Giskard Reventlov15-Jun-10 4:00
R. Giskard Reventlov15-Jun-10 4:00 
QuestionRe: insert dropdownliste Pin
tek 200915-Jun-10 4:04
tek 200915-Jun-10 4:04 
AnswerRe: insert dropdownliste Pin
R. Giskard Reventlov15-Jun-10 4:24
R. Giskard Reventlov15-Jun-10 4:24 
GeneralRe: insert dropdownliste Pin
tek 200915-Jun-10 4:29
tek 200915-Jun-10 4:29 
GeneralRe: insert dropdownliste Pin
R. Giskard Reventlov15-Jun-10 5:13
R. Giskard Reventlov15-Jun-10 5:13 
AnswerRe: insert dropdownliste Pin
T M Gray15-Jun-10 11:22
T M Gray15-Jun-10 11:22 
A lot of people have given you the IsPostBack answer, but no one has commented on your loop. What is in your collection and what are you using for your keys? If you had a List<T> you wouldn't have to generate the list of keys and you wouldn't need to loop at all. You could just set the DataSource for the dropdown. If you set a datasource instead of doing Items.Add every time that would also eliminate your duplicates and it would be more efficient the one time it does run (once you had the IsPostBack check).
GeneralRe: insert dropdownliste Pin
tek 200915-Jun-10 22:07
tek 200915-Jun-10 22:07 
GeneralRe: insert dropdownliste Pin
T M Gray16-Jun-10 6:00
T M Gray16-Jun-10 6:00 
AnswerRe: insert dropdownliste Pin
R. Giskard Reventlov15-Jun-10 22:36
R. Giskard Reventlov15-Jun-10 22:36 
AnswerRe: insert dropdownliste [modified] Pin
tek 200915-Jun-10 22:57
tek 200915-Jun-10 22:57 
Questionparameters passed in LAN connection.. Pin
jainiraj15-Jun-10 1:39
jainiraj15-Jun-10 1:39 
AnswerCross Post Pin
dan!sh 15-Jun-10 2:06
professional dan!sh 15-Jun-10 2:06 
Answercross-post Pin
Luc Pattyn15-Jun-10 2:54
sitebuilderLuc Pattyn15-Jun-10 2:54 
QuestionNeed Help ! Please Pin
eslam soliman15-Jun-10 0:00
eslam soliman15-Jun-10 0:00 
AnswerRe: Need Help ! Please Pin
Peace ON15-Jun-10 1:20
Peace ON15-Jun-10 1:20 
GeneralRe: Need Help ! Please Pin
eslam soliman15-Jun-10 1:41
eslam soliman15-Jun-10 1:41 
GeneralRe: Need Help ! Please Pin
eslam soliman15-Jun-10 21:41
eslam soliman15-Jun-10 21:41 
AnswerRe: Need Help ! Please Pin
Sandeep Mewara15-Jun-10 1:21
mveSandeep Mewara15-Jun-10 1:21 
GeneralRe: Need Help ! Please Pin
eslam soliman15-Jun-10 1:35
eslam soliman15-Jun-10 1:35 
AnswerRe: Need Help ! Please Pin
dan!sh 15-Jun-10 2:09
professional dan!sh 15-Jun-10 2:09 
QuestionHelp With ASP.NET Wrappers [modified] Pin
Sachin Bedraman14-Jun-10 23:11
Sachin Bedraman14-Jun-10 23:11 
QuestionWindows Login - Pop up Pin
Ramkithepower14-Jun-10 22:21
Ramkithepower14-Jun-10 22:21 
AnswerRe: Windows Login - Pop up Pin
Manas Bhardwaj14-Jun-10 22:51
professionalManas Bhardwaj14-Jun-10 22: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.