forum

Home / DeveloperSection / Forums / URL REDIRECTION

URL REDIRECTION

anil babu301307-Aug-2012
Hi,

I am asking one question 

My task is I have  one url like this "http://example.com"

I am passing one parameter alog with url like "http://example.com/Tagid=12345"

I want to display SiteName(ColumnName)in database table value(EX:www.asp.net) correspondind Tagid number

I want to Final Result is

IActual URL is:"http://example.com/Tagid=12345"
I want to open "www.asp.net" this url website corresponding tagId(column)value

I want to display::"http://example.com/?Tagid=12345\www.asp.net"

"www.asp.net" This value comming from DATABASE TABLE

Table Information

Tagid            SiteName

12345            http://www.asp.net

43215            http://www.microsoft.com

54666            http://www.c#corner.com

Give me simple  complete Example 


Updated on 09-Aug-2012

Can you answer this question?


Answer

4 Answers

Liked By