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
neeraj gandhi
1.4k
299
57.1k
selected index change problem
Jun 6 2016 3:18 AM
i have two dropdown control on the page and both have selected index change event .
when selected index change event of first control fire and get completed second automatically fired . which in turn throw me errors can any on help to slove this issue ..
protected void ddlPayMode_SelectedIndexChanged(object sender, EventArgs e)
{
........ some code
}
// this selected index change fires automatcially
protected void ddlbankAcc_code_SelectedIndexChanged(object sender, EventArgs e)
{
... some code
}
Reply
Answers (
3
)
capture posted data
making a chat application