Dear Friends, Please tell me how i can show text values in URL. For Example: www.indeed.com , if you enter any value in the search bars, these values show in the URL.
Can you explain the problem a little more By search bars, you mean the 'what' and 'where' text boxes? Enter asp.net in what and Tampa in where The url text values look as follows jobs?q=asp.net&l=Tampa q stands for what l stands for location
What you need is a form that will send those parameters as a GET request. w3schools.com has pretty good tutorials about this kind of stuff.