Results 1 to 3 of 3

Thread: ASP.NET Pagersettings

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2004
    Posts
    541

    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:

    >&gt

    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

  2. #2
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    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.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: ASP.NET Pagersettings

    > means >. So your current LastPageText property is >>

    It's just an HTML entity. Others are &lt; (<), &quot; ("), &amp; (&).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width