User Profile

Collapse

Profile Sidebar

Collapse
reyn
reyn
Last Activity: Apr 8 '08, 07:23 PM
Joined: Apr 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • reyn
    replied to paging
    in .NET
    The pagerstyle doesnt have anything in it but fore colors, alignment, bgcolor etc....

    may i asked the question wrong.

    I want the the gridview form to display what page it is out of the total that is in the form.... example .... page 1 of 3 or page 2 of 30...
    See more | Go to post

    Leave a comment:


  • reyn
    replied to paging
    in .NET
    yes, i know how to get the gridview form to page .... I have it @ the bottom of the form but it just display the numeric pages.... how can i t display page 1 of 3...
    See more | Go to post

    Leave a comment:


  • reyn
    replied to multiple word keyword search in ASP.NET
    in .NET
    -----------------------------------------------------------------------------------

    I'm using an Access database where do you go to turn fulltext searching on ?...
    See more | Go to post

    Leave a comment:


  • reyn
    started a topic multiple word keyword search in ASP.NET
    in .NET

    multiple word keyword search in ASP.NET

    I want to find this book: The history of Columbia's rebels
    here is my SQL Query:

    Select * from Project (Title Like ("*columbia*reb els*")) OR (Description Like ("*columbia*reb els*"))

    this works in Access but not in ASP.NET ... whats wrong?

    this is my SQL statement in ASP.net

    Select
    ....
    WHERE (Project.Title LIKE '*'+ keyword +'*') OR (Project.Descri ption...
    See more | Go to post

  • reyn
    started a topic paging
    in .NET

    paging

    How do I get a Gridview form to display: Page 1 of 3 or Page 1 of 30 on the bottom of the form?

    -help
    See more | Go to post
    Last edited by reyn; Apr 4 '08, 04:53 PM. Reason: How do I get a Gridview form to display: Page 1 of 3
No activity results to display
Show More
Working...