Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How can you enable automatic paging in DataGrid
How can you enable automatic paging in DataGrid ?
✍: Guest
Following are the points to be done in order to enable paging in Datagrid :-
? Set the “AllowPaging” to true.
? In PageIndexChanged event set the current pageindex clicked.
Note:- The answers are very short, if you have implemented practically its just a revision.
If you are fresher just make sample code using Datagrid and try to implement this
functionality.
2007-10-24, 8056👍, 0💬
Popular Posts:
What is the FP per day in your current company?
Where are cookies actually stored on the hard disk? This depends on the user's browser and OS. In th...
How To Create an Array in PL/SQL? - Oracle DBA FAQ - Introduction to PL/SQL If you want create an ar...
What Tools to Use to View HTML Documents? The basic tool you need to view HTML documents is any Web ...
How do we get the current culture of the environment in windows and ASP.NET? “CultureInfo.CurrentCul. ..