[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

JMR

4/4/2002 10:29:00 PM

Hello all
I'm trying to override my aspx forms and at the same time be able to insert
/ change tags elements and attributes.
So, I have a method:
protected override void Render(HtmlTextWriter output)

...which does a call to:

RenderChildren(output)

...The problem is that I'm getting an error saying that one of my label
control "must be contained within a Form".

Anybody has an example to illustrate how to do this?

Thanks!

Jean-Marc