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 difference cookie and session?
What is intrinsic objects in asp.net?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What events will occur when a page is loaded?
Why session is used in asp.net?
Differentiate between structure and class.
What is the difference between executescalar and executenonquery?
What does the .webpart file do?
Explain code snippet to register exception filters from controller?
What is the full form of asp.net?
What is the caspol.exe tool used for?
What is jade template engine?
Define application state variable and session state variable?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
If you are using components in your application, how can you handle exceptions raised in a component?