```html Problem Statement: Event Tracking Application

Problem Statement: Event Tracking Application

You are tasked with developing an event tracking application using ASP.NET and CSS. The application should allow users to track events triggered by various controls, such as TextBox, CheckBox, and RadioButton.

The application should consist of multiple pages, each demonstrating the event tracking functionality for different types of controls.

For each control type, the application should display a form element and a list that shows the events triggered by the control. Whenever an event is triggered (e.g., text changed, checkbox checked, radio button selected), it should be logged in the corresponding list.

Additionally, the application should provide a table generation feature. Users should be able to input the number of rows and columns and choose whether to add borders to the table. Upon clicking the "Generate Table" button, a table with the specified dimensions should be generated and displayed below the form.

```
Web hosting by Somee.com