Search results for query: *

  • Users: ncamoens
  • Content: Threads
  • Order by date
  1. N

    Paging a Datagrid

    Hello, I have a datagrid bound of course to an SQL Server database file with paging allowed and page length = 5. However, when I click on Page 2 of the datagrid, it still displays the contents of page 1. How can I solve this? Thank you.
  2. N

    Session for Logging in and Out..Please help me!

    Hi, I am using Session("LoggedIn") = "Yes" to allow access to web pages if login suceeds. Then when the user clicks on the Logout button, I use Session("Logout") = "" and direct the user to another page. However, when I click the Back button on my web browser, it still displays the previos...
Back
Top