Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I am new in MVC. I want to devlop web application in MVC 2.0
My special requirement is i want to use web controls(asp.net default controls) in view.
can i use this? can i access value of web control in controller?
If yes then can any one give me demo example of crud operation?
I have search on google but i was not able to find single example using web controls in MVC.
Posted
Comments
bbirajdar 8-Mar-13 0:34am    
ASP.NET Controls CANNOT be used in MVC application. Use HTMLHelpers instead
Hidayat Meman 8-Mar-13 0:40am    
we must need to use html controls?
Jameel VM 8-Mar-13 0:43am    
It is not good practice to use webform controls in ASP.NET MVC. what is your requirement actually?
Hidayat Meman 8-Mar-13 0:48am    
i want to pass textbox data from view to controller and i am using asp.net server side control. if i am wrong then give me right way for that.

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