Problem 1:
Develop an ASP.NET page that displays a ListBox with the following options:
Java
JavaScript
C#
C++
C
Python
SQL
HTML
CSS
PHP
On clicking an option, the page should display a basic introductory statement about the selected language 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. Requirements:
Allow the user to enter number of rows and columns via two DropDownLists.
On clicking a generate button, render the table.
Set the border color of the table to red.
First cell of each row should contain a DropDownList with:
Urdu
English
Arabic
Chinese
All other cells should display: {x, y}
Last row should contain a RadioButtonList in each cell with:
1
2
3
4
Set background color of the last row to grey