I have installed Visual Studio 2010 express edition which has MVC in it. I am creating my first application and I noticed that I can include basic asp.net controls like [label, gridview, datagrid, drop downbox] in it. and all event related to these controls displayed on the view.
My question is:
Is it good to use asp.net controls in MVC or should I practice more on HTML part and JQuery? Would it harm page speed?