hawkesed
unread,Jan 8, 2007, 1:34:27 PM1/8/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
I have an application written in ASP.net (not 2.0). Here is the issue I
am having:
I have a web application with a url. We want to add a couple of
parameters to the url so that a specific client and item is opened when
these parameters are present.
For example here is what we have now:
www.myapp.org and this opens up the login page.
We want to have something like:
www.myapp.org/client1%item1 (or some other delimiter other than '%')
>From within the application, how do I access the URL itself? If I have
it as a string then I want to parse it and use the information in it.
Does .NET have some classes/methods to do this?
Thanks for any help at all and have a good day.
Ed