Question: | Instructions: Using Visual Studio, choose an ASP.NET Empty Website to create a web application that will read a file of numbers and pro Sales.txt

 | Instructions: Using Visual Studio, choose an ASP.NET Empty Website to

| Instructions: Using Visual Studio, choose an ASP.NET Empty Website to create a web application that will read a file of numbers and pro Sales.txt has seven values in it (file contents displayed in Notepad shown below) vide the total, average, max, and min values in the file. The file named Sales.tt-Notepad File Edit Format View Help 1245.67 1189.55 1098.72 1456.88 2109.34 1987.55 1872.36 Create an application that reads this file's contents into an array, displays the array's contents in a ListBox control, and calculates and displays the total of the array's values, the average of the array's values, the largest value in the array, and the smallest value in the array Sample setup in ASP.NET Empty Website Sample Output 1245.67 1189.55 1098.72 1456.88 2109.34 1987.55 1872.36 sp:listbox istBloo Unbound Total[totalResult] Average [averageResult] Max [maxResult] Min [minResult) Total: $10,960.07 Average: $1,565.72 Max: $2,109.34 Min: S1,098.72 Make sure all the items listed below are included: Create a folder called "Data Files" and store the Sales.txt file in that folder . Use a Try...Catch or If..Else statement to ensure that any errors in file processing will produce an error message

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!