Problem:
(a) (i) Using a diagram, illustrate the basic process in an ASP.NET Architecture involving at least five objects.
(ii) List two methods and two collections of any object used in the above object model.
(b) Explain the following built-in functions and illustrate each using simple examples. Specify all possible parameters where required.
(i) StrReverse()
(ii) Len().
(c) List the two main advantages of developing a Multitiered Web Applications.
(d) Write ASP.NET extract codes that displays the messages "Have a nice day!" or "Goodbye" in a Label control, once you click the corresponding buttons "btnDay" and "btnGbye".