S
SolFrankRosen
I'm trying to make a button on my form be in a fixed position, I used:
<asp:Button ID="butCancel" style="position:absolute"; runat="server"
Text="Cancel" />
but I get an error that this "is not well formed"
also is there a way in Visual Web Developer to have ALL new buttons,
textboxes, etc. default to "absolute position"?
Thanks! Sol
<asp:Button ID="butCancel" style="position:absolute"; runat="server"
Text="Cancel" />
but I get an error that this "is not well formed"
also is there a way in Visual Web Developer to have ALL new buttons,
textboxes, etc. default to "absolute position"?
Thanks! Sol