How to make admin add pages to the site online?
-
Hi there,
sinanju wrote:
add pages online
Do you mean that u want to add aspx page physically to site structure or just store the page's content in somewhere and then generate dynaically as a web page ?? << >>
-
Hi there, As u did not answer my thread, so I cannot receive ur post via email. That's why the answer is so late :( For adding physicall aspx page into the site: IMO, u can archive this only if the aspx page created using inline-code (like classic asp style). For me, should not do this way. For creating dynamic content: just simply save the content enterred by user into DB with an unique id. Then, to display it, just read the content from DB using the id supplied and show on the webpage Hope u get the idea... << >>
-
Hi there, As u did not answer my thread, so I cannot receive ur post via email. That's why the answer is so late :( For adding physicall aspx page into the site: IMO, u can archive this only if the aspx page created using inline-code (like classic asp style). For me, should not do this way. For creating dynamic content: just simply save the content enterred by user into DB with an unique id. Then, to display it, just read the content from DB using the id supplied and show on the webpage Hope u get the idea... << >>
Thanks for the reply. 1st option: Inline code (physical) 2nd option: (dynamic) Can I get some example tutorial for the both options? As they will make the life simple. I did google but in vain. I could get only this relevant link(http://aspsmith.com/viewarticle.aspx?paged_article_id=42) for the 1st option. And also, why to not use the 1st option?