ASP.NET Interview Questions 1. What is the difference between user controls and custom controls?2. What are the 3 types of session state modes?3. What are […]
Question : What does EnableViewState=true page property means ? Answer : EnableViewState=true page property helps enables viewstate of page so all user inputs in controls […]
Difference between RegisterStartUpScript and RegisterClientScriptBlock RegisterStartUpScript This adds the javascript code at the end of the page before the closing of form tag. RegisterClientScriptBlock This […]