Asp:GridView.DataBind() using AJAX WebService Javascript
Posted
by Senthil S R
on Stack Overflow
See other posts from Stack Overflow
or by Senthil S R
Published on 2009-05-14T11:08:54Z
Indexed on
2010/04/07
18:33 UTC
Read the original article
Hit count: 276
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 .....
© Stack Overflow or respective owner