When I click the left mouse button on a corresponding row in my grid view control I want that row to turn editable.
How can I do this?
When I click the left mouse button on a corresponding row in my grid view control I want that row to turn editable.
How can I do this?
Here you can find gridview editing and more : ASP.NET Quickstart Tutorials
Also this is another example : MSDN GridView RowEditing Event Reference