Answer Posted / rahultripathi
@assembly : - Link assembly to current Page or user control
directory .
@control :- Define control Spacific attributes to used
by ASP.Net page parser and compiler included only in .ascx
page.
@ Impliment : - Indicates that a page or user control
implements a specified .NET Framework interface
declaratively
@ import :- import a namespace in Page or user control
explicit.
@ 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
@ Master Type:- Defining class or vartual Path used to type
master page property of page.
@OutPut Cache.
@Page.
@Privious Page Type.
@Reference .
@Register
Rahul Tripathi
rahltripathi@myway.com
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
What are server activated objects?
Write a code for passing ArrayList in Web API?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What methods are fired during the page load? Init()
Why SessionID changes in every request in asp.net?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Which is the parent class of the ASP.NET server control?
How response object is related to asp's response object?
What is razor? : asp.net mvc
What is special types forms
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Define page output caching?
What are Authentication and Authorization?
How can you display all validation messages in one control?
How can u debug your .net application?