Question:

Can ASP.NET create an aspx page via button?

by  |  earlier

0 LIKES UnLike

I want asp.net create a page automatic when user clicking a button. Can asp.net do that? If it can do that. What coding should i write and can you give an example for that?

Thank U

Best Regards

 Tags:

   Report

1 ANSWERS


  1. You need to create a template for your new page.

    When user click on the button you have to copy the page to and rename it accordingly ( along with the code behind file)

    Also you need to modify class name and Code behind tags and inherits tags dynamical.

    Also you may need to modify the site-map.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.