Hi all,
I have created a page using Gridview.
Say my Gridview displays:
=============== =============== =============== ==========
Id City Country
=============== =============== =============== ==========
2 DDD CCC
3 AAA EEE
4 WWW CCC
when I click on the row whose id is 2,the data in it i.e,city & country are displayed in text boxes respectively.
same for 3,textboxes are filled with AAA & EEE respectively.
This works fine for me.
But my problem is that for each click on Gridview the whole page gets refreshed which is a bad experience.
How can I solve it.
Pls help.It's really urgent.
I have created a page using Gridview.
Say my Gridview displays:
=============== =============== =============== ==========
Id City Country
=============== =============== =============== ==========
2 DDD CCC
3 AAA EEE
4 WWW CCC
when I click on the row whose id is 2,the data in it i.e,city & country are displayed in text boxes respectively.
same for 3,textboxes are filled with AAA & EEE respectively.
This works fine for me.
But my problem is that for each click on Gridview the whole page gets refreshed which is a bad experience.
How can I solve it.
Pls help.It's really urgent.
Comment