Hello,
I'm a beginner in ASP and VB and I would like to understand a thing.
I'm used to develop respecting the MVC design-pattern and I'm wondering what should I put in the masterPage controller ? (myMasterPage.master.vb).
I've already put all controllers in the associated aspx webform and I don't understand the usage of another controller. Moreover, if I don't make a mistake, all in the masterPage is static and the final user has no interactivity with it, right ? So, to me, there is nothing to control.
Thank you
I'm a beginner in ASP and VB and I would like to understand a thing.
I'm used to develop respecting the MVC design-pattern and I'm wondering what should I put in the masterPage controller ? (myMasterPage.master.vb).
I've already put all controllers in the associated aspx webform and I don't understand the usage of another controller. Moreover, if I don't make a mistake, all in the masterPage is static and the final user has no interactivity with it, right ? So, to me, there is nothing to control.
Thank you