0
Reply

how to generate dynamic urls in asp.net

Pradip Kishore

Pradip Kishore

Feb 9 2007 2:21 AM
1.8k

hi all

i want to know how to create dynamic links/urls like..
http://www.abc.com/demo/server01/Tab.asp?Tab=2&PROJECT_ID=75"

i want to know how to create the urls from.. "tab.asp?tab=2&project_id=75 "

how to create these id values automatically and how to access them when i want to hyperlink them to another page...
for ex: i have table like:
name          profession         skills
--------------------------------------        
pradip        software          .net
john          telecom            cdma
...           ....               .....
i want to make my each entry of name,profession,skills to be hyperlinked so that when ever i will click on any item...it will generate a link like the above mentioned and accordingly navigate to the detailed page...

its urgent..please help me..
thanks in advance..