D
David C
I designed a datagrid with editable server controls such as text boxes,
dropdowns in each row. That way, the user does not have to click "Edit" to
get the editable controls.
And with one save button, I loop through each item, FindControl on each
field, and save all the records displayed by the datagrid on one swoop.
The problem is, it takes a looong time to draw the server control initially
since all rows have to be populated with controls. Is there a way to speed
this up?
dropdowns in each row. That way, the user does not have to click "Edit" to
get the editable controls.
And with one save button, I loop through each item, FindControl on each
field, and save all the records displayed by the datagrid on one swoop.
The problem is, it takes a looong time to draw the server control initially
since all rows have to be populated with controls. Is there a way to speed
this up?