How can create dynamic Web Form on Button click under particular directory?
I have a web page which have 2 TextBoxes (1 for page title and another for page content) and a button. I want following functionality:
1. When click on Button a web form will create with first text box name(means TextBox1.Text+".aspx");
2. 2nd Textbox text should show as content of dynamic created page.
3. Dynamic created page should implement master page.
Please suggest process how can we implement this functionality?
Thanks
Sandeep