When you drag a web user control onto your design surface, it will automatically assigns the tagprefix = uc1.
Does anyone know how to change the default tagprefix for all web user controls
you drag onto a web form?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Adding User Controls to a Web Forms Page
You have to
Registerthe control below thePage directivelike below.and then change the
TagPrefixandTagNameas per your requirement.Example