Answer Posted / 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 |
Post New Answer View All Answers
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
Can I read the hard disk serial # of the client computer using asp.net?
Explain about the .NET framework?
Explain how can we access static variable?
Why is asp.net so popular?
Explain how asp.net page works?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
How does output caching work in ASP.NET?
List of words of preprocessor in .net?
Difference between response.redirect and server.transfer?
What websites use asp.net?
What is .net remoting?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is the request flow used for asp.net mvc framework? : asp.net mvc