archana

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Archana Sharma
    New Member
    • Sep 2007
    • 2

    archana

    hi,
    I want to close asp web page when I click on logout button.
  • Archana Sharma
    New Member
    • Sep 2007
    • 2

    #2
    how to close the asp.net web form using vb.net when I click on logout button

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Originally posted by Archana Sharma
      how to close the asp.net web form using vb.net when I click on logout button
      Can't be done using backend code.

      You would have to try and use the javascript calls of like "window.close() " or something like that

      Comment

      Working...