vote up 1 vote down star

I make a asp.net usercontrol. its name is ucTreeview. in my page it named: uc1:ucTreeview How can i rename uc1?

flag

63% accept rate

2 Answers

vote up 1 vote down check

When you register the control you're declaring prefix using <%@ Register ...

http://www.15seconds.com/Issue/020319.htm

link|flag
vote up 1 vote down

You need to use the assembly:TagPrefixAttribute This page on MSDN is a concise example of how to do that.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.