I want to use ASP.NET for my web forms and use VB.net as the codebehind. I want to be able to dynamically create a default.aspx and a default.aspx.vb code behind file. The code it will generate will be dependant upon the checkboxes a user checks. Can the codebehind page be created dynamically and be called by the aspx page ?
I now visual studio code behind is just a nice smart text code editor. Is there anything that I need to add to make sure it generates the file correct so the aspx file can use it as a code behind?
I now visual studio code behind is just a nice smart text code editor. Is there anything that I need to add to make sure it generates the file correct so the aspx file can use it as a code behind?