Reputation: 3403
I am just learning ASP.NET MVC 4 and getting unfamiliar with control placement and design form. Actually i don't like to create the default way of placement of controls in my view. I need to have a group of controls into divisions in which it look great. How do i achieve this please guide me. I need something like below...
Thanking you in advance.
Upvotes: 0
Views: 496
Reputation: 125538
My best recommendation would be to look at something like Twitter Bootstrap and using the horizontal form CSS and markup.
Using something like Bootstrap is going to allow you to concentrate on writing your application and less time on fiddling with CSS, at least initially. Obviously, if your intention is to fiddle with the CSS then please disregard my answer. However, based on the fact that you are just learning ASP.NET MVC 4, there is a lot of functionality to learn as well as how the application is going to look.
Once you feel comfortable with the techniques involved, you can start to modify/remove the Bootstrap CSS to better suit your needs.
Upvotes: 1