13. 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 …
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-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 …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ADO.Net Interview Questions and Answers for Freshers and Experience Part-5
by Sby S25. What are the usages of the Command object in ADO.NET? The following are the usages of the Command object in AD0.NET: The Command object in AD0.NET executes a command …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ADO.Net Interview Questions and Answers for Freshers and Experience Part-4
by Sby S19. Which property is used to check whether a DataReader is closed or opened? The IsClosed property is used to check whether a DataReader is closed or opened. This property …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ADO.Net Interview Questions and Answers for Freshers and Experience Part-3
by Sby S13. Name the two properties of the GridView control that have to be specified to turn on sorting and paging. The properties of the GridView control that need to be …