.NET index
.NET index
No List of Practical
1 Design the form that calculate sum, multiplication, division, & subtraction of two
number.
2 Design simple calculator.
3 Design the form to input the radius of a circle and find its circumference and area.
4 Design the form to input length in centimeters and convert it into meters.
5 Design the form to input temperature in Celsius and convert it into Fahrenheit.
6 Design the form to input Principal amount, Time, Rate, and Calculate Simple
Interest and Compound Interest; show result information in a message box.
7 Design the form that shows the following operations related to an array.
8 Design the form to check whether a number is Prime or Not, using an input box
and message box.
9 Design the following form, so when the user clicks on a Radio Button, then select
the appropriate checkbox.
10 Design the form that shows the functionality of a listbox.
11 Design a form to create an application like a Rich text document using 1 Rich
Textbox and different buttons. When the user presses any of these command
buttons, then the selected content of the Rich textbox will be changed accordingly.
12 Design a digital watch using a timer control.
13 Design the following form using a horizontal scrollbar. In this, when the user clicks
on a particular scrollbar, then the background color of the shape will be changed
to Red, Green, & Blue colo r.
14 Design the following form using a vertical scrollbar. In this, when the user clicks on
a particular scroll bar, then the background color of the shape will be changed to
Red, Green, & Blue color .
15 Design the form to perform insert, update, delete operation on MS Access
database using ADO.net.
16 Design the form to display contents of data table in DataGridView from your
database.
Index