Help: How To Call A Domain Name From Another Domain Name In Asp.net
Expand Post »
PLEASE HELP ME
I WANT TO KNOW HOW TO CALL A DOMAIN NAME FROM ANOTHER DOMAIN NAME
ie)if suppose i had a url www.john.com its has database
if i had create a website for all members and it was store in john databse
eg www.a2.com(member of john.com)
if any person click on a link i want to see www.a2.com(with all content which was store in john databse inorder to show personal details of a2)
www.a2.com dont have databse it should be call from john databse
Re: Help: How To Call A Domain Name From Another Domain Name In Asp.net
Quote originally posted by manucherian3031 ...
PLEASE HELP ME
I WANT TO KNOW HOW TO CALL A DOMAIN NAME FROM ANOTHER DOMAIN NAME
ie)if suppose i had a url www.john.com its has database
if i had create a website for all members and it was store in john databse
eg www.a2.com(member of john.com)
if any person click on a link i want to see www.a2.com(with all content which was store in john databse inorder to show personal details of a2)
www.a2.com dont have databse it should be call from john databse
Hey ,
You can use a response.redirect to redirect you to a seperate page .
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Response.Redirect("http://www.msn.com/")
End Sub
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.