Answer Posted / sagar kute
Syntax:
1) <%@ Register tagprefix="tagprefix" Namespace="namespace"
Assembly="assembly" %>
2) <%@ Register tagprefix="tagprefix"
Tagname="tagname" Src="pathname" %>
3) <%@ Register tagprefix="tagprefix" Namespace="namespace" %>
(Note : Assembly name can not include file extension.)
* Used to add the custom server controls, decoratively to a
web page, master page or a skin file.
* used to add user control declarative to a web page, master
page or a skin file.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Name the namespace which is used by ado.net?
Explain server-side scripting?
Give some salient points of difference between request processor and request dispatcher.
How can we identify that the Page is Post Back?
Which .NET framework supports Web API?
Can I have a unique key as foreign key?
Write a code snippet to implement the indentation in json in web api.
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Describe paging in asp.net?
Describe how ASP.NET maintains process isolation for each Web application?
What's the use of response.output.write()?
What is the extension of master page in asp.net?
What is event bubbling?
How is mvc different from asp.net? : Asp.Net MVC
How many types of session state management options available in asp.net?