The Small Business Starter Kit provides a complete demonstration of a business promotion website, which is suitable for small and medium-sized enterprises. Websites created using him support custom templates with advanced features including: SQL and XML data source integration for content and data management.
The source code includes two versions, C# and VB, and only the front-end part of the source code. Microsoft officials have not provided the back-end code as of the time CodePub released the source code.
Key pages of the Small Business Website Starter Kit include:
Product classification display Press release display Merchant certification management display Company employee introduction display
The catalog provides a complete range of product and service news for your business. Business-related news can be published. Product recommendations can be used to display business-related products and services through pictures and texts. Technical support professionals provide you with convenient services.
All web pages are dynamically generated through data sources, which allows us to easily expand our site to meet business needs. Categories can be nested arbitrarily, and items may belong to more than one category.
Provider mode uses SQL data sources or XML data sources by simply changing settings in the web.config file.
Data binding uses objectdatasource, detailsview and gridview controls.
Navigation controls
TreeView and Menu controls.
What should you pay attention to?
1. App_Data is the Sql2005 database file of the system
2. This system only has front-end source code, and the back-end is not officially provided. Friends who are interested can develop it.
3. Smallbusiness_vb is the VB version source code
Expand