Top questions

Post

New Post


Find by name:

Question Answer
Which type if caching will be used if we want to cache the portion of a page instead of whole page? Fragment Caching: It caches the portion of the page generated by the request. For that, we can create user controls with the below code: <%@ OutputCache Duration="120" VaryByParam="CategoryID;SelectedID"%>
Which type of caching is good if the website is fairly static? - Page Fragment caching - Page output caching CORRECT ANSWER : Page output caching
Which validator control you use if you need to make sure the values in two different controls matched? Compare Validator control.



Back to HomePage