Hi All<BR>I have a simple aspx file with one user control on it, I need to dynamicly load html files above the control. But the Literal control doesn't seem to render the "#include". Has anyone got any ideas - I tried to use an IFRAME but I couldn't get it to render correctly "position, width and height issues"You cannot dynamically include files in ASP.net or classic ASP. It sounds like you want to use user controls instead. Do a search here and on ASP.net forums on "user controls".<BR><BR>Thank You ...<BR>