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
Roy r
NA
64
170.1k
Combobox OnSelectedIndexChanged not firing
Feb 4 2011 8:10 AM
Hello,
I have two combo box and want to fill second combo based on first's selected value. I've added OnSelectedIndexChanged event for first combo and set its auto post-back property to true.Now when use select any value from 1st combo, OnSelectedIndexChanged will call . And its working right now.
But When I set selected value of combo box from code behind ,I want to fire OnSelectedIndexChanged event.
combobox.selectedvalue= 1;
Currently in my application OnSelectedIndexChanged event not firing when above line is executed.
If anybody knows how to solve this then please tell me.
-Thanks
Reply
Answers (
1
)
dynamic tree with three child
selected value of gridview's dropdownlist Asp.net