G
Guest
Hello,
I have a strange yet very simple problem with the asp.net Textbox web control.
On an empty asp.net page, add a single asp:TextBox control with
Autopostback=false with nothing else on the page.
according to the doc, hitting Enter while the TextBox has focus should do
nothing since Autopostback=false. The problem i have is that it posts the
form (that is, it ignores the Autopostback=false).
Now if i add another textbox to the page, i no longer experience the
problem(???????????).
Is my framework (2.0) corrupted or is anyone else able to reproduce that bug?
Thanks for any help
Renaud
=============
sample page
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb"
Inherits="_Default" %>
<html>
<body>
</body>
</html>
I have a strange yet very simple problem with the asp.net Textbox web control.
On an empty asp.net page, add a single asp:TextBox control with
Autopostback=false with nothing else on the page.
according to the doc, hitting Enter while the TextBox has focus should do
nothing since Autopostback=false. The problem i have is that it posts the
form (that is, it ignores the Autopostback=false).
Now if i add another textbox to the page, i no longer experience the
problem(???????????).
Is my framework (2.0) corrupted or is anyone else able to reproduce that bug?
Thanks for any help
Renaud
=============
sample page
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb"
Inherits="_Default" %>
<html>
<body>
</form>said:</asp:TextBox>
</body>
</html>