web user and custom conrols
Custom controls:
A control authored by a user or a third-party software
vendor that does not belong to the .NET Framework class
library. This is a generic term that includes user
controls. A custom server control is used in Web Forms
(ASP.NET pages). A custom client control is used in
Windows Forms applications.
User Controls:
In ASP.NET: A user-authored server control that enables an
ASP.NET page to be re-used as a server control. An
ASP.NET user control is authored declaratively and
persisted as a text file with an .ascx extension. The
ASP.NET page framework compiles a user control on the fly
to a class that derives from the
System.Web.UI.UserControl class.
Is This Answer Correct ? | 0 Yes | 0 No |
What?s the difference between Response.Write() andResponse.Output.Write()?
Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?
Why do we need master page in asp.net?
What is DTS package?
What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?
how to get modified rows from Dataset
How would you turn off cookies on a page of a website?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is authorization in asp.net?
what is view state
5 Answers Microsoft, Siebel Systems,
In which event are the controls fully loaded?
Why do we use datasource in asp.net?