Question:
(a) Write extract codes to show the structure of the Global.asax file.
(b) Outline four classes that allow you to work with File Streams.
(c) When working with databases such as Microsoft Access or Oracle databases, the following namespace is imported as a Page directive:
< %@ Import Namespace="System.Data.OleDb" %>
Explain three main classes use in the above namespace.
(d) Write an ASP.NET program that allows you to retrieve and display all data from the Employees database table in a DataGrid control, using the DataSet principles.
Database name: industry.mdb
Table name: tblEmployees