GridView Next / Previous buttons

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

Is it possible to use images as Next / Previous buttons on an Asp.Net
2.0 GridView?

Thanks,

Miguel
 
Hello,

Is it possible to use images as Next / Previous buttons on an Asp.Net
2.0 GridView?

Thanks,

Miguel

Look at the PagerSettings properties of the GridView. If want to
use images other than the default images,
set the following properties:
FirstPageImage
LastPageImage
NextPageImage
PreviousPageImage
Mode will need to be NextPrevious or NextPreviousFirstLast
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top