I have got a button on the grid that when clicked sets a viewstate item to a file.
Now when i try use the response it gives me a error.
Now i have seen you can do it by
But how would one use this to do
response.binarywrite(byte[])
Please any help will be much appreciated. If this is in the incorrect section plese relocate.
Thanks
Now when i try use the response it gives me a error.
Now i have seen you can do it by
RadAjaxPanel1.ResponseScripts.Add(String.Format(@"window.location.href = ""{0}"";", http://yoursite.com/Your_File));
But how would one use this to do
response.binarywrite(byte[])
Please any help will be much appreciated. If this is in the incorrect section plese relocate.
Thanks