Hi,
I am trying to implement MVC pattern with ASP.NET in the following way without using the MVC framework.
- page1.aspx page (html - View)
- page1.cb (code behind - Controller)
- Module1UIHelper.cs (Service class for a module - Model
please let me know if this approach is ok and other ways to implement MVC pattern with ASP.NET.
Thanks,
Raghav
I am trying to implement MVC pattern with ASP.NET in the following way without using the MVC framework.
- page1.aspx page (html - View)
- page1.cb (code behind - Controller)
- Module1UIHelper.cs (Service class for a module - Model
please let me know if this approach is ok and other ways to implement MVC pattern with ASP.NET.
Thanks,
Raghav