Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add Custom Button to GridView's Pager 1

Status
Not open for further replies.

nicsin

Programmer
Jul 31, 2003
743
GB
Hi all,

I've got a gridview control with a pager, which works ok. What I want to do is add a custom button at the same row as the PREVIOUS - NEXT buttons of the pager.

The reason is that I have added a template column to the right of the grid with checkboxes. The user will check some of them and then press the button to perform a custom action. Basically all I want is to get the ids of the selected records and do something to these records.

All works but I haven't found a way to include the button at the same row, which leaves me with the option of placing it in the following row and this is ugly and unacceptable by my customer!

Thnx
Nik
 
forum855 is dedicated to asp.net, this would be a better suited forum. when you post a message there, provide your current code (markup/code behind) for the problem.

in the broadest terms, use the paging template to replace the default pager control.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
That was enough Jason. Thnx for the tip!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top