Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a dropdownlist with 4 items. Based on the selection made a panel will be updated with different buttons. When clicking the buttons an url will open. Somehow it is only fired on second click, when I first have chosen the item in the dropdownlist.

What am I doing wrong?
Posted
Comments
Naveen.Sanagasetti 9-Oct-15 5:30am    
put a breakpoint in onselectedindexchanged event of dropdown and then check whether event is triggered or not while first click time..
Member 11971472 9-Oct-15 6:34am    
Thanks for the help. I made it in an updatepanel instead, but will mark your response as solution.

1 solution

Reply
put a breakpoint in onselectedindexchanged event of dropdown and then check whether event is triggered or not while first click time..
Member 11971472 at 2 secs ago
Reply
[Modify the comment.] [Delete the comment.]
Thanks for the help. I made it in an updatepanel instead, but will mark your response as solution.
 
Share this answer
 
Comments
CHill60 9-Oct-15 6:57am    
You can't mark Naveen's post as the solution - you should invite him to post the solution himself

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900