954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

adding asp.net sections to a web page

Hello,

I'm trying to make a website that has products in a database, but unfortunately the pages can't be in asp.net. So, I'm using visual studio to connect to my database. Then I write out my category pages as needed, I have them set up in a table format. I've created a navigation bar and header in dreamweaver that I need to add around my categories. I would like to do this dynamically if possible. Any suggestions?

Thanks

KG

KG800
Newbie Poster
10 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

Ok, you say this can't be in asp.net..... my response is why? Does the server not allow dynamic webpages?

Inorder to connect to the DB and populate the page you have the following options:
1. ASP (Classic)
2. ASP.Net
3. JSP
4. PHP

And in any of these options, the server must allow for dynamic webpages.

Hello,

I'm trying to make a website that has products in a database, but unfortunately the pages can't be in asp.net. So, I'm using visual studio to connect to my database. Then I write out my category pages as needed, I have them set up in a table format. I've created a navigation bar and header in dreamweaver that I need to add around my categories. I would like to do this dynamically if possible. Any suggestions?

Thanks

KG

Paladine
Master Poster
Team Colleague
824 posts since Feb 2003
Reputation Points: 211
Solved Threads: 27
 

Yes, I know it doesn't make much sense, but it is a long story. What we kind of have going on is three separate web sites on three separate servers and trying to run all three off just the one database. Again I know doesn't make sense, but I'm just doing what I'm told, I'm not the one making the decisions.

So, far I've successfully separated my categories into there own page with streamwriter in visual studio, for the one site that is my job. The pages that I have created don't have a header or a navigation bar on them. I've created that in dreamweaver and am looking to somehow combine the two within my program.

Thanks,
KG

KG800
Newbie Poster
10 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You