|
-
Mar 22nd, 2007, 02:07 PM
#1
Thread Starter
Fanatic Member
ASP.NET Pagersettings
Hello, all,
I'm trying to decipher the PreviousPageText, FirstPageText, etc. properties of the formview object. The default of LastPageText property for example is:
>>
I don't know what this means; I just want have it say Last Page. Same with the other properties. I'm not sure what I need to put to change them to what I want them to say instead of the defaults.
I'm using ASP.NET 2.0
Thanks,
Strick
-
Mar 22nd, 2007, 07:41 PM
#2
Re: ASP.NET Pagersettings
You can change that in the properties of the grid in Design mode. It's under PagerStyle and the properties that you are looking for are NextPageText and PrevPageText.
HTH
HoraShadow
I do like the reward system. If you find that my post was useful, rate it.
-
Mar 24th, 2007, 08:00 PM
#3
Re: ASP.NET Pagersettings
> means >. So your current LastPageText property is >>
It's just an HTML entity. Others are < (<), " ("), & (&).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|