Click here to Skip to main content
16,021,115 members

Comments by Member 9874029 (Top 5 by date)

Member 9874029 14-Mar-13 1:02am View    
hi i have a similar kind of issue.
i was using a window.showModalDialog() method in javascript to open a pop up and the when it closes the return values are a used to populate some text boxes and then i called document.getElementById('#<%=ID%>').click() To call the Method on the server side it worked fine until i added the script manager. Once i added the scriptmanager It started throwing an error-->"Microsoft JScript runtime error: Sys.ParameterCountException: Parameter count mismatch." i am not understanding how to fix it can anybody help me figure out this issue or somehow work arround it?
Member 9874029 14-Mar-13 1:02am View    
hi i have a similar kind of issue.
i was using a window.showModalDialog() method in javascript to open a pop up and the when it closes the return values are a used to populate some text boxes and then i called document.getElementById('#<%=ID%>').click() To call the Method on the server side it worked fine until i added the script manager. Once i added the scriptmanager It started throwing an error-->"Microsoft JScript runtime error: Sys.ParameterCountException: Parameter count mismatch." i am not understanding how to fix it can anybody help me figure out this issue or somehow work arround it?
Member 9874029 14-Mar-13 1:02am View    
hi i have a similar kind of issue.
i was using a window.showModalDialog() method in javascript to open a pop up and the when it closes the return values are a used to populate some text boxes and then i called document.getElementById('#<%=ID%>').click() To call the Method on the server side it worked fine until i added the script manager. Once i added the scriptmanager It started throwing an error-->"Microsoft JScript runtime error: Sys.ParameterCountException: Parameter count mismatch." i am not understanding how to fix it can anybody help me figure out this issue or somehow work arround it?
Member 9874029 14-Mar-13 0:59am View    
hi i have a similar kind of issue.
i was using a window.showModalDialog() method in javascript to open a pop up and the when it closes the return values are a used to populate some text boxes and then i called document.getElementById('#<%=ID%>').click() To call the Method on the server side it worked fine until i added the script manager. Once i added the scriptmanager It started throwing an error-->"Microsoft JScript runtime error: Sys.ParameterCountException: Parameter count mismatch." i am not understanding how to fix it can anybody help me figure out this issue or somehow work arround it?
Member 9874029 11-Mar-13 3:09am View    
I am implementing a jq grid in which i need to implement auto search option in the search toolbar of the jqgrid can any one help me with a example?