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
 
Back
Top