Hello gents,
I need some advice on passing strings, within web pages:
I have created an ASP.NET application:
http://webclient.aicore.co.uk/
Now, what I want to do is create some code which can do the following:
1. when a user enters a url into the browser: EG:
http://webclient.aicore.co.uk/somecode
the user will be forwarded automatically to:
http://webclient.aicore.co.uk/
however, the string "somecode" is removed from the url and is then submitted in to the ASP.NET application (and saved within the application in a variable)
Is this possible?
What I am trying to do is find some process which will enable me to pass a string (through the url), into my ASP.NET application.
I already have a solution in place, but this solution involves using an iframe and is not a clean solution. Perhaps someone can suggest something better.
Any advice would be greatly appreciated.
I need some advice on passing strings, within web pages:
I have created an ASP.NET application:
http://webclient.aicore.co.uk/
Now, what I want to do is create some code which can do the following:
1. when a user enters a url into the browser: EG:
http://webclient.aicore.co.uk/somecode
the user will be forwarded automatically to:
http://webclient.aicore.co.uk/
however, the string "somecode" is removed from the url and is then submitted in to the ASP.NET application (and saved within the application in a variable)
Is this possible?
What I am trying to do is find some process which will enable me to pass a string (through the url), into my ASP.NET application.
I already have a solution in place, but this solution involves using an iframe and is not a clean solution. Perhaps someone can suggest something better.
Any advice would be greatly appreciated.