How to enable paging in FormView control?
-
Hi I have used the following code in the pageindexchanging eventhandler,but the event is not fired.Has set the AllowPaging as true.still the same problem
FormView1.PageIndex = e.NewPageIndex; BindMessages();
please help -
Hi I have used the following code in the pageindexchanging eventhandler,but the event is not fired.Has set the AllowPaging as true.still the same problem
FormView1.PageIndex = e.NewPageIndex; BindMessages();
please helptry with this taken from MSDN
**Product ID:** **Product Name:** **Category ID:** **Quantity Per Unit:** **Unit Price:**
Thanks and Regards Sandeep If If you look at what you do
-
Hi I have used the following code in the pageindexchanging eventhandler,but the event is not fired.Has set the AllowPaging as true.still the same problem
FormView1.PageIndex = e.NewPageIndex; BindMessages();
please helpnot clear enough without the code...however, you might take a look at Quick Start with Form View << >>