Click here to Skip to main content
15,887,746 members

Comments by Tharakharish (Top 7 by date)

Tharakharish 11-Oct-22 7:35am View    
@Richard Deeming, Apologies I have updated my question, the line security tool raises risk. pls suggest.
Tharakharish 20-Oct-15 3:49am View    
yes, I have debugged the code it throws the error at a.setProperty("SelectionLanguage","XPath") in MicrosoftAjax.js file in IE10.If I select "ignore" in pop-up box that comes in javascript, then it works fine.
Tharakharish 20-Oct-15 2:08am View    
oh sorry for that, initially the button will be disabled after a value entered in textbox(value = ID) the search button will be enabled and the value will be verified with database and return the name value, the database verification is been made through web service(asmx), I have debugged and found the value from database is coming correct but the request is made to asmx page through the MicrosoftAjax.js while loading it throws a error message at a.setProperty("SelectionLanguage","XPath") in MicrosoftAjax.js as "Object doesn't support property or method 'setProperty'". This error is coming in only IE 10 version.
Tharakharish 20-Oct-15 2:08am View    
oh sorry for that, initially the button will be disabled after a value entered in textbox(value = ID) the search button will be enabled and the value will be verified with database and return the name value, the database verification is been made through web service(asmx), I have debugged and found the value from database is coming correct but the request is made to asmx page through the MicrosoftAjax.js page while loading it throws a error message at a.setProperty("SelectionLanguage","XPath") in MicrosoftAjax.js as "Object doesn't support property or method 'setProperty'". This error is coming in only IE 10 version.
Tharakharish 19-Oct-15 7:54am View    
Deleted
sorry its MicrosoftAjax.js