![]() Related Questions Latest Answer : Server-side code:
1. Code is written in VB, C# or other compiled languages.
2. Code is executed by the server during a roundtrip in response to a user
request or action.
3. The server executes server side code and returns HTML code to the client ... Latest Answer : In ADO, the in-memory representation of data is the recordset. In ADO.NET, it is the dataset. There are important differences between them. A recordset looks like a single table. If a recordset is to contain data from multiple database tables, ... Latest Answer : There are two types are inheritence. 1) Multiple Inheritence. 2) Multilevel Inheritence. .NET Supports only Multilevel Inheritence. Ex: Public Class ParentClass Public Overridable Sub OIverridingMethods() ... Tags : Inheritance Latest Answer : When we set out to implement a class using inheritance, we must first start with an existing class from which we will derive our new subclass. This existing class, or base class, may be part of the .NET system class library framework, it may be part of ... Tags : Inheritance Latest Answer : Diffgram is the XML format which is used to identify the current and orginal version. ... Latest Answer : Inheritance means able to inherete the class from base class. The inherete class called derived class.The main advantage of the inheritance if any modification done origanl class safe.This is for reusable. ... Tags : Inheritance Latest Answer : The process of deriving a new class from an existing class is called Inheritance. The old class is called the base class and the new class is called derived class. The derived class inherits some or everything of the base class. In ... Tags : Inheritance Latest Answer : Code-Behind: Code-behind refers to code for your ASP.NET page that is contained within a separate class file. This allows a clean separation of Our HTML from presentation logic. In-Line Code : In-line code is code that is embedded ... Latest Answer : There are following types of validation controls provided by ASP.Net:RequiredFieldValidatorCompareValidatorRangeValidatorRegularExpressionValidatorCustomValidatorThese controls are server side controls. However in up-level browsers that is IE 4.0 and ... Briefly explain what user controls are and what server controls are and the differences between the two.
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||