-
Data Sets Data Table
How to update, delete data from columns in a data table using dataset?
-
Dataset Variable
How to add variable in dataset?
-
-
-
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...
-
What is the Full Form of WSDL
Skill/Topic: AdvancedA) Web System Description LanguageB) Web Services Detail LanguageC) Web Service Description LanguageD) None
-
-
-
-
-
-
Fill Method
How to fill dataset without using fill method?
-
-
ASP ascx File
What is the purpose of ascx file?
-
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...
-
Conditional Boating
What is Conditional Bloating? How do you handle it?
-
Datatable Dataset
How can we know which row has been updated in a Datatable/Dataset?
-
-
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)
-
ASP.NET Interview Questions
Ans