2
Answers

ASP.NET MVC Toolkit

Hi,
I hope am in the right forum, to ask this question and i know new kids to ASP.NET MVC  platform like me also ask this question.
 
I worked proficiently with ASP.NET using all the Visual Studio's till 2013 and DOT NET FRAMEWORK 4.5, during all my work with ASP.NET we use it TOOLKIT control to design the user interface and Design screen to preview while  C# for the code behind.
Why is it that ASP.NET MVC do not have ToolKit and Design screen, if they have where can one activate it, because it making coding more time consuming, or can i design in ASP.NET then paste it on the Layout View of MVC?
 
Thank you for your answer. 
Answers (2)
1
Nilesh Shah

Nilesh Shah

NA 22.3k 215k 7y
MVC gives you control over the HTMl being rendered, that also means there is no  inbuilt controls like in web forms. and you cant simply copy and paste web forms controls in MVC.
 
there are third party controls available, most widely used in Telerik Kendo UI
0
Abraham Olatubosun

Abraham Olatubosun

NA 318 17.4k 7y
Many thanks Nilesh Shah i will surely check it out and revert back.
 
Thanks