31. Which method is used to force all the validation controls to run? The Page.Validate() method is used to force all the validation controls to run and to perform validation. …
April 2016
- .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-5
by Sby S25. What is tracing? Where is it used? Tracing displays the details about how the code was executed. It refers to collecting information about the application while it is running. …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-4
by Sby S19. What is the difference between a default skin and a named skin? The default skin is applied to all the Web server controls in a Web form, which are …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-3
by Sby S13. How do you sign out from forms authentication? The FormsAuthentication.Signout() method is used to sign out from the forms authentication. 14. What is AutoPostBack? If you want a control …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-2
by Sby S7. How information about the user’s locale can be accessed? The information regarding a user’s locale can be accessed by using the System.Web.UI.Page.Cultureproperty.
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Interview Questions and Answers for Freshers and Experience Part-1
by Sby S1. What is ASP? Active Server Pages (ASP), also known as Classic ASP, is a Microsoft’s server-side technology, which helps in creating dynamic and user-friendly Web pages. It uses different …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Dynamic Programming Interview Questions and Answers for Freshers and Experience Part-2
by Sby S7. What is the difference between dynamic and var data types? The difference between the var and dynamic data types is that the var data type is strongly type checked …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Dynamic Programming Interview Questions and Answers for Freshers and Experience Part-1
by Sby S1. What is Dynamic Language Runtime (DLR)? DLR is a runtime environment that allows you to integrate dynamic languages with the Common Language Runtime (CLR) by adding a set of …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ADO.Net Interview Questions and Answers for Freshers and Experience Part-7
by Sby S37. What are the parameters that control most of connection pooling behaviors? The parameters that control most of connection pooling behaviors are as follows: Connect Timeout Max Pool Size Min …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ADO.Net Interview Questions and Answers for Freshers and Experience Part-6
by Sby S31. Which adapter should you use, if you want to get the data from an Access database? OleDbDataAdapter is used to get the data from an Access database. 32. Which …