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 Mike Lewis 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: *

  1. crazyspree

    datagrid property builder help

    Hi! I have the same problem, did you figure it out?
  2. crazyspree

    User.Identity.Name within a module?

    just gonna put this up for others that may have this problem.. it worked fine for me: String userName=System.Web.HttpContext.Current.User.Identity.Name
  3. crazyspree

    Setting a session variable with js?

    ok, Thank you..
  4. crazyspree

    fire event when exiting page?

    Thank you... Finally got it to work =)
  5. crazyspree

    Setting a session variable with js?

    I mean javascript. How do I do it?
  6. 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...
  7. crazyspree

    Setting a session variable with js?

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

    Previous page

    tried the Response.Redirect(Request.UrlReferrer.ToString), but it didnt work. i'm using frames.. could that be the problem?
  9. 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]...
  10. 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]...
  11. crazyspree

    How to get information from exchange server

    I couldnt get the webDav to work. Even though I send the network credientials of a admin, I recieved unautharized from the remote server...
  12. crazyspree

    How to get information from exchange server

    i've tried using WMA, but i get an error message saying: cannot create ActiveX component. the code used: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_e2k3_WMIChanges.asp at the bottom.. Why can I not get it to work?
  13. crazyspree

    How to get information from exchange server

    Thanks mate! I'll try that...
  14. 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!
  15. crazyspree

    COM To Exchange

    Could u tell me how you did the first part? "I have written code to fetch information from the exchange server and that I am using in ASP via a COM object using ADSI objects" Would be great Thanks

Part and Inventory Search

Back
Top