Question
(a) Describe the following built-in functions and illustrate each using simple examples. Specify every possible parameters where required
(b) ASP.NET supports two kinds of Form controls: HTML controls and Web controls. Give three mertis of Web Controls over HTML Controls
(c) What is the structure of a Global.asax file in ASP.NET?
(d) Write extract codes to demonstrate how you can achieve the following
- Set the persistent cookie from the value entered in the txtPassword TextBox control
- Retrieve the cookie value
- Delete the cookie