Lab 9b Problem Statement
Problem 1) Develop an asp.net page that displays a list box with following options:
Java
JavaScript
C#
C++
C
Python
SQL
HTML
CSS
PHP
On clicking an option the page displays a basic introductory statement about selected option in a label control. Do not allow multiple selections.
Problem 2) Develop a page that dynamically creates a table with x rows and y columns. Allow the user to enter number of rows and columns in two drop down lists present above table. On clicking a generate button the table should be rendered. Set the border color of table as red. In first cell of each row display a drop down list with following options; (a) Urdu (b) English (c) Arabic (d) Chinese. In all other cells display the row number followed by column number as {x, y}. In last row add a radio button list in each cell with following options; (a) 1 (b) 2 (c) 3 (d) 4. Set the background of last row as grey.