asp.net - Cannot edit asp textbox value in firefox -
i'm having strange issu in application: have form composed of various labels , textboxes, so:
<tr> <td> <asp:label text="edifĂcio" runat="server" id="lbledificio"></asp:label> </td> <td> </td> <td> <asp:textbox id="txtfax" runat="server"></asp:textbox> </td> <td> </td> </tr> the textbox default value given in server, , works correctly. however, when try edit value in screen, cursor not appear, , whatever type not reflected on screen. if save value, wrote indeed saved.
keep in mind happens in firefox , specific users (i validated , it's not related user permissions).
thanks in advance
there proverbially reasons:- 1. textbox disabled. 2. textbox readonly. 3. container of textbox disabled or readonly.
share .cs code better understanding
Comments
Post a Comment