Issue while using WinForm user Control in asp.net MVC applicaton -


i need use winform user control in asp.net mvc4 application.

the control has been embedded using object tag , classid attribute, upon viewing view in browser, blank frame visible, without cross-sign on top-left corner of frame. viewing browser on machine .net framework 4.5. similar issue faced in asp.net application same rectified using registry setting (enableiehosting = 1).

kindly suggest.

thanks.

gitika

winforms user controls not intended used asp.net (mvc or not) application.

as should knows, asp.net generate html codes sent browser when requested. browser can run on multitude of operating systems (os). winforms user controls run under microsoft windows.

the second thing know browser run in restricted environment , such limited access computer , os.

since using asp.net mvc, should create partial view similar user control if want. also, thing know logic behing control need converted javascript or jquery. browsers understand.


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -