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
What are the new login controls in asp.net 2.0?
What is rending process in ASP.NET?
Explain login controls.
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Differentiate between globalization and localization.
What is ashx file in asp.net?
Is razor a programming language?
What is the best Macanism to clear the Cache in asp.net
How is it possible for .NET to support many languages?
How many types of file extensions for razor views in ASP.Net MVC?
What is a user session?
How is my content secured from unauthorized access?
Explain the concept of View Model in MVC?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is an asp.net validator? And, mention its types.