J
Jason Huang
Hi,
In the .Net 3.5 C# web application, if we have a GridView control GridView1
and is bound to DataTable DT1.
If I want to have every rows in the GridView in edit mode by default, how do
I do it?
The reason for doing this is user want to have something like a 3X5
GridView, and he can type in every cells in the GridView without clicking
the Edit button row by row.
Thanks for help.
Jason
In the .Net 3.5 C# web application, if we have a GridView control GridView1
and is bound to DataTable DT1.
If I want to have every rows in the GridView in edit mode by default, how do
I do it?
The reason for doing this is user want to have something like a 3X5
GridView, and he can type in every cells in the GridView without clicking
the Edit button row by row.
Thanks for help.
Jason