Browse by Tags

Related Posts

  • Re: Enter key press in multiline textbox causing postback in FF.

    Just thought I'd share my way of fixing this issue. Whenever I use a multiline textbox (textarea) I assign it a SkinID. This allows me to specify different properties (CssClass for example) on TextAreas compared to an Input type=text . My Skin file looks like this: <asp:Textbox runat="server"...
    Posted to Client Side Web Development (Forum) by malendariel on 02-13-2008, 12:00 AM
    Filed under: onkeypress, textarea, defaultbutton, enter, multiline, Firefox, return
  • Default button invoking another button when invoked?!?

    Hi all you client side script gurus out there - maybe one of you can help me or point me in the right direction... I've implemented a custom default button solution to fire a LinkButton when [Enter] is pressed while the focus is in a text box. I've done this to support Firefox which for the usual...
    Posted to Client Side Web Development (Forum) by gavinharriss on 10-28-2007, 12:00 AM
    Filed under: panel, defaultbutton, linkbutton, Firefox
  • asp:Panel's DefaultButton inside asp:UpdatePanel in FireFox

    I'm having a bit of an issue with the DefaultButton in FireFox... consider the following simple code: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test.aspx.vb" Inherits="Test" %> < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1...
    Posted to ASP.NET AJAX UI (Forum) by roncli on 05-12-2007, 12:00 AM
    Filed under: panel, updatepanel, defaultbutton, firefox
  • Bug = FF + DefaultButton + LinkButton + Textboxes

    Interesting bug. Take the following code: <html> <body> <form DefaultButton="btnSubmit" runat="Server"> <asp:TextBox ID="FName" RunAt="Server" /> <asp:TextBox ID="LName" RunAt="Server" /> <asp:LinkButton Text="Submit" ID="btnSubmit" RunAt="Server" /> </form>...
    Posted to Web Forms (Forum) by Tyrven on 01-22-2007, 12:00 AM
    Filed under: DefaultButton, LinkButton, Firefox
Page 1 of 1 (4 items)
Microsoft Communities