borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (about Regex tutorial?)Next Topic (what is Satellite Assemblies?) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : how to add images in the pager bar of datagrid ?
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon how to add images in the pager bar of datagrid ?

if i want to add images in the pager bar of datagrid, so then please tell me with sample code how could i do so.

07-08-2004 at 07:31 AM
View Profile Send Email to User Show All Posts | Quote Reply
MacD
Level: Big Cheese

Registered: 06-01-2004
Posts: 19
icon Re: how to add images in the pager bar of datagrid ?

Hi,

This is what you do.

Set the PagerStyle Mode property of your datagrid to NextPrev. Then go to your HTML code on the  PagerStyle tag.
On the NextPageText attribute of this tag give it a value "<img src='X' border=0>" and on your PrevPageText attribute give it the value "<img src='images\X'> border=0".  In essence your PagerStyle tag should look like the one below:

<PagerStyle NextPageText"<img src='X' border=0>"  PrevPageText"<img src='X' border=0>"></PagerStyle>

Where

X = URL where the image that you want to use is located e.g images\next.gif.

I hope this will assist you.

Have a good day.

Regards,


____________________________
MacD

25-08-2004 at 02:51 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : how to add images in the pager bar of datagrid ?
Previous Topic (about Regex tutorial?)Next Topic (what is Satellite Assemblies?) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder