Hi again...
Erm... i'm going to go about doing my site/application in little modules.... namely ASCX Files.
Now to start with I had one big page defining the structure of the site in tables... any nested tables i've passed into ASCX files and called them in to the higher up page through the @Register. So I do have nested ASCX pages.
Now am I right in thinking that I could write code to interact with these different modules without making any other 'pages', but create ASCX files that plug and play, and have .
vb files behind each ASCX file to provide event handling to change the ASCX file loaded into each? etc etc
My site is quite basically laid out int he following order header, upper navigation, content (the sections across... called tripages: introduction, interaction, intervention), hints section (small line with gobal messages/hints etc), then below that lower navigation bar, then footer.
Now will I get problems passing objects variables/events from one ASCX to another if they are nested?
Good or not?
Thanks,
Deian