Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Tomo Tomo #1
DataGrid with edit,insert & delete but with no ViewState !?
is this possible and how?
Tomo Tomo Guest
-
Edit, Add , Delete Data from a DataGrid
Hi... I am pretty new to the .NET especially Visual C++.NET . I have a question maybe the experts here can answer. I have an XML file and the... -
Howto insert delete rows into a ASP.net datagrid?
Hi I am a newbie ASP.net programmer and can't find a decent code sample to insert/delete/edit rows in a ASP.net datagrid. Thanks Jim -
Datagrid Edit, Insert & Update Checkbox (ASP.NET Using VB.NET)
Hi you guys. If you could possible help me here. I am quite new to .NET coming over from VB and with limited ASP development. I am having a problem... -
Add/Edit/Delete Fields in Datagrid
You can edit in-place abyway. Suggest you consifer using right click invoked context menus for Insert/Delete functions, its cleaner "Jordan... -
Insert a Datatable or Datagrid into ViewState?
Is it possible to insert the contents of an entire datatable or datagrid into ViewState so that is can be persisted between calls to and from the... -
Jos #2
Re: DataGrid with edit,insert & delete but with no ViewState !?
Tomo Tomo wrote:
Yes. You can turn off viewstate on the datagrid, but you will> is this possible and how?
need a way to keep the state of the EditItemIndex property
(and also page/sort info if you use paging/sorting).
You could do this by creating your own property with ViewState,
or you could add a hidden field.
--
Jos
Jos Guest



Reply With Quote

