GridView Next / Previous buttons

S

shapper

Hello,

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

Thanks,

Miguel
 
B

bpd

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

Similar Threads

GridView insert button 1
GridView 1
GridView 1
Data Object 1
Mail and GridView web site 1
GridView, DataSet 1
Gridview. Fill dataset with various tables 1
Update Panel and Event 2

Top