Posts

Showing posts with the label ASP.NET MVC

HTML: name vs id

Are they the same? Not if there is an article on it: name: identifies the HTML control, if things go up to the server id: identifies the HTML control for client-side scripting Sources: Introduction to ASP.NET MVC (Published: 09 August 2014), Customizing Controllers @~27min