121. Explain the concept of states in ASP.NET. State is quite an innovative concept in Web development because it eliminates the drawback of losing state data due to reloading of …
ASP.Net Interview Questions and Answers
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-20
by Sby S115. What are the various ways of authentication techniques in ASP.NET? There are various techniques in ASP.NET to authenticate a user. You can use one of the following ways of …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-19
by Sby S109. What is cross-page posting in ASP.NET? The Server.Transfer() method is used to post data from one page to another. In this case, the URL remains the same. However, in …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-18
by Sby S103. Write three common properties of all validation controls. Three common properties of validation controls are as follows: ControlToValidate – Provides a control to validate ErrorMessage – Displays an error …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-17
by Sby S97. What do you mean by a neutral culture? When you specify a language but do not specify the associated country through a culture, the culture is called as a …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-16
by Sby S91. How many types of Cookies are available in ASP.NET? There are two types of Cookies available in ASP.NET: Session Cookie – Resides on the client machine for a single …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-15
by Sby S85. What do you understand by the culture? The culture denotes a combination of a language and optionally a region or a country. The contents of a Web page of …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-14
by Sby S79. Why a SiteMapPath control is referred to as breadcrumb or eyebrow navigation control? The SiteMapPath control displays a hierarchical path to the root Web page of the Web site. …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-13
by Sby S73. What does the “EnableViewState” property do? Why do we want it On or Off? The EnableViewState property enables the ViewState property on the page. It is set to On …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-12
by Sby S67. Where should the data validations be performed-at the client side or at the server side and why? Data validations should be done primarily at the client side and the …