Laboratory Module 6
Problem 2)
Develop a page that displays two text boxes and a button web control. The textboxes are used to capture number of rows and number of columns from user.
- On clicking button, generate a table with r rows and c columns. In each cell display row,col values.
- Optionally add features of border and image in each cell.