![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm trying to build a custom control that doesn't have a closing tag. For example, right now when I create a control from the IDE I get this: cc1:MyControl runat="server" ID="SomeId"></cc1:MyControl I'd like it to be: cc1:MyControl runat="server" ID="SomeId" / This control won't have any content, so I'm trying to make the definition shorter. I know it can be done because ImageButton does this; the question is how? Thanks. |
#3
| |||
| |||
|
|
I think I had seen that adding [ParseChildren(false)] at the top of my class (for C#) <ParseChildren(false)> iirc for vb gave this behavior. Sadly I can seem to no longer drag and drop user controls from libraries since SP1 for visual 2005. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuiparsechildrenattributeclasstopic.a sp |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |