Sheikh Rahat Ali
Sheikh Rahat Ali

Reputation: 1333

How to add a winforms usercontrol in an aspx page

How can we add a winforms user control in an aspx page?

Any help will be appreciated.

Upvotes: 4

Views: 4056

Answers (3)

KV Prajapati
KV Prajapati

Reputation: 94653

Take a look at an article from ASP.NET.4guysFrom - Hosting a Windows Control in a Web Form and also Hosting .NET Windows Forms Controls in IE

Upvotes: 3

Oscar Cabrero
Oscar Cabrero

Reputation: 4169

its possible to embebed but user will need to download the assembly and executed locally

http://weblogs.asp.net/spano/archive/2007/09/19/hosting-a-windows-form-control-in-a-web-page.aspx

Upvotes: 0

Jon Skeet
Jon Skeet

Reputation: 1503679

You can't, as far as I'm aware. If you want a native client style experience in a web app (and AJAX isn't good enough for you), you should look at using SilverLight.

Upvotes: 0

Related Questions