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 is cached data phone?
Define caching.
What are the different types of Caching techniques in ASP.NET?
Define what is razor? : asp.net mvc
Which library is used by the testers and developers to develop automated tests and create testing tools?
How to deploy/publish webservices?How many ways?Plz explain me
List the events in page life cycle.
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
How do http sessions work?
What is the difference between a default skin and a named skin?
What is difference between session and cookies?
Define transparent caching with aop?
Demonstrate Render and PreRender?
Is it possible to create web application with both webforms and mvc?
What symbol would you use to denote, the start of a code block in aspx views?