say...I have sample.aspx....I want to attach sample.vb dynamically(as code behind the class) to that sample.aspx. Is it ever possible...or any method methodology....
Printable View
say...I have sample.aspx....I want to attach sample.vb dynamically(as code behind the class) to that sample.aspx. Is it ever possible...or any method methodology....
I am not 100% sure but I think you may have to generate this using the inline code approach.
I recently had to generate an aspx page dynamically and thats how I did it and it worked.