Hey guys,
So, I have a very simple bit of ASP on my website currently, which you can check out here: http://www.marioplanet.com/catalog.asp
Just ignore the CSS issue for now! :)
Anyway, so, I have a SQL Server table in a database, and I'm pulling some information from it to make a shopping catalog of all my products.
I was wondering if there is any need to convert this to ASP.NET, and if I should, as I'm eager to learn how, which topics of ASP.NET does this include?
I would assume handling data through a SQL Server Database Table?
Also, which ASP.NET framework is best suited for this kind of work? For the most part, the only ASP.NET code I'm going to be using, is going to be handling data from a database. Other than a few conditionals and what not.
Any ideas and suggestions are greatly appreciated!
Thanks!!