Hi all.
As I'm a newbie and learning VB.NET, I have some questions about pages within pages or maybe even another facit of coding. First, is there a way to call and load an aspx page within another aspx page? Secondly, would this be better accomplished using modules?
Here's a small overview of what I'm trying to do...
In a Request Forms web app, there are systems which have their own request form. From the default page, the user is asked which "system form" they will need. Upon selecting a radio button, the form (each form has different questions) will dynamically display below which the data from the form will be submitted to a SQL db.
Any suggestions? Please include examples if possible.
Thank you.