Dear Sir ,
I retrive url from my database and show with span anchor tag but when i clicked on anchor tag site going to wrong.way .
test.com/jaipur.com
but i want to redirect on jaipur.com
test.com my domain name
ds.Tables["Institutes_Informations"].Rows[0]["Website"].ToString() != "")
{
website.Style.Add("display", "block");
website.InnerHtml = "<b>Website: </b><a href=" + ds.Tables["Institutes_Informations"].Rows[0]["Website"].ToString() + " target='_blank'>" + ds.Tables["Institutes_Informations"].Rows[0]["Website"].ToString() + "</a>";