This is a migrated thread and some comments may be shown as answers.

How to get the RadWindow content as a byte array.?

1 Answer 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Arun
Top achievements
Rank 1
Arun asked on 27 Nov 2012, 06:30 PM
Hi Everyone,
 
I have an RadWindow control in an aspx page.
I have populated the Content of the RadWindow control with an Editable PDF ( Online Editable PDF users can fill the form).
I have an ASP.NET Button control outside the RadWindow.
In the click event of the ASP.NET Button, I need the PDF's values ( newly entered values). 
Is there anyway to get the PDF's values in the form of a byte array......?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Nov 2012, 11:09 AM
Hello,

RadWindow is just a container and does not offer the requested functionality. Its content area is a standard DIV (ContentTemplate) or IFRAME (NavigeUrl) and it is up to the developer to obtain its content and decide how to transform it using third party tools or personal code to the desired format.

You can find information how to access controls placed inside the ContentTemplate of RadWindow in the following article: Using RadWindow as controls container.

If you unable to implement your scenario with RadWindow, try to implement it with a standard asp:PlaceHolder and when you are ready replace the placeholder with RadWindow.

Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Arun
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or