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...
User Profile
Collapse
-
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...Leave a comment:
-
-----------------------------------------------------------------------------------
I'm using an Access database where do you go to turn fulltext searching on ?...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: