datalist paging with master pages
-
hi iam want to do paging in datalist.i found the code and it is working properly.but the actual problem is iam using master page concept in my application and if i use paging inside master page it is not working.also i want to mimic the page information in the footer as "page1 to 6 of10".. can anyone lend me hand. thanks in advance.
pintoo
-
hi iam want to do paging in datalist.i found the code and it is working properly.but the actual problem is iam using master page concept in my application and if i use paging inside master page it is not working.also i want to mimic the page information in the footer as "page1 to 6 of10".. can anyone lend me hand. thanks in advance.
pintoo
Try the following method. Place a contentplaceholder in the master page footer area.
In your datalist page use this content place holder (Other pages you can ignore it.) You can set the value of the pager as required lblPager.Text = "Page 1 to 6 of 10"; *jaans