Click here to Skip to main content
15,899,679 members

Comments by Member 8825505 (Top 52 by date)

Member 8825505 11-Jul-16 9:33am View    
Thanks For replying on my issue.
Can you tell me how to make my iis to use this account ?
Member 8825505 16-Jul-15 15:42pm View    
Have you got solution for this problem please update..i am facing this issue for 3 days..not able to find solution i tried many solution but none works ! Please help me.
Member 8825505 20-Nov-14 1:07am View    
i have so many controls i need to write java script automatically apply to all text box by its type.
Member 8825505 20-Nov-14 0:39am View    
Compiler Error Message: CS0103: The name 'textbox' does not exist in the current context

Source Error:


Line 186: <script type="text/javascript">
Line 187: $(document).ready(function () {
Line 188: $('#<%=textbox.ClientID%>').keypress(function (e) {
Line 189: var key = e.charCode;
Line 190: if (key == 96) {

this code showing error like above.
Member 8825505 20-Nov-14 0:38am View    
i Want to add function which will work for all text box in form no need to write single text box name.because i have more then 20 text box in 1 form and i have many forms please help.