R
rockdale
Hi,
I am upgrading my asp.net 1.x to asp.net 2.0. In my page I have a
datagrid and a group of textbox, dropdownlist, checkbox... etc. the
datagrid and the group of controls are hooked up - when user click on
datagrid to select a row, then I will populate the record detail to
those controls for user to edit.
As in asp.net 2.0, I tried to use detailsview to replace the group of
controls by using <ItemTemplate>. But I do not like the user has to
click edit/insert button to change read-only to edit mode. I want the
detailsview always in edit/insert mode so that the user can edit
/insert then click a save button to save changes. Can I achive this? I
tried to use ItemTemplate but got lots of problems. Any example for a
edit-mode only detailview/formview?
Thanks a lot
-rockdale
I am upgrading my asp.net 1.x to asp.net 2.0. In my page I have a
datagrid and a group of textbox, dropdownlist, checkbox... etc. the
datagrid and the group of controls are hooked up - when user click on
datagrid to select a row, then I will populate the record detail to
those controls for user to edit.
As in asp.net 2.0, I tried to use detailsview to replace the group of
controls by using <ItemTemplate>. But I do not like the user has to
click edit/insert button to change read-only to edit mode. I want the
detailsview always in edit/insert mode so that the user can edit
/insert then click a save button to save changes. Can I achive this? I
tried to use ItemTemplate but got lots of problems. Any example for a
edit-mode only detailview/formview?
Thanks a lot
-rockdale