iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Where is parsing being performed before the WebFlyPostBackMethod is initiated? I receive the error below in my WebFlyPostBackMethod_Error handler. When I am debugging the code, the codebehind vb method is never reached, but I receive the error.
? errorObject.raw.parseError
{...}
errorCode: -1072898028
filepos: 242
line: 9
linepos: 12
reason: "Element content is invalid according to the DTD/Schema.
Expecting: script, style, meta, link, object, isindex, base.
"
srcText: " <STYLE>"
url: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
errorObject.raw
async: true
attributes: null
baseName: ""
childNodes: {Count = 0}
dataType: null
definition: null
doctype: null
documentElement: null
firstChild: null
implementation: {...}
lastChild: null
namespaces: {Count = 0}
namespaceURI: ""
nextSibling: null
nodeName: "#document"
nodeType: 9
nodeTypedValue: null
nodeTypeString: "document"
nodeValue: null
ontransformnode: {???}
ownerDocument: null
parentNode: null
parsed: true
parseError: {...}
prefix: ""
preserveWhiteSpace: false
previousSibling: null
readyState: 4
resolveExternals: true
schemas: null
specified: true
text: ""
url: ""
validateOnParse: true
xml: ""
Hi Frank,
In order to check your issue, I would need your runable sample or details of your scenario. So, could you provide it? thanks
regards,
Hendrik
Where is parsing being performed before the WebFlyPostBackMethod is initiated?
Relevant .aspx:
<ISWebDesktop:WebFlyPostBackManager ID="ctlPostbackManager" runat="server" ServiceUrl="~/currentPage.aspx"><FlyPostBackSettings PostControlState="false" PostHiddenFields="false" PostInputControls="false" PostViewState="false" /><ClientSideEvents OnResponseSuccess="OnFlyResponseSuccess" OnError="OnFlyPostBackError" /></ISWebDesktop:WebFlyPostBackManager>
JS: function CheckDelayedSave(retvalue) { if (event && event.toElement != null && ISGetObject('tlbHO').Commands.GetNamedItem('cmdSave')._HtmlObj.id == event.toElement.id) SaveOverrides(); return retvalue;} function
}
lastEditcellElement = celEl;
editObject.element.value=celEl.innerText;
pars.push(GetGrid().GetSelectedObject().ToRowObject().KeyValue
pbm.OnValueChanged(GetGrid().GetSelectedObject().ToRowObject().KeyValue
, GetGrid().GetColumnByElement(celEl).DataMember
, newValue);
SetCalculatingStatus();
CodeBehind (never reaches):
<WebFlyPostBackMethod()> _ Public Function OnValueChanged(ByVal key As String, ByVal colName As String, ByVal newValue As String) As String() Dim ret As New List(Of String) CalculateOneColumn(ret, key, colName, newValue) Return ret.ToArray() End Function
Hello Frank,
Unfortunately, I cannot replicate your issue in here. Because I cannot run your sample. Would be helpful if you can provide a runnable sample, so i can do further investigation.
May I know your expectation on Initiated? Perhaps, i need to further discuss with our development teams.
Regards,
The problem is FlyPostBackMethod never parse the HTML content. Could you provide the request POST data as well as the response data that you attempt to post? So, we can do further discuss about your issue. thanks
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname