jzfla
02-28-2007, 01:37 PM
I have a button control with this code:
<asp:Button ID="Button1" runat="server" Style="Z-INDEX: 102; LEFT: 230px; POSITION: absolute;
TOP: 165px;" Text="Button" />
In the design window it displays correctly. At run time, the button control is strewn across the page when the ENTER key is pressed.
Does anyone know why this happens?
Thanks!
<asp:Button ID="Button1" runat="server" Style="Z-INDEX: 102; LEFT: 230px; POSITION: absolute;
TOP: 165px;" Text="Button" />
In the design window it displays correctly. At run time, the button control is strewn across the page when the ENTER key is pressed.
Does anyone know why this happens?
Thanks!