Hi,
I have a page with a radgid on it. The page is an https (SSL) enabled page. When I try to export the grid using the following code I get the message:- "Could not open 'https://wesite.com/default.aspx". This all works fine when it's in an http page.
The code is:-
Any ideas?
Thanks!
I have a page with a radgid on it. The page is an https (SSL) enabled page. When I try to export the grid using the following code I get the message:- "Could not open 'https://wesite.com/default.aspx". This all works fine when it's in an http page.
The code is:-
RadGrid1.ExportSettings.ExportOnlyData =
true;
RadGrid1.ExportSettings.IgnorePaging =
true;
RadGrid1.ExportSettings.OpenInNewWindow =
true;
RadGrid1.MasterTableView.ExportToExcel();
Any ideas?
Thanks!