Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
control_order_board_web [2019/02/07 11:45]
kcifreo [1. Purpose]
control_order_board_web [2019/02/07 11:46] (current)
kcifreo [What you need to do to get this working]
Line 43: Line 43:
  
 ==== What you need to do to get this working ==== ==== What you need to do to get this working ====
 +
   * Attached is the file with all of the code for the Order Board. However, to get it working for you, you're gonna need to do a couple things including:   * Attached is the file with all of the code for the Order Board. However, to get it working for you, you're gonna need to do a couple things including:
  
- +  - Download the file. 
- +  Right click the file and click "extract all"
-### Download the file. +  Enter the file, and click CyriousInternalDatasource.sln. That will load the website in Visual Studios 2012. 
- +  Attach your database to the project by going into the Web.config and find the line that contains **connectionString=""**. Enter your database information in between the parentheses.{{:connectionstringpic.png?nolink&}} 
- +  Go into ValuesController.cs. Within the switch case, you'll find the cases with names like "OrderStation","CompanyName", "Contact", etc. Replace these with your data categories from your database. 
- +  Then you'll have a fully functioning grid with your data!
-### Right click the file and click "extract all"+
- +
- +
- +
-### Enter the file, and click CyriousInternalDatasource.sln. That will load the website in Visual Studios 2012. +
- +
- +
- +
-### Attach your database to the project by going into the Web.config and find the line that contains **connectionString=""**. Enter your database information in between the parentheses.{{::connectionstringpic.png?nolink&|}} +
- +
- +
- +
-### Go into ValuesController.cs. Within the switch case, you'll find the cases with names like "OrderStation","CompanyName", "Contact", etc. Replace these with your data categories from your database. +
- +
- +
- +
-### Then you'll have a fully functioning grid with your data! +