Greetings,
I have the handle to a URL stream -
Uri(file.URI + "?render=stream", UriKind.Absolute);
where the file.URI is the file's complete URL and the render on the server is a php function that will send the file over as a stream.
How do I use this to load directly into a RadRichTextBox?
Thanks,
Mel
I have the handle to a URL stream -
Uri(file.URI + "?render=stream", UriKind.Absolute);
where the file.URI is the file's complete URL and the render on the server is a php function that will send the file over as a stream.
How do I use this to load directly into a RadRichTextBox?
Thanks,
Mel