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 is the concepts of globalization and localization in .net?
how to transfer the file from client to server using asp.net
What is difference in .net 1.1 and .net 2.0?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What are the differences between code behind and code inline?
What is http only cookie?
What do you mean by View State and what is its role?
what is AutoEventWireUp and what is the use of This property explain in details?
What is the life cycle of web page?
What does postback mean?
Explain the difference between panel and groupbox classes using .net?
Which is better union or union all?
Can a master page have more than one contentplaceholder?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What are merge modules?