Jump to content

put images from the mysql asp.net home page?


Guest mohana_ck

Recommended Posts

Guest mohana_ck

Hi, I am developing a web application using asp .net vb code with mysql databaseMy Query's are:1) I will have some logo's and each should correspond to some url. I don't know how to save that logo's and their corresponding url's. (Url has to be saved inside the mysql database). How about the logo..?2) The logo has to be displayed inside my home page. On clicking that logo it should correspond to some url.Help me how to solve this..Thanks in advanceRegardsMohana

Link to comment
Share on other sites

Hi Mohana,In your database I would store two strings, one as the url to the logo and one as the url it should link to.Then it's just a matter of SELECTing the two strings and putting them into your homepage at runtime.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...