Search results for query: *

  1. N

    Need help in printing a dynamic form

    hi does that provided module need any references or import statements? because when i added it, i got 12 build errors, with things like 'picturebox not declared' and 'theform not declared' and 'messagebox not declared'.
  2. N

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

    Hmm, again it didn't work. Got the message 'Opreator '-' is not defined for Date and Integer types. The article says to use that in the server side script. Where exactly is the server side script in a web form?
  3. N

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

    Hi Kulrom, I did exactly as you said but it still doesn't work. Am I declaring these session state variables in the wrong place? Here are my code snippets: Global.asax.vb file: Imports System.Web.SessionState Imports System.Web Sub Session_Start(ByVal sender AsObject, ByVal e As...
  4. 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.
  5. N

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

    Thanks so much. I am running the painfully slow Norton Antivirus on my computer now. I'll try out your suggestions just as soon as its over. Thanks again.
  6. N

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

    Believe me, Kulrom, I've been doing that all along, but for some reason it doesn't work. Is there anything else I shoud configure or know about?
  7. 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