Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Rohit Kukreti #1
Preserving Filters
Hi,
I have written an app which is using a lot of datagrids.
Sorting and Filtering of recs have been done succesfully.
Editing of recs being done either on a different page or by hiding the
datagrid and showing other controls. Now the problem is that
if the user has sorted or filtered the rec and when he edits the rec and
comes back
the filter or the sort are not there.
One way is to take the filter and sort val to next page and then on coming
back to
the initial page use those vals to filter and sort the recs.
But, is there any inbuilt thing which can do this.
---
Rohit
Rohit Kukreti Guest
-
Preserving File Name
Is there any way to force Contribute to overwrite files? We update our site daily and as a result, each time new images are loaded contribute... -
Preserving Primary Keys in DTS
I have a dev and production server. I want to copy the data from a table in production to DEV and preserve the primary key values. What's the best... -
Preserving data
I'm using flash forms and was wondering if data can be preserved. If a user enters some data and submits the form. If there is something wrong I... -
preserving html in xmlText
Anybody have an idea how to preserve html tags within a specific xml node's xmlText ? for example if a string has <b> tags around a word I want to... -
Preserving desktop
I use a screen resolution of 1024 x 768. To check that a projector looks OK at 800 x 600 I reset my machine to that resolution. Doing that messes up... -
Rohit #2
Re: Preserving Filters
hi Rohit,
You can do this using ViewState and Session Objects.
Regards,
Rohit,
"Rohit Kukreti" <rohitkukreti@hotmail.com> wrote in message
news:ubgLZAUbDHA.2296@TK2MSFTNGP09.phx.gbl...> Hi,
>
> I have written an app which is using a lot of datagrids.
> Sorting and Filtering of recs have been done succesfully.
> Editing of recs being done either on a different page or by hiding the
> datagrid and showing other controls. Now the problem is that
> if the user has sorted or filtered the rec and when he edits the rec and
> comes back
> the filter or the sort are not there.
>
> One way is to take the filter and sort val to next page and then on coming
> back to
> the initial page use those vals to filter and sort the recs.
> But, is there any inbuilt thing which can do this.
>
> ---
> Rohit
>
>
Rohit Guest



Reply With Quote

