0% found this document useful (0 votes)
193 views2 pages

Awp Practical Questions

This document lists 26 practical questions related to ASP.NET web development. The questions cover a range of topics including creating XML files, binding data to controls, using server controls and their properties, performing calculations, working with calendars, master pages, validation, sessions, inheritance and disconnected data access. Many questions involve creating simple web forms to demonstrate specific functionality.

Uploaded by

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

Awp Practical Questions

This document lists 26 practical questions related to ASP.NET web development. The questions cover a range of topics including creating XML files, binding data to controls, using server controls and their properties, performing calculations, working with calendars, master pages, validation, sessions, inheritance and disconnected data access. Many questions involve creating simple web forms to demonstrate specific functionality.

Uploaded by

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

AWP PRACTICAL QUESTIONS

1. Create XML file employees with nodes (eid, ename, edept, salary). Bind the eid and ename to a
dropdownlist and the ename should be in the ascending order.
2. Create a simple web page containing the student details (RollNo, Name, Class, Phone, Email).
Write a program to store the data in the database and retrieve it using Data reader in tabular
format.
3. Create a simple web page with various sever controls to demonstrate setting and use of their
properties. (Example : AutoPostBack) 1. On click of a button control display the selected items
from the listbox in a textbox. Also in the same webpage display the name of the selected item
from the DropDownList1 in a label. Also change the font size of the same label according to the
font size selected from the Dropdownlist2. 2. Display Image control for photo. 3. Check Boxes
provides special formatting (viz. underline, bold, italic) and Radio Buttons provides color for
label. 4. Use of AutoPostBack property.
4. Create a simple web page to count the number of times the current webpage is submitted to
the server onclick event of a Button.
5. Create simple application to perform following operations i. Finding factorial Value ii. Money
Conversion iii. Cube of given number iv. Generate Fibonacci series
6. 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
7. Create Web Form to demonstrate use of Ad rotator Control with five advertisements. Also
demonstrate how keyword filter works.
8. Create a simple web page to display the Date properties (year, month, day, hour, minute,
second, millisecond etc.) as well as to display the number of days of the year between two
specified years.
9. Create a web page containing the student details (RollNo, Name, Class, Phone, Email) and show
result using Databinding and dropdownlist control
10. Create a simple web page to demonstrate all string operations.
11. Design an asp.net webpage with 2 groups of Radio Buttons, DropDownList, label and TextBox to
perform the following operations:- 1. On click of Radio Buttons each at the same time from two
different groups, change the font- size and font-face of the label’s Text. 2. Also on the same
webpage show that, on selecting a country name from the dropdown list, its respective country
code gets displayed in a textbox.
12. Create a delegate del1. Create display1() and display2() static methods. Create a simple
application to call these two methods by the through the delegate.
13. Create a web application to demonstrate use of Master Page with applying Styles and Themes
for page beautification.
14. Create a web applications to demonstrate Form Security and Windows Security with proper
Authentication and Authorization properties.
15. Create a web application to demonstrate GridView paging and Creating own table format using
GridView.
16. Create a web application to bind data in a multiline textbox by querying in another textbox.
17. Write a program to create a DLL to print a factorial of a number
18. Write an Application to: 1. Generate Fibonacci series 2. Test for prime numbers 3. Test for
vowels 4. Reverse a numbe
19. Create a table with records and retrieve those using Disconnected data access in a Gridview.
20. Display the no. of visitors on a given web page.
21. Create a simple web page to show data in Tree view control and datalist using web. Sitemap file
containing navigation information.
22. Create a registration form having text fields for accepting, Name, Age, Email, Address and
Mobile number. Perform the following validations for the same: 1. All fields need to be filled
compulsorily 2. Name should contain only alphabets and should not be more than 25 characters
long 3. Validate email and mobile number appropriately 4. Age should be between 18 and 32
only. Include submit and cancel buttons. On click of submit button, open a new page and display
all the information entered by the user and on click of cancel button, all text fields should be
cleared.
23. Create a webpage with multiline textbox and two buttons, viz. saveContents and loadContents.
On click of saveContents button, contents from the textbox should be retained and on click of
loadContents button, the previously saved contents should be displayed back on the textbox
24. Store 3 objects of the furniture class having 3 data members (name, manufacturer, and cost) in
3 session objects. Display a panel to include a listbox displaying the names of all three furniture
objects, and a button named “MoreInformation”. On click of the button retrieve the selected
object (from listbox) information and display it in a label
25. Write a program in C# to demonstrate multiple inheritance using interfaces
26. Create a table with records and retrieve those using Disconnected data access in a Gridview.

You might also like