Introduction to .NET Technology
1. Explain the following with respect to .NET Technologies:
a. Web Applications
b. Web Server Connections
2. Write a sample program using ASP.NET explaining all the syntax and semantics of the program.
3. Illustrate with the help of sample program the validation concept of input controls in ASP.NET Application.
4. Explain the concept of possible Validation Errors with a suitable example using a ASP.NET application.
5. Describe the DML Operations possible with ASP.NET applications
6. Design Forms using different Controls their Properties & Events.
7. Design a Login form and validate it using IF ELSE Statement.