Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

.NET Forum


You are currently viewing our .NET Forum as a guest. Please register to participate.
Login



Reply
Firefox submits form when pressing enter in text area
Old 10-01-2007, 10:57 PM Firefox submits form when pressing enter in text area
Skilled Talker

Posts: 60
Trades: 0
I have a text box here in ASP page,

but when I press enter to have more extra lines, the form would actually submit. This only happens in Firefox. It's fine on IE.

Does anyone know how to fix that?

<asp:TextBox ID="txbMessage" runat="server" MaxLength="2000" width="240px" Rows="10" TextMode="MultiLine" />
__________________

Please login or register to view this content. Registration is FREE
- Over 9,000 iphone, ipad apps
wll6568 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-02-2007, 10:05 PM Re: Firefox submits form when pressing enter in text area
Novice Talker

Posts: 7
Trades: 0
Are you 100% it's textmode?
BlogSalesman is offline
Reply With Quote
View Public Profile
 
Old 02-15-2008, 10:34 PM Re: Firefox submits form when pressing enter in text area
ozzozo's Avatar
Experienced Talker

Latest Blog Post:
Customer Support Whitepaper
Posts: 44
Trades: 0
On the button click, add this code:

Code:
if(Page.IsValid)
{
     // put your code to handle the click
}
__________________

Please login or register to view this content. Registration is FREE
- FAQ Management Software
ozzozo is offline
Reply With Quote
View Public Profile Visit ozzozo's homepage!
 
Reply     « Reply to Firefox submits form when pressing enter in text area
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12462 seconds with 12 queries