TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Brian
NA
2
0
User controls in Web application
Dec 13 2005 10:02 PM
Hi,
I am looking at developing some user controls for use in both Windows forms and in a Web application. At a high level, what is the easiest way to do this? Since the Control and UserControl classes are part of the System.Windows.Forms namespace, I don't think these can be used in an ASP.NET application. Web user controls are part of the System.Web.UI namespace. I was thinking that I could use a MVC model to decouple the problems associated with the graphical display. Is there a better way to display similar functionality in both Windows Forms and in a Web format? Thanks.
Reply
Answers (
0
)
DataGrid Change Check
Window Forms help