Click here to Skip to main content
15,911,360 members

Comments by RavitejaPammi (Top 3 by date)

RavitejaPammi 1-May-13 2:09am View    
Hi Rohan Thanks for your valuable reply... But i need to disable keyboard for particular page only... Let me explain to u... I have Login page.. when i open android app then Login page will be opened.. In Login page i need Keyboard to give input... After Login i have test.aspx page in which i have virtual Keyboard (Designed by using buttons) so i don't need keyboard here... So i need to add disable/hidden code for keyboard in aspx page... Is there anyway by using Asp.net/ javascript?
RavitejaPammi 8-Feb-13 2:58am View    
<asp:imagebutton id="imgSubmit" runat="server" ImageUrl="images/Submit.gif">
RavitejaPammi 4-Feb-13 7:36am View    
Hai Uday Thanks for your valuable reply... your solution is found true. I have another problem with my ascx page. In Asp Button "onClick" event is not working in IE6. It works fine on FF 18.0/Chrome. I tried so many ways but i can't find solution yet... I used in .vb file like

btn.Attributes.Add("onclick", "__noPostBack('FinancialLedger.aspx');")

In IE6 it shows JavaScript error : "Object is required". What is the Solution?