Asynchronous Postback for GridView's Select Command
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello Friends, I've a GridView inside an Update Panel. There is a Select Command inside the GridView as i click on Select Link for a row. It has to fill the labels with the value brought at RowCommand for Select Command but labels are outside of the Update Panel so it's not showing the values in the labels. But if i use PostBack Trigger then it's working fine but taking an postback. So i want to use something for AsynPostBack. So suggest me the way