Hi friends,
I has a button when the user clicks it then it must go to specified URL
But i have to create my URL out of the values coming from database and most important is i need to modify the values coming from database before i make a URL out of it
Suppose the values from database is
country- France
hotel - Hotel Movenpick
Now first i have to turn the capitals from above values to small then spaces to '-' sign
then i will have to create my URL with this modified values as below
http://www.travel.com/france/hotel-movenpick
I never done this before .please provide me some reference for doing this task.I was coding in c#
Thanks in advance