Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
33 views

How to disable the remaining index pages of gridview except the current index page duing pagination?

I have a gridview and there is a column of buttons in it. when i click the "book" button the current page index(pagination- 1 2 3 4) should be enabled and the remaining page indexes(pagination- 1 2 3 ...
1
vote
1answer
1k views

Anyone have sample code for a UserControl with pager controls to be used in a GridView's PagerTemplate?

I've got several Gridviews in my application in which I use a custom PagerTemplate. I'd like to turn this custom template into a UserControl so that I don't need to replicate the same logic in ...
0
votes
1answer
424 views

PagerTemplate does not show when GridView is empty in ASP

I am trying to make a small ASP.NET application where I have a GridView with data being accessed from the database. I also have a PagerTemplate that has LinkButtons that allow me to add in a new ...
0
votes
1answer
993 views

Bit of help with DataPager template & LinkButton please?

I have a datapager with a pagertemplate. In the template I have a "Show All" button, which sets the PageSize of the datapager to show all records. This works fine but I want to be able to hide the ...