List of Practical
1.
Working with basic C# and ASP .NET
a.
Create an application that obtains four int values from the user and displays the product.
b.
Create an application to demonstrate string operations.
c.
Create an application that receives the (Student Id, Student Name, Course Name, Date of Birth) information from a set of students. The application should also display the information of all the students once the data entered.
d.
Create an application to demonstrate following operations
i. Generate Fibonacci series. ii. Test for prime numbers.
iii. Test for vowels. iv. Use of foreach loop with arrays v. Reverse a number and find sum of digits of a number.
2.
Working with Object Oriented C# and ASP .NET
Create simple application to perform following operations
i. Finding factorial Value ii. Money Conversion iii. Quadratic Equation iv. Temperature Conversion
Create simple application to demonstrate use of following concepts
i. Function Overloading ii. Inheritance (all types) iii. Constructor overloading iv. Interfaces
i. Using Delegates and events ii. Exception handling
3.
Working with Web Forms and Controls
Create a simple web page with various sever controls to demonstrate setting and use of their properties. (Example : AutoPostBack)
Demonstrate the use of Calendar control to perform following operations.
a) Display messages in a calendar control b) Display vacation in a calendar control
c) Selected day in a calendar control using style d) Difference between two calendar dates
Demonstrate the use of Treeview control perform following operations.
a) Treeview control and datalist b) Treeview operations
4.
Working with Form Controls
Create a Registration form to demonstrate use of various Validation controls.
Create Web Form to demonstrate use of Adrotator Control.
Create Web Form to demonstrate use User Controls.
5.
Working with Navigation, Beautification and Master page.
Create Web Form to demonstrate use of Website Navigation controls and Site Map.
Create a web application to demonstrate use of Master Page with applying Styles and Themes for page beautification.
Create a web application to demonstrate various states of ASP.NET Pages.
6.
Working with Database
Create a web application bind data in a multiline textbox by querying in another textbox.
Create a web application to display records by using database.
Demonstrate the use of Datalist link control.
7.
Create a web application to display Databinding using dropdownlist control.
Create a web application for to display the phone no of an author using database.
Create a web application for inserting and deleting record from a database. (Using Execute-Non Query).
8.
Working with data controls
Create a web application to demonstrate various uses and properties of SqlDataSource.
Create a web application to demonstrate data binding using DetailsView and FormView Control.
Create a web application to display Using Disconnected Data Access and Databinding using GridView.
9.
Working with GridView control
Create a web application to demonstrate use of GridView control template and GridView hyperlink.
Create a web application to demonstrate use of GridView button column and GridView events.
Create a web application to demonstrate GridView paging and Creating own table format using GridView.
10.
Working with AJAX and XML
Create a web application to demonstrate reading and writing operation with XML.
Create a web application to demonstrate Form Security and Windows Security with proper Authentication and Authorization properties.
Create a web application to demonstrate use of various Ajax controls.
11.
Programs to create and use DLL
0 Comments