Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,

i have requirement like,
click on linkbutton in gridview it should display data in another div. and if i click on another linkbutton in gridview, then related data should come after previous data and so on....

now which control should i take to display data in that div?

and if i click on linkbutton, it should not postback,should display data immediate.

how can i do this?

thanks,
kk
Posted
Updated 18-Apr-13 22:25pm
v2
Comments
RelicV 19-Apr-13 7:24am    
you can use JavaScript/jQuery to get the data in a div. Also, gridview/repeater/listview/html table all can be used to display data. If you want to display all the columns data, a literal control should help you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900