views:

40

answers:

1

Hi to all, my requirement is to get the result in gridview based on the treeview node selection using javascript i.e. client scripting. Currently the same can achieve using server side scripting, but i want with out postback and without using selectednodeindexchanged event. Pls. help me to solve this problem.

A: 

ASP.NET 2.0's Client Callback Feature -Client Callback lets you programmatically call server-side methods through client-side JavaScript code without needing to post back the page

than use Jqgrid to bind your serverside data instead of asp.net gridview will do work for you

Pranay Rana
Thanks for your quick reply, but is it not possible with gridview?
pravakar