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, 8200👍, 0💬
Popular Posts:
How To Select Some Rows from a Table? - MySQL FAQs - SQL SELECT Query Statements with GROUP BY If yo...
What does address of operator do in background? The AddressOf operator creates a delegate object to ...
How To Enter Microseconds in SQL Statements? - MySQL FAQs - Introduction to SQL Date and Time Handli...
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
How can I check for HTML errors? HTML validators check HTML documents against a formal definition of...