NET Centric Computing 2074
Attempt all Questions.
1. Write short notes on:
a. Advantage of ASP
b. Session Object
c. Indexers
d. ASP applications
e. Browser capabilities
2.a. List some requirements of dynamic page over static page. Discuss the features of IIS.
b. Differentiate between request object and response object with suitable example.
3. a. How ASP file can be debugged? Explain.
b. Illustrate a program to handle email using ASP with example.
OR
Differentiate between ADO and ADO.net.
4.a. Explain the architecture of CLR(Common Language Runtime) over Net framework.
b. Are overriding and overloading both the form of polymorphism? Justify with example.
5.a. What is the role of View State? explain the structure of ASP Net page.
b. Design a form to input the name and age of a student with the appropriate input validation.
6. a. Assume a database named "Library" containing a table Book(id, name author, price, [publication). Write a program in ASP, Net to create a page with necessary text field to input the data on book and insert the given record into the table.
b. Explain the steps for planning the ASP applications.