Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (7 items)
-
Hi,
You can do by making use of HTTP Send BY MAKING USE OF aCTIVEX oBJECT Msxml2.XMLHTTP.5.0. You can create a SOAP Request and call using the object created by MSXml.
var xmlHttp = new ActiveXObject(''Msxml2.XMLHTTP.5.0'');
xmlHttp.open(''POST'',url,false);
xmlHttp.setRequestHeader('Content-Type', 'text/xml; charset=utf-16');
...
-
Our application went live and till now we performed well. Client want to test our application with some of testing tools.
Our Application:
We have an ASPX Pages and from where we are calling Infopath. Infopath is used to edit the data and ASPX is used just to show the entered Data in infopath.
Suggestions are appreciated.
Thanks in ...
-
Anybody has ever faced this issue.
-
try this
var ObjDomNode = XDocument.DOM.selectSingleNode(''//my:txtActionText'');
XDocument.View.SelectText(ObjDomNode);
-
In our tool, Infopath has been used in integration with WebApplication. On button click in Aspx page I am opening an infopath and Data editing is totally using Infopath and after submission of data in infopath showing the same content in readonly mode in aspx.
So in this scenario, when I enter some junk like( <script> alert(“a”) ...
-
Thanks Greg,
Some times i am getting Send and Don't send dialog box. I got Repeating tables and Sections and populating using code. I got some buttons to add Parent and child nodes to repeating section and Table. Here design is something like this. RepeatSection is the Parent and Repeat Table is the child records. When add ing using buttons to ...
-
When i am trying to navigate between views am getting the Error dialog with following message
The script running in this form is causing infopath to run slowly. If the script continues to run, your computer may become unresponsive. Do you want to stop the script?
Application used Repeated sections and arrays? are they making the difference. ...
Page 1 of 1 (7 items)