Sensor Data Monitoring System
This application is designed to collect, store, and visualize sensor data
in a structured and user-friendly way using ASP.NET and SQL Server.
Form Page
Data Entry Module
The Form page allows users or devices to submit
sensor readings such as temperature, humidity, and resistance.
Each submission is securely validated and stored in the database
with a fixed Equipment ID and timestamp.
View & Details
Data Visualization Module
The View page displays all stored sensor records
in a structured tabular format using GridView.
The Details view presents individual sensor readings
clearly, making analysis and verification easy.