-
-
Read Data Table Using Data Reader
How to read DataTable using DataReader? (DataTable is already filled).
-
-
-
What are the uses of Reflection?
1. Viewing Metadata.2.Performing type discovery.3.Late binding to methods and properties (dynamic invocation)4.Creating new types at runtime(Reflection EMIT)
-
-
Conditional Boating
What is Conditional Bloating? How do you handle it?
-
What is .net frame work?
The .NET Framework has two main components: the common language runtime and the .NET Framework class library.You can think of the runtime as an agent that manages code at execution time, providing core services such as memory management, thread management, and remoting, while also enforcing strict type safety and other forms of code accuracy that ensure security and robustness.The class library, is...
-
ASP ascx File
What is the purpose of ascx file?
-
-
Fill Method
How to fill dataset without using fill method?
-
-
-
-
-
-
What is the Full Form of WSDL
Skill/Topic: AdvancedA) Web System Description LanguageB) Web Services Detail LanguageC) Web Service Description LanguageD) None
-
What is view state and how it is maintained?
ViewState in ASP.NET IntroductionMicrosoft ASP.NET Web Forms pages are capable of maintaining their own state across multiple client round trips. When a property is set for a control, the ASP.NET saves the property value as part of the control's state. To the application, this makes it appear that the page's lifetime spans multiple client requests. This page-level state is known as the view state...
-
-
ASP.NET Interview Questions
Ans