I am trying to use ASP.NET Server Controls (ASP.TextBox, etc.) using MVC (to take advantage of validation, support for designers, etc.). How can I do this in MVC architecture? For example, how is my route button.click
to the controller or how can I access the data inside my server controllers through viewPage
?
Can I point out an article or link that will help clean my dirty design? Or is it better for me to stick with MVC and inline styles?
source
share