.NET MVC: How to use .NET controls with MVC?
Posted
by aximili
on Stack Overflow
See other posts from Stack Overflow
or by aximili
Published on 2010-03-15T01:59:05Z
Indexed on
2010/03/15
2:09 UTC
Read the original article
Hit count: 374
asp.net-mvc
|asp.net-mvc-2
I am very new to MVC.
I've been learning to use plain HTML or HtmlHelpers, eg. for textbox, and get the value back in the Controller using Request.Form.
But how do I use .NET controls with MVC? (eg. FileUpload)
(The reason I ask is I am trying to use a custom control for uploading multiple files - it's Flajaxian File Uploader, if anyone knows about it.
It works with webforms, but I have no idea how this thing is gonna work with MVC.)
Thanks in advance
© Stack Overflow or respective owner