export excel taking long time from ASP pages?
- by ricky
i am using following code for export to excel from .ASP page?
GMID = Request.QueryString ("GMID")
Response.Buffer = False
Response.ContentType = "application/vnd.ms-excel"
DIR_YR = Request.QueryString ("DIR_YR")
CD = Request.QueryString("CD")
YEAR = Request.QueryString("IND")
Problem that I am facing is that When records are around 2,000…