creating aspx pages at runtime
-
How can i create a aspx page dynamically. Suppose i have a page called create.aspx in which there is a textbox , now what i want is that if i give new in textbox that a new aspx page named new.aspx page should be created
I dont think this is the best idea, maybe it would be better to have a few blank pages and then put code into that, given the user the ability to add new pages is not very secure and gives you less control over your website. Plus you then have to link the newly created pages up with the exisiting
-
I dont think this is the best idea, maybe it would be better to have a few blank pages and then put code into that, given the user the ability to add new pages is not very secure and gives you less control over your website. Plus you then have to link the newly created pages up with the exisiting
But I have seen in many sites they create pages dynamically, for eg if i post a new property in domegos.com they create page of the name which i have specified as property name.
-
But I have seen in many sites they create pages dynamically, for eg if i post a new property in domegos.com they create page of the name which i have specified as property name.
-
How can i create a aspx page dynamically. Suppose i have a page called create.aspx in which there is a textbox , now what i want is that if i give new in textbox that a new aspx page named new.aspx page should be created