What are the advantages of using ASP.NET’s formView control?

Asked

Viewed 131 times

0

What are the advantages of using the control formView of ASP.NET?

1 answer

2


This type of ASP.NET control gives you a certain "agility" for building data editing, creation and visualization forms. It may seem advantageous if we take into account all your support for a basic CRUD (create, read, update, delete) however your customization will require mastery over the component, where a simple Datasource exchange will require a small study (try using it with Mysql and vera) and in the end you will see that this effort was not worth just.

I would recommend you to create your own html and tailor your needs, but check out this article from Devmedia that addresses the creation of a screen for client registration: http://www.devmedia.com.br/introducao-ao-controle-formview-do-asp-net/27554

  • formview is that kind of control that we know exists, but will never need to use.

  • Cleiton, in a way yes, but anyone who has ever worked with ASP.NET Dynamic Data Web Application (http://www.devmedia.com.br/integracao-dynamic-data-web-application-parte-1/22020) knows that this type of project uses Formview heavily, where creating a simple custom template can become a nightmare.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.