Answer Posted / praveen
@ Assembly
Links an assembly to the current page or user control
declaratively.
@ Control
Defines control-specific attributes used by the ASP.NET
page parser and compiler and can be included only in .ascx
files (user controls).
@ Implements
Indicates that a page or user control implements a
specified .NET Framework interface declaratively.
@ Import
Imports a namespace into a page or user control explicitly.
@ Master
Identifies a page as a master page and defines attributes
used by the ASP.NET page parser and compiler and can be
included only in .master files.
@ MasterType
Defines the class or virtual path used to type the Master
property of a page.
@ OutputCache
Controls the output caching policies of a page or user
control declaratively.
@ Page
Defines page-specific attributes used by the ASP.NET page
parser and compiler and can be included only in .aspx files.
@ PreviousPageType
Creates a strongly typed reference to the source page from
the target of a cross-page posting.
@ Reference
Links a page, user control, or COM control to the current
page or user control declaratively.
@ Register
Associates aliases with namespaces and classes, which
allow user controls and custom server controls to be
rendered when included in a requested page or user control.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are sessions and cookies?
what are the security certificates used in webservices?
Which protocol is used in a web api?
How about the security in Activex DLL and Activex EXE ?
what is publisher?
Differentiate between a page theme and a global theme?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
To get the values in two different controls to match which control you use it?
What is the appSettings Section in the web.config file?
What is route in web api?
What is the difference between asp.net and mvc?
how to elimainte the similar data from the different tables
Explain server-side scripting and client-side scripting.
How would you enable impersonation in the web.config file?
What is _dopostback in asp net?