* In a web form that uses the template, the design view does not render the
page content because all the code is inside the template control tag. In
addition, I loose intellisense in the HTML view. Is there a way to get these
functionalities?
* In a web form, I have a repeater that contains an asp:button control in
the itemtemplate section. When I click on the button in a browser, the
OnItemCommand event method is not fired. If I place the repeater outside of
the template control tag, the event is fired. Do you know the cause of this?
Any information on the above is greatly appreciated. The article can be
found here:
http://www.devx.com/dotnet/Article/18011
for ASP.Net 1.1, I'd recommend Paul Wilson's MasterPages:
http://authors.aspalliance.com/PaulWilson/Articles/?id=14