sivaram praveen
where should we register a user control in ASP.NET
By sivaram praveen in ASP.NET on Mar 26 2007
  • Santhosh Kumar Venkatesan
    Oct, 2015 13

    in page directives,register user controls <%@ Register TagPrefix="uc" TagName="Spinner" Src="~/Controls/Spinner.ascx" %> and inside form you can call user control <uc:Spinner id="Spinner1" runat="server" MinValue="1" MaxValue="10" />

    • 0
  • senthil
    Mar, 2007 29

    Or, You can simply drag control from solution explorer and drop in the web page.

    • 0
  • senthil
    Mar, 2007 29

    In the Register directive

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS