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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -