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
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
How do we assign page-specific attributes?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
When we use cookie less session? Explain its working?
How do you identify that the page is postback?
Why do we use asp.net?
Is it true that a Web service must be written in .NET or not?
What is enableviewstatemac in asp net?
Define xmlvalidatingreader class.
What is HTTPModule and HTTPcontext? What is the use of each?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
How many types of state management are there in asp net?
What is asp according to you?
What language does asp.net use?
What is asp net_sessionid?