views:

44

answers:

2

is their any way to render the canvas or rectangle in wpf in asp.net mvc as an image.

I need to render the wpf control in mvc as an image.

I have tried and only blank image is rendering..

+1  A: 

Hi Santose,

I don't know direct answer to your question. But you may consider using Silverlight, instead of WPF...

Anvaka
thanks for ur response , any how, Is their any way to render silverlight controls in asp.net mvc
santose
Sure. Silverlight is rendered via object tag, like flash.
Anvaka
A: 

http://www.codeproject.com/KB/WPF/WPF-Image-to-WebPage.aspx

Here is the article explains to convert the WPF object to an image in ASPX.

santose