|
RadControls version
|
1.6.2
|
| .NET version |
1.1
|
| Visual Studio version |
2003
|
| programming language |
c#
|
| browser support |
all browsers supported by RadControls
|
PROJECT DESCRIPTION
Hi,
I have the following problem:
I have a button in a RadAjaxPanel. When clicked it posts back on the server where i create an excel file in a buffer(byte[]).
How do I send the file back
to the client?
Respose.WriteBinary
doesn't seem to work.
Response.Redirect to a generic download page works but it damages the viewstate for the current page.
Adding a script to open a new page
RadAjaxPanel1.ResponseScripts.Add(window.open('about:blank','mywindow','width=400,height=200'))has no efect