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 the compiled object?
What is owin authentication?
List the types of authentication supported by asp.net?
What is inheritance and an how it be used, example with an example?
How to fetch a data from one table to another table in asp.net ?
Which is faster viewbag or viewdata?
how to elimainte the similar data from the different tables
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What are the contents of cookie?
What is a web server? What are the load limits in it?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is asp net_sessionid?
What kind of data we can store in viewstate?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications