Ask a Question related to ASP.NET General, Design and Development.
-
Dinesh Upare #1
Firing Datagrid events without maintaining ViewState
Hi,
I want to fire events of Datatgrid without maintaining the view state.
If I disable the ViewState then the events are not fired.
The reason I don't want to maintain view state is because its too heavy when
the data
increases.
Is there any way I only write the ViewState which is required to fire the
dataGrid Events?
I tried to override the SaveViewState and SavePageStateToPersistanceMedium
but don't have an idea what
part of view state is required to fire datagrid events?
I also want to avoid javascript.
Can any body help?
Thanks
Dinesh Upare
Dinesh Upare Guest
-
Nested Datagrid not firing events
Hi, I have a master / detail datagrid that when clicked on generates another datagrid which displays information and has a link column that is... -
DataGrid EditCommandColumn not firing events properly.
Hello all, I hope all is well with you. I am having a seriously difficult time with this problem. Allow me to set up the problem. I have a... -
Checkbox in DataGrid Not Firing OnCheckedChanged events.
Hi There, I have a datagrid with the following template column definition: <asp:TemplateColumn HeaderText="Select"> <ItemTemplate>... -
Why all my Datagrid Events not firing?
I have created a datagrid on an ASP.Net form, When I try to capture any of the "Command" events e.g. (ItemCommand) the event does not fire. I have... -
Programmatically creating a datagrid control - Events NOT Firing!!!! Please Help
My Events are not firing. Viewstate is Enabled. My Datagrid's datasource is being set after the Page Load. Is that a problem? How can I make it...



Reply With Quote

