A) After The Init B) Before The Page Load C) A&b D) None
A) After The Init B) Before The Page Load C) A&b D) None
13. When during the page processing cycle control’s events will be fired ?
a)After the Init () b) before the Page Load () c) after the Page Load () d) none
14. find the wrong statement about viewstate
a. If the information is to be shared across different controls
b. if it is to be accessed within the scope of a single control
c. The type of info one can save may be simple data types or even complex user defined objects
d.none
19. in an asp.net application styles for a control can be applied at following levels
a. control b. page c. application d.none