[lnkForumImage]
TotalShareware - Download Free Software

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


 

JMR

4/5/2002 7:31:00 PM

Hello all,
I'm trying to add runtime attributes to the <body> tag of my web page.
Things like topmargin, bgcolor, etc...
So I'm doing that in the form render method and override the base code. Only
then I place a call to base.Render(writer);
The problem is that GetTagKey(string) is protected so it seems I cannot
modify the <form> node before it gets rendered in base code.
Any help? Thx.

Jean-Marc