Ask a Question related to ASP.NET General, Design and Development.
-
Stephajn Craig #1
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
server? It's on an intranet, so bandwidth isn't too much of a concern here.
--
Stephajn Craig
Stephajn Craig Guest
-
How to insert datatable data into database at a time
Hi TO All I am doing one task, in that i want to insert datatable data int database at a time.i.e., i am creating one datatable and i a... -
UserControl inside of datagrid - loses its viewstate when datagrid is re-bound on postback
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
Datatable Relations and Datagrid
I know you can create two datatables in a dataset and then link them up using a data relation. But to make use of this I would like to know do you... -
DataGrid with edit,insert & delete but with no ViewState !?
is this possible and how? -
Help with Delete in DataTable and DataGrid
Hi, Can someone please help with a problem I have. The BOL I think are useless in explaining what I want to do. I have a datagrid, that is... -
David Browne #2
Re: Insert a Datatable or Datagrid into ViewState?
"Stephajn Craig" <s.craig@NOSPAMfunsunvacations.com> wrote in message
news:OCUPGnJUDHA.3024@tk2msftngp13.phx.gbl...here.> 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
> server? It's on an intranet, so bandwidth isn't too much of a concernWhy not just put it in Session state?>
If you have enough memory on your web server it would be much cheaper,
faster and easier.
David
David Browne Guest



Reply With Quote

