Está en la página 1de 3

CP-7

1. 2. 3. 4. 5. What are HTML controls, Web controls, and server controls. Explain difference between them Whats the top .NET class that everything is derived from ? Whats the difference between System.String and System.Text.StringBuilder classes? How is .NET able to support multiple languages ? Which is not an integer data type? a. b. c. d. e. Single Byte Short Integer Long

6. Which event is activated when a RadioButton is selected? a. b. c. d. e. Checked CheckedChanged Selected SelectedChanged SelectionChanged

7. Which property is used to name a web control? a. b. c. d. e. 8. 9. 10. 11. ControlName Text ID Name Title

What is base class masterpages are inherited from ? Difference between Themes and Master pages ? Difference between HyperLink and LinkButton control ? Which set of symbols are used to signify the presence of ASP.NET code? a. <@ b. <# c. <$ d. <% e. <&

12. Describe the difference between inline and code behind.

13. A postback occurs when: a. b. c. d. e. a browser posts a form to the server. a users action activates the handing of a server event. a server posts a form to the client. Both a and b. All of the above.

14. In which event are the controls fully loaded? 15. Difference between web farm and web garden ?

CP-6
1. What is the lifespan for items stored in ViewState ? 2. What does the EnableViewState property do ? 3.

An Application variable is created:


a.

when the application is first placed on a web server. when the web server is first started. c. when the first client requests a URL resource. d. every time a client requests a URL resource. e. every time a new client interacts with the web application.
b. 4.

Which client-side technique is specific to ASP.NET? a. b. c. d. e. Cookies Query string View state Both a and b. All of the above.

5. 6. 7. 8. 9. 10.

Which class is responsible for communication between ajax and server ? What are various ready states ? What are responsibilities of script manager ? How to make cookies persistent ? How to prevent class from being inherited ? What is difference between interface and abstract class ?

También podría gustarte