Hi Guys
Can we customize the TagPrefix for the user server control using the C# ?
actually I have created a user server control given as below
public class BreadCrumb: System.Web.UI.WebControls.Label
and when I drag drop the control on the Design view of an ASPX page I get following
<%@ Register TagPrefix="cc1" Namespace="Autodesk.Buzzsaw.Web.Controls" Assembly="BreadCrumb" %>
Now here cc1 looks very odd, cant we customize this , incase yes then how
----regards
Bipul Kumar