Is it possible to access the view(Form in my case) from the controller class without any scripting in the view's codebehind file?
I see MVC projects handling the event[eg:-button click,etc] inside the view's codebehind and then calling controller. Wouldn't that make view less stupid? I was trying to move all the handling mecahism to the controller.