I have a ASP.NET 4.0 application. In this application i have a page to upload data.After the data is uploaded i am getting a empty page with the following text:
For this issue, please refer to the codes below, and check whether it helps you.
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
Best regards
Anige
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
5 Points
24 Posts
Postback on web page in IIS 7.5 gives error
Mar 06, 2014 04:11 AM|ASPdotnetexpert|LINK
Hi,
I have a ASP.NET 4.0 application. In this application i have a page to upload data.After the data is uploaded i am getting a empty page with the following text:
0|| (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> ||
Please could someone suggest on how to resolve this.
All-Star
32817 Points
3815 Posts
Re: Postback on web page in IIS 7.5 gives error
Mar 07, 2014 12:20 AM|Angie xu - MSFT|LINK
Hi,
For this issue, please refer to the codes below, and check whether it helps you.
Best regards
Anige
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.