In my gridview selectedindexchanged is not working. My gridview is inside the update panel, thats why its not working. I have already added the asynchronous post back trigger, then also its not working.
onrowdatabound="GridView3_RowDataBound" AlternatingRowStyle-BackColor="#C1C1C1"
onselectedindexchanged="GridView3_SelectedIndexChanged" Width="540px"
onrowcreated="GridView3_RowCreated" onrowupdating="GridView3_RowUpdating"
onselectedindexchanging="GridView3_SelectedIndexChanging"
onpageindexchanging="GridView3_PageIndexChanging">
5 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.
Vincent Maverick DuranoPosted Apr 27, 2016, 1:50 PM
Sivajihero HeroPosted Apr 27, 2016, 7:42 AM
Amit KumarPosted Apr 27, 2016, 7:29 AM
Sivajihero HeroPosted Apr 27, 2016, 6:35 AM
Nishant MittalPosted Apr 26, 2016, 4:00 AM