editing a row in Gridview in ASP.NET 2.0
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How can I do editing a particular row in a Gridview control without postback Thanks in Advance, Pothirajan C
-
How can I do editing a particular row in a Gridview control without postback Thanks in Advance, Pothirajan C
Hi there, Can you be more specific about what you want to do with the particular row of the GridView control without postback? The GridView control is rendered as a table at the client side, and basically what you want to do is supposed to run on the client machine. So you can use the client side stuff: javascript, behavior ... to get it done.