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
What is the difference between mvc and asp.net? : Asp.Net MVC
Is asp.net and .net same?
How to Insert/Add in ASPXgridview
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Is react a template engine?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are the server controls in asp.net?
Explain asp.net page life cycle?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is active web pages?
Who is using asp.net?
What is event bubbling?
If you are using components in your application, how can you handle exceptions raised in a component?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.