ASP Developers?

Sniper|3d-R|

Da Man!
Anyone an ASP Developer and mind me bugging them for a few questions?

Q. How do you put an HTML/ASP page into a Database and then call it for others to look at it?

Q. Would you mind going over my code sometimes and making sure it looks good and is the right syntax?

Other questions later On . . .
 
Re: ASP Developers?

Sniper|3d-R| said:
Anyone an ASP Developer and mind me bugging them for a few questions?

Q. How do you put an HTML/ASP page into a Database and then call it for others to look at it?

Do you mean getting dynamic code in a dynamic page?

Sniper|3d-R| said:


Q. Would you mind going over my code sometimes and making sure it looks good and is the right syntax?

Other questions later On . . .

If it's not to much
 
ASP

ASP

Not really sure what you are getting at. If you have an ASP page and simply want to link to it, it is just like HTML and using the <a href> tag. If you are using ASP to extract data from the database, then you need to introduce connection strings and things of that nature. Is this what you are trying to do??
 
Back
Top