Results 1 to 3 of 3

Thread: [RESOLVED] [2005] e.Url.AbsoluteUri

  1. #1

    Thread Starter
    Lively Member smart_phil_dude1's Avatar
    Join Date
    Jun 2005
    Location
    Behind You!
    Posts
    125

    Resolved [RESOLVED] [2005] e.Url.AbsoluteUri

    i used if e.Url.AbsoluteUri equals to a certain url, then a procedure happens. but how can i make it so that the url starts with a certain specific string, and then if it ends by anything
    ex.: https://login.live.com/*
    something like that



    thnx
    Phil
    Please Help Us Save Ana or donate now by going to Oneana.com

    Visit my Website at http://www.therealfantasy.com

  2. #2
    Fanatic Member
    Join Date
    Aug 2006
    Location
    In my head
    Posts
    913

    Re: [2005] e.Url.AbsoluteUri

    You could set the URI to a string (using .ToString) and then do a String1.contains("YourURLString") to see if it contains what you want.

    Hope this helps

    D
    Platforms of choice: Visual Studio 2005/2008 Professional : Visual Studio 2010 Enterprise : PHP - Notepad++/WAMP

    Please Rate If I helped you.
    Please remember to mark threads as closed if your issue has been resolved.

    Reserved Words in Access | Connection Strings

  3. #3

    Thread Starter
    Lively Member smart_phil_dude1's Avatar
    Join Date
    Jun 2005
    Location
    Behind You!
    Posts
    125

    Re: [2005] e.Url.AbsoluteUri

    actually, that would work. thanks
    Please Help Us Save Ana or donate now by going to Oneana.com

    Visit my Website at http://www.therealfantasy.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width