|
-
Jan 26th, 2007, 03:19 PM
#1
Thread Starter
Lively Member
[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
-
Jan 26th, 2007, 03:23 PM
#2
Fanatic Member
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
-
Jan 26th, 2007, 03:34 PM
#3
Thread Starter
Lively Member
Re: [2005] e.Url.AbsoluteUri
actually, that would work. thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|