Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 28th, 2008, 11:48 AM
Registered User
 
Join Date: Nov 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Dynamic page creation

Ok, Just sort of curious as to how difficult it would be allow member to create their own pages on the beerhouse website sort of like myspace the beer lovers! I don't know it this is possible, or to hard but I'm curious as to what I would need to know technically to do this??

 
Old February 29th, 2008, 06:02 AM
Authorized User
 
Join Date: Jan 2007
Posts: 72
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Anything is possible ;)

I guess you could just extend your user profile to include a field to contain html and then use FCKeditor to allow them to create a page (like with CMS). Would be quite restrictive as they will have on page and that is it but this may suit your needs. If you want this accessible from other site members you may have to do something different to allow this profile attribute to be visible by all.

Something that would be nice (and quite simple to implement) is some URL Rewriting logic so that you can give each user their own personal address i.e. http://www.example.com/Joe_Bloggs or http://joe_bloggs.example.com.

You can then parse the user name to load the correct profile page.

Hope this helps
 
Old March 3rd, 2008, 04:11 PM
Registered User
 
Join Date: Nov 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by retroviz
 Anything is possible ;)

I guess you could just extend your user profile to include a field to contain html and then use FCKeditor to allow them to create a page (like with CMS). Would be quite restrictive as they will have on page and that is it but this may suit your needs. If you want this accessible from other site members you may have to do something different to allow this profile attribute to be visible by all.

Something that would be nice (and quite simple to implement) is some URL Rewriting logic so that you can give each user their own personal address i.e. http://www.example.com/Joe_Bloggs or http://joe_bloggs.example.com.

You can then parse the user name to load the correct profile page.

Hope this helps



Actually that last suggestion sounds like something worth a try!

 
Old June 29th, 2009, 05:34 PM
Registered User
 
Join Date: Jun 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Cool Dynamic Page Creation

I faced the same issue. But its very easy as write "Hello"

Here is a good example at this link : How to create ASPX Page Dynamically - A Step Ahead Series?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic creation of Columns in datagrid p330418 ASP.NET 2.0 Basics 0 March 29th, 2008 07:33 AM
dynamic textbox creation badamsreekar ASP.NET 2.0 Professional 1 July 26th, 2007 10:40 AM
Dynamic File name creation in subscription. bsuku BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 0 April 5th, 2005 03:41 PM
Dynamic creation of Web Pages vickyrawal ASP.NET 1.x and 2.0 Application Design 5 October 1st, 2003 08:28 AM
Dynamic Folder Creation ells228 Classic ASP Basics 0 August 7th, 2003 06:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.