Hi,
I have a Gridview control which is under UpdatePanel control using AJAX.
When I click the Select button in the GridView the SelectedIndexChanged button is not getting triggered asynchronously.
It works fine if I remove the UpdatePanel Control but in that case it will do a PostBack and load the entire page.
I want to use AJAX and run the SelectedIndexChanged event asynchronously.
Any ideas ?
Thanks
Pr
I have a Gridview control which is under UpdatePanel control using AJAX.
When I click the Select button in the GridView the SelectedIndexChanged button is not getting triggered asynchronously.
It works fine if I remove the UpdatePanel Control but in that case it will do a PostBack and load the entire page.
I want to use AJAX and run the SelectedIndexChanged event asynchronously.
Any ideas ?
Thanks
Pr