Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I am developing a web bsed application using MVC3 Razor, but i don't know ho to use
inbuilt contol and also how to use webgrid.
Posted
Comments
bbirajdar 25-Nov-12 5:08am    
What is a inbuilt control ? Never heard of it...
Nelek 25-Nov-12 6:33am    
Please don't think we can read minds or do astral projections to see your monitor. If you need help, the least you could do is to add some relevant code to your question or to explain your problem in such a way, that the users of CP can understand it. Otherwise, nobody will be able to help you.
what have you tried?[^]

Best place to start for help with MVC basics is

http://www.asp.net/mvc[^]

The tutorials and videos are excellent.
 
Share this answer
 
In ASP.NET MVC there are no inbuilt controls like ASP.NET Webforms. Only html controls. There are so many jquery and javascript API for grid,datepicker,accordion etc. for both asp.net mvc and asp.net webforms. You can also create custom html helpers for creating your own controls. Below is a good link for creating custom html helper.
http://develoq.net/2011/how-to-create-custom-html-helpers-for-asp-net-mvc-3-and-razor-view-engine/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900