I have an app hosted on a server; one of the functions of the app is to export some calculated results to a spreadsheet (excel). The function works when I run the app in debug mode on both my local machine and on the server (VS2010). However, when I hit the Export to Excel button on the published version I get the "spinning wheel" until I stop it.
Suggestions?
Loading
Rodney JohnsonPosted Aug 9, 2013, 10:54 AM
Karthik KPosted Aug 9, 2013, 2:32 AM
<%@ Page Title="test" Language="C#" MasterPageFile="~/MasterPage.master" EnableEventValidation="false" AutoEventWireup="true" CodeFile="WarrantyView.aspx.cs" Inherits="WarrantyView" %>
In that Line Give : EnableEventValidation="false"
I had Same Problem , When I did above , It was Cleared..