BSc IT sem 5 Advanced Web Programming Practical solution Download




List of Practicals


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 a. Create simple application to perform following operations i. Finding factorial Value ii. Money Conversion iii. Quadratic Equation iv. Temperature Conversion b. Create simple application to demonstrate use of following concepts i. Function Overloading ii. Inheritance (all types) iii. Constructor overloading iv. Interfaces c. Create simple application to demonstrate use of following concepts i. Using Delegates and events ii. Exception handling


3. Working with Web Forms and Controls a. Create a simple web page with various sever controls to demonstrate setting and use of their properties. (Example : AutoPostBack) b. 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 c. Demonstrate the use of TreeView control perform following operations. a) TreeView control and datalist b) TreeView operations


4. Working with Form Controls a. Create a Registration form to demonstrate use of various Validation controls. b. Create Web Form to demonstrate use of Adrotator Control. c. Create Web Form to demonstrate use User Controls.


5. Working with Navigation, Beautification and Master page. a. Create Web Form to demonstrate use of Website Navigation controls and Site Map. b. Create a web application to demonstrate use of Master Page with applying Styles and Themes for page beautification. c. Create a web application to demonstrate various states of ASP.NET Pages.


6. Working with Database a. Create a web application bind data in a multiline textbox by querying in another textbox. b. Create a web application to display records by using database. c. Demonstrate the use of Datalist link control.


7. Working with Database a. Create a web application to display Databinding using dropdownlist control. b. Create a web application for to display the phone no of an author using database. c. Create a web application for inserting and deleting record from a database. (Using Execute-Non Query).


8. Working with data controls a. Create a web application to demonstrate various uses and properties of SqlDataSource. b. Create a web application to demonstrate data binding using DetailsView and FormView Control. c. Create a web application to display Using Disconnected Data Access and Databinding using GridView.


9. Working with GridView control a. Create a web application to demonstrate use of GridView control template and GridView hyperlink. b. Create a web application to demonstrate use of GridView button column and GridView events. c. Create a web application to demonstrate GridView paging and Creating own table format using GridView.


10. Working with AJAX and XML a. Create a web application to demonstrate reading and writing operation with XML. b. Create a web application to demonstrate Form Security and Windows Security with proper Authentication and Authorization properties. c. Create a web application to demonstrate use of various Ajax controls


.

11. Programs to create and use DLL