TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Monica
NA
7
0
Event handling
Feb 14 2008 5:40 AM
I have to fill a list box with some values.. Select a value. As soon as i select i should get another dropdown list containing values related to the selected value. And after i select a value from the second dropdown i have to display something on the same page related to the second value selected. I am getting the first dropdown.selectedindexchanged event handled properly. But the second dropdown event handler is not getting called. I have put the loading of first dropdown in page_load event and given a separate event handler for each dropdown. In first handler i get the selected value and display the second dropdown. In the same event if i lauch the second event handler it goes back and loads the page again with only the first dropdown. Give me some solution.
Putting these things in Page_load is wrong?
Reply
Answers (
6
)
Unable to open web project....
Creation of single package from multiple .exe file in c# desktop application