How many types is controls is there in Asp.Net?If it means
what are types of custom controls?Explain about user
controls,Web server controls,Hrml server controls?
Answer / sandy
includes a chart of the five types of controls supported in
ASP.NET: HTML controls, HTML server controls, web server
controls, validation controls, and controls created by the
developer. This chapter will discuss this last type of
control, known as custom controls, and a subset of them
called user controls.
Custom controls are compiled controls that act, from the
client's perspective, much like web (ASP) controls. Custom
controls can be created in one of three ways:
By deriving a new custom control from an existing control
(e.g., deriving your own specialized text box from
asp:textbox). This is known as a derived custom control.
By composing a new custom control out of two or more
existing controls. This is known as a composite custom control.
By deriving from the base control class, thus creating a new
custom control from scratch. This is known as a full custom
control.
Of course, all three of these methods, and the three control
types that correspond to them, are variations on the same
theme. We'll consider these custom controls later in this
chapter. The simplest category of custom controls is a
subset called user controls. Microsoft distinguishes user
controls as a special case because they are quite different
from other types of custom controls. In short, user controls
are segments of ASP.NET pages that can be reused from within
other pages. This is similar to "include files" familiar to
ASP developers. However, user controls are far more
powerful. User controls support properties and events, and
thus provide reusable functionality as well as reusable HTML.
User Controls
User controls allow you to save a part of an existing
ASP.NET page and reuse it in many other ASP.NET pages. A
user control is almost identical to a normal .aspx page,
with two differences: the user control has the .ascx
extension rather than .aspx, and it may not have <HTML>,
<Body>, or <Form> tags.
The simplest user control is one that displays HTML only. A
classic example of a simple user control is an HTML page
that displays a copyright notice. Example 14-1 shows the
complete listing for copyright.ascx.
| Is This Answer Correct ? | 21 Yes | 5 No |
Which is the parent class of the ASP.NET server control?
0 Answers Sans Pareil IT Services,
Which protocol is used in a web api?
Tell About Web.config ?
Is object a value type or referenced type?
What’s difference between “optimistic” and “pessimistic” locking?
differences between class inheritance and interface?
what is difference between java and .net
11 Answers Base2 Infotech, Karur Vysya Bank KVB, TATA AIG, TCC,
What is difference between asp state management and asp.net state management?
The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com
What is application session?
what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.
What is Razor View Engine
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)