Hai,
I am using Visual Studio 2008 and Framework 3.5. I wrote a WebService and I added that WebService in my page through ScriptManager Service Path. I wrote a method in the webservice, that returns List<...>. I captured that value from JavaScript function. Now I want to bind that List<...> value to with my Asp:GridView using JavaScript. Help me .....