Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i am created a project in which a user log in in to my site.when he enter in to site he can visit different sites and when user visit any site.the link of site must be stored in the database.the problem is that how can user visit different sites from my text box which i displayed after user logged in to my site.
Posted
v3

Suppose you want to give Google as one of the links. Then what you can show is "Visit Google" as a LinkButton or Normal Button.

In the Button Click Event, write your logic to store the URL in database and then redirect to google.com.
 
Share this answer
 
User just visit it as normal, as we write in google chrome as google.com. and google apear on our screens.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900