0% found this document useful (0 votes)
406 views1 page

Asp Net Univ Practical Exam QS

This document provides instructions and questions for a university practical examination in .NET Programming Lab. It is divided into three parts. Part A contains three programming questions related to generating a number triangle, function overloading to swap numbers, and exception handling. Part B contains three ASP application development questions related to inheritance, customizing text box styles, and adding employee details using a list box. Part C contains three web application development questions using ASP.Net related to displaying student results, a login form, and using master pages.

Uploaded by

msukumarbtech
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
406 views1 page

Asp Net Univ Practical Exam QS

This document provides instructions and questions for a university practical examination in .NET Programming Lab. It is divided into three parts. Part A contains three programming questions related to generating a number triangle, function overloading to swap numbers, and exception handling. Part B contains three ASP application development questions related to inheritance, customizing text box styles, and adding employee details using a list box. Part C contains three web application development questions using ASP.Net related to displaying student results, a login form, and using master pages.

Uploaded by

msukumarbtech
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

MADURAI KAMARAJ UNIVERSITY COLLEGE

Alagarkoil Road, Madurai – 625 002


DEPARTMENT OF COMPUTER SCIENCE
UNIVERSITY PRACTICAL EXAMINATIONS – JAN 2021

Dept/Batch : B.Sc IT / AN
Sub. Name : .NET PROGRAMMING LAB
Year / Sem : II / 03
Subject Incharge : Dr. M.Sukumar

Part A (Answer any one of the following)

1. Write a console application for generating number triangle


2. Write a program using function overloading to swap two numbers
3. Write a console application for handling exception on validating the given number

Part B (Answer any one of the following)

1. Write a program for implementing hierarchical inheritance with employee as base class
and programmer, manager as derived class
2. Create an ASP application for customizing the content of the text box with various styles
using check box, radio button, label box and command button
3. Write an ASP application for adding employee details using list box control

Part C (Answer any one of the following)

1. Create a web application using ASP.Net for displaying student result


2. Create a web application using ASP.Net for displaying login form
3. Design and develop ASP.Net web application using master page and content page

You might also like