create that aspx page in the runtime
-
my question is how can i create aspx page in runtime ? i want to give option "add new page" to the user, where he can add a new page and control its all contents. so i need to know how to create that aspx page in the runtime
-
my question is how can i create aspx page in runtime ? i want to give option "add new page" to the user, where he can add a new page and control its all contents. so i need to know how to create that aspx page in the runtime
-
my question is how can i create aspx page in runtime ? i want to give option "add new page" to the user, where he can add a new page and control its all contents. so i need to know how to create that aspx page in the runtime
nithydurai wrote:
my question is how can i create aspx page in runtime ?
Just like you create any other file.
nithydurai wrote:
i want to give option "add new page" to the user, where he can add a new page and control its all contents. so i need to know how to create that aspx page in the runtime
It is not a good idea to create ASPX pages on run time. What you are trying to do can easily done using URL rewriting. Read the articles on URL rewriting.
Navaneeth How to use google | Ask smart questions
-
my question is how can i create aspx page in runtime ? i want to give option "add new page" to the user, where he can add a new page and control its all contents. so i need to know how to create that aspx page in the runtime
As per problem description provided, I may guess that you want to create a dynamically generated page based on some inputs e.g from user or some XML that contains control details. On this thread I would like to include that, It can be done by using some utility frameworks e.g. 1. MonoRail[^] 2. NVelocity[^] Both of the framework, accept a template file and render the output file in desired format. Although It is not pretty much easy as it sounds. I hope by going through some quick starts at given link you may be able to get some where.
dnpro "Very bad programmer" My Latest Articles RichTextBox Control with Find functionality LogViewer - A Simple Log Listening Utility