Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: crazyspree
  • Content: Threads
  • Order by date
  1. crazyspree

    fire event when exiting page?

    Hi Is there an event firing when u leave a page, for example via link? I need to set a session variable just as the user clicks to the next page. I'm going to set a session variable that holds the current URL. Need i for back-button functionality. (I cannot use the history.back() java...
  2. crazyspree

    Setting a session variable with js?

    Hi! New at java script Is there a way to set a session variable with java?
  3. crazyspree

    Previous page

    Hi! Is there a way for me to but a button on my page that simply goes to the previous page when pressed (after performing various functions)? something like this: Private Sub btnAddContact_Click(...) Handles... Dim previousURL as string previousURL=[something] [do stuff]...
  4. crazyspree

    getting mailbox sizes

    Hi! I'm trying to get information about the mailbox sizes on an exchange server. I need to get this information from my asp.net page on my webserver. I have tried using this code: http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_wmiref_cl_Exchange_Mailbox.asp? I've changed [cComputerName]...
  5. crazyspree

    How to get information from exchange server

    Hi! I need to get various information about the mailboxes on a exchange server. How can I do this? The webserver is not on the same server as the webserver. They are on the same domain. Im working in c#, asp.net. Thanks!

Part and Inventory Search

Back
Top