when i download file from my website which contains grid and in one of the column of grid there is d

Posted by SmartDev on Stack Overflow See other posts from Stack Overflow or by SmartDev
Published on 2010-06-02T23:01:05Z Indexed on 2010/06/02 23:04 UTC
Read the original article Hit count: 240

Filed under:
|
|
|

Hi,

I have page called filedownload.aspx , it contains grid and in grid they are three columns and in one of the column there is button which says Download , when user clicks on that button it picks file id and gives the download box to user with three options Open save and cancel .

Now the problem is that when user clicks on the download button in grid it gives this ERROR: INTERNET EXPLORER CANNOT DOWNLOAD FILEDOWNLOAD.ASPX FROM ABC.XYZ.COM (MY URL EXAMPLE) INTERNET EXPLORER WAS NOT ABLE TO OPEN THIS SITE .THE REQUEST SITE IS EITHER UNAVAILABLE OR CANNOT BE FOUND .

ONE MORE THING IS THT RECENTLY WE IMPLEMENTED SSL AND FROM HTTP WE MOVE TO HTTPS WITH NAME CHANGE IN URL ALSO BFEORE IT WAS AND NOW ITS .

NOW WHEN I CHANGE THE URL TO OLD ONE THE PAGE IS WORKING FINE .

CAN ANYONE HELP ME ON THIS ?

THANKS, SMARTDEV

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET