Paging for DataGrid
-
Hi, wud any body can help me. I want Custom Paging for DataGrid. Means I use DataGrid and bound it with database table. There is paging facility for datagrid. but i want to use different from that. I want paging in which there is Next,Previous buttons, and Pages numbes. means there is like this navigation. [First] [Previous] 1 2 3 4 5 [Next] [Last] Help me i want argent. Thanks in advance. J. A. Patel
-
Hi, wud any body can help me. I want Custom Paging for DataGrid. Means I use DataGrid and bound it with database table. There is paging facility for datagrid. but i want to use different from that. I want paging in which there is Next,Previous buttons, and Pages numbes. means there is like this navigation. [First] [Previous] 1 2 3 4 5 [Next] [Last] Help me i want argent. Thanks in advance. J. A. Patel
Basically, the easy way is to write your own control, which contains a datagrid, and generates the links and the inner page. It generates the inner page by only passing the data from the current page to the datagrid. Christian Graus - Microsoft MVP - C++
-
Basically, the easy way is to write your own control, which contains a datagrid, and generates the links and the inner page. It generates the inner page by only passing the data from the current page to the datagrid. Christian Graus - Microsoft MVP - C++
Thanks for ur reply. If u have this type of control please give me, this become very usefull for me. I require that urgent and i have no time to create control. Please help me. J. A. Patel
-
Thanks for ur reply. If u have this type of control please give me, this become very usefull for me. I require that urgent and i have no time to create control. Please help me. J. A. Patel
I'm sorry, it belongs to my employer, not me. Christian Graus - Microsoft MVP - C++
-
Hi, wud any body can help me. I want Custom Paging for DataGrid. Means I use DataGrid and bound it with database table. There is paging facility for datagrid. but i want to use different from that. I want paging in which there is Next,Previous buttons, and Pages numbes. means there is like this navigation. [First] [Previous] 1 2 3 4 5 [Next] [Last] Help me i want argent. Thanks in advance. J. A. Patel
Here is an article about pager control, may be you can ... http://www.codeproject.com/useritems/DataGrid_Pager.asp[^] ASP.NET C# VB VC & SQL Windows APP ...