Ask a Question related to ASP.NET General, Design and Development.
-
Sreejumon[MVP] #1
Re: datagrid custom pagination
Hi Sudha,
You can create different view for each user. While creating view specify the
session name for each user. If the data is not pretty much big, you can keep
that in ASP.Net session too.
--
Let me know if you need further help
Regards
Sreejumon[MVP]
DOTNET makes IT happen
"sudha" <sudha_s@lycos.com> wrote in message
news:0e5f01c344de$9d742950$a001280a@phx.gbl...> Hi There
>
> Are there ways to avoid creating temporary tables when
> using Custom Pagination of a Data Grid control?
>
> We're experiancing some issues with custom pagination
> related to the fact that we're using a single user on the
> SQL Server for all SQL Server stored procedure
> transactions.
>
> Therefore the temporary table is owned by that single user
> and not end user session based.
>
> Thanks in advance
>
>
Sreejumon[MVP] Guest
-
Book Pagination (.indb) Continuous Pagination (HELP!)
THE DOCUMENT: I've been working on a book with 14 separate documents using the Book feature (.indb) which coordinates the separate chapters... -
Update Custom Collection that is bound to DataGrid made up of Custom COlumns
I recieved some very useful help from Steven Cheng in an earlier post in this group entitled 'Dynamically create datagrid columns' and am now... -
custom usercontrol inside of datagrid - loses its state/viewstate on re-bind/postback of the datagrid
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
Datagrid pagination with previous/ next and numbers simultane
I have data grid in one of my application and I want to use previous next and numberic paging simultaneously. It is like the google page which has... -
DataGrid Pagination
I am trying to get pagination working on a datagrid. Can anyone point me to a resource for help on this? I'm not sure if custom paging is the best...



Reply With Quote

