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
3 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nirav DaraniyaPosted Jun 6, 2016, 6:20 AM
neeraj gandhiPosted Jun 6, 2016, 4:44 AM
Nirav DaraniyaPosted Jun 6, 2016, 4:04 AM