Author: mrmupton | Posted on: 7/21/2009 6:55:28 AM | Views : 1271

I want to learn asp.net, but I'm not sure what the best way to do it is.  I've read through several tutorials, and started fooling around with it, but I've got specific needs I need to find solutions to.  I get poor or conflicting info from most of the sites on the net.  Here is what I'm trying to do.
Create a dealers site for our company. 
It must have a login page where each dealer can login (I can manage the logins myself at this point in time, but in the furture I'll want a GUI to deal with it)
From the login page the dealer must then be able to see their specific pricing (we have about 6 groups of pricing I can place them within) and be able to create a purchase order with their info that will be emailed to us.  So the login has to control small pieces of info on each product page.

We have a SQL Database that would be great to use, and I've learned enough about sql to get around, and have found good ...

Go to the complete details ...