G
Guest
Hi,
In a gridview, How can i display different columns between item and edit
modes.
For eg. i have a sql that returns productname, categoryname, etc.
In viewmode, i need to display only productname column and not categoryname
column. Again in Edit mode, i need display/edit category name only. But not
productname column shouldnt be displayed/editable.
In visual studio 2005, I tried converting the columns to template fields and
removed the field label/textboxes in item and edit templates.
But the column exits with the header.
How can i show/hide differnt columns between view/edit modes?
can it be done using visual studio 2005 designer mode?
Any help appreciated.
Thanks
Gane
In a gridview, How can i display different columns between item and edit
modes.
For eg. i have a sql that returns productname, categoryname, etc.
In viewmode, i need to display only productname column and not categoryname
column. Again in Edit mode, i need display/edit category name only. But not
productname column shouldnt be displayed/editable.
In visual studio 2005, I tried converting the columns to template fields and
removed the field label/textboxes in item and edit templates.
But the column exits with the header.
How can i show/hide differnt columns between view/edit modes?
can it be done using visual studio 2005 designer mode?
Any help appreciated.
Thanks
Gane