简体   繁体   中英

Using ASP.NET MVC web application

I want to create a web application using ASP.NET MVC. I saw a web application that was similar to a windows application. For example: it was used TextBox, Listview, Treeview, TabControl, GridView, Button, etc. in web application.

I've researched in the inte.net but all examples used HTML tag to create TextBox, Button, etc.

How can I use.Net Controls directly in ASP.NET MVC web application?

You cannot directly use a.Net control inside ASP.net MVC application instead use some plugins to make things done.

List out all.Net Controls that your windows application contains.

Mostly frequently used controls will have plugins else add it as a custom control in your asp.net MVC application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM