How to manage pagination in a page?
Answers were Sorted based on User's Feedback
Answer / shiva
set allowpaging to true and you have to write some coding
in pageindexchanging event
GridView1.PageIndex = e.NewPageIndex;
binddata();
| Is This Answer Correct ? | 10 Yes | 0 No |
Using pagination option in DataGrid control. We have to set
the number of records for a page, then it takes care of
pagination by itself.
| Is This Answer Correct ? | 4 Yes | 2 No |
What does uri mean?
What are the advantages of asp.net?
In Code-Behind class which kind of code (server or client) is found ?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
Can you explain architecture of your project ?
write six HTTP request method?
Which template must you provide, in order to display data in a Repeater control?
How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?
What is the difference between a.Equals(b) and a == b?
To make Cache item dependent on a file,directory or other cached item ,you should create an instance of which clause?
Differentiate between file-based dependency and key-based dependency.
Can the validation be done in the server side? Or this can be done only in the Client side?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)