Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Controls (http://www.velocityreviews.com/forums/f63-asp-net-web-controls.html)
-   -   How do I get custom ITemplate to be recognized. (http://www.velocityreviews.com/forums/t777756-how-do-i-get-custom-itemplate-to-be-recognized.html)

Todd Burry 03-21-2006 09:48 PM

How do I get custom ITemplate to be recognized.
 
I created a custom Repeater control that works basically just like the
standard Repeater control and it works fine. However, when editing the aspx
page I cannot get intellisense in any of the items and get the following
error on the control:

Cannot switch views: Content is not allowed between opening and closing tags
for element 'Repeater'.

Is there some attribute or other way I can get this control to behave like
the Repeater at design time?

Phillip Williams 03-23-2006 02:38 PM

RE: How do I get custom ITemplate to be recognized.
 
http://msdn.microsoft.com/library/de...imeSupport.asp
--
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com


"Todd Burry" wrote:

> I created a custom Repeater control that works basically just like the
> standard Repeater control and it works fine. However, when editing the aspx
> page I cannot get intellisense in any of the items and get the following
> error on the control:
>
> Cannot switch views: Content is not allowed between opening and closing tags
> for element 'Repeater'.
>
> Is there some attribute or other way I can get this control to behave like
> the Repeater at design time?



All times are GMT. The time now is 06:14 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57