473,657 Members | 2,516 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Content management

JJ
Firstly, I apologise in advance if this is a stupid question - this area is
all new to me. If anyone can point me (politely) to a useful site I would
very much appreciate it.

I've built a web site utilising web parts and custom controls, and the
ability for an administrator to edit text etc on certain pages. The site
uses SQL 2005.

I want to be able to move to the next step and allow the administrator to
add/remove pages. I can see how I could load simple pages with a generic
'/showpage.aspx?I D=123' url which loads textual content, but I am not sure
how I could allow the user to add my custom controls to the database
generated page, nor how to deal with personalisation of the webparts.

Could anyone point me to some useful resources (I have googled this but
found lots of examples on how to generate the basic pages)

Be gentle...

Thanks,
JJ
Jan 2 '07 #1
4 1194
JJ
Just a thought:

If I added controls to the page by using something like:
PanelRight.Cont rols.Add(UserCo ntrol);

(- based on whether that page has had the control added by admin and
therefore had relevent flags set in its database record)

And then used URL re-writing so that '/showpage.aspx?I D=123' appeared as
'/About.aspx'...

- would that mean that if a user/adminstrator edited the webparts on that
page, that the personalisation would treat the page as '/About.aspx' and not
'/showpage.aspx' ?

In other words does URL rewrting allow you to use web parts and
personalisation with database based pages as you can do with 'hard coded'
pages...?

eerrr HELP!

JJ
"JJ" <ab*@xyz.comwro te in message
news:eC******** ******@TK2MSFTN GP02.phx.gbl...
Firstly, I apologise in advance if this is a stupid question - this area
is all new to me. If anyone can point me (politely) to a useful site I
would very much appreciate it.

I've built a web site utilising web parts and custom controls, and the
ability for an administrator to edit text etc on certain pages. The site
uses SQL 2005.

I want to be able to move to the next step and allow the administrator to
add/remove pages. I can see how I could load simple pages with a generic
'/showpage.aspx?I D=123' url which loads textual content, but I am not sure
how I could allow the user to add my custom controls to the database
generated page, nor how to deal with personalisation of the webparts.

Could anyone point me to some useful resources (I have googled this but
found lots of examples on how to generate the basic pages)

Be gentle...

Thanks,
JJ


Jan 2 '07 #2
look at the beerhouse starter kit at www.asp.net

It should give you the basic idea of how to put together a site like your
after, or you could just crib it entirely.
--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"JJ" <ab*@xyz.comwro te in message
news:eC******** ******@TK2MSFTN GP02.phx.gbl...
Firstly, I apologise in advance if this is a stupid question - this area
is all new to me. If anyone can point me (politely) to a useful site I
would very much appreciate it.

I've built a web site utilising web parts and custom controls, and the
ability for an administrator to edit text etc on certain pages. The site
uses SQL 2005.

I want to be able to move to the next step and allow the administrator to
add/remove pages. I can see how I could load simple pages with a generic
'/showpage.aspx?I D=123' url which loads textual content, but I am not sure
how I could allow the user to add my custom controls to the database
generated page, nor how to deal with personalisation of the webparts.

Could anyone point me to some useful resources (I have googled this but
found lots of examples on how to generate the basic pages)

Be gentle...

Thanks,
JJ


Jan 2 '07 #3
JJ
Thanks John,

I have looked at that and it was a great help with other things.
Unfortunately it doesn't help with adding pages dynamically, or therefore
adding user controls to those dynamically created pages.


"John Timney (MVP)" <x_****@timney. eclipse.co.ukwr ote in message
news:C6******** *************@e clipse.net.uk.. .
look at the beerhouse starter kit at www.asp.net

It should give you the basic idea of how to put together a site like your
after, or you could just crib it entirely.
--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"JJ" <ab*@xyz.comwro te in message
news:eC******** ******@TK2MSFTN GP02.phx.gbl...
>Firstly, I apologise in advance if this is a stupid question - this area
is all new to me. If anyone can point me (politely) to a useful site I
would very much appreciate it.

I've built a web site utilising web parts and custom controls, and the
ability for an administrator to edit text etc on certain pages. The site
uses SQL 2005.

I want to be able to move to the next step and allow the administrator to
add/remove pages. I can see how I could load simple pages with a generic
'/showpage.aspx?I D=123' url which loads textual content, but I am not
sure how I could allow the user to add my custom controls to the database
generated page, nor how to deal with personalisation of the webparts.

Could anyone point me to some useful resources (I have googled this but
found lots of examples on how to generate the basic pages)

Be gentle...

Thanks,
JJ



Jan 2 '07 #4
Take a look at tools like AXCMS,
http://www.axcms.net/en_axcms_servic...?ActiveID=7251

Its industrial strength and free to download. Probably much more the kind
of tool your after.

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"JJ" <ab*@xyz.comwro te in message
news:uc******** ******@TK2MSFTN GP03.phx.gbl...
Thanks John,

I have looked at that and it was a great help with other things.
Unfortunately it doesn't help with adding pages dynamically, or therefore
adding user controls to those dynamically created pages.


"John Timney (MVP)" <x_****@timney. eclipse.co.ukwr ote in message
news:C6******** *************@e clipse.net.uk.. .
>look at the beerhouse starter kit at www.asp.net

It should give you the basic idea of how to put together a site like your
after, or you could just crib it entirely.
--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"JJ" <ab*@xyz.comwro te in message
news:eC******* *******@TK2MSFT NGP02.phx.gbl.. .
>>Firstly, I apologise in advance if this is a stupid question - this area
is all new to me. If anyone can point me (politely) to a useful site I
would very much appreciate it.

I've built a web site utilising web parts and custom controls, and the
ability for an administrator to edit text etc on certain pages. The site
uses SQL 2005.

I want to be able to move to the next step and allow the administrator
to add/remove pages. I can see how I could load simple pages with a
generic '/showpage.aspx?I D=123' url which loads textual content, but I
am not sure how I could allow the user to add my custom controls to the
database generated page, nor how to deal with personalisation of the
webparts.

Could anyone point me to some useful resources (I have googled this but
found lots of examples on how to generate the basic pages)

Be gentle...

Thanks,
JJ




Jan 2 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
3153
by: Scott | last post by:
Hi, Can I ask some advice in regards database solutions and content management solutions.? Do you have a philosophy on what is the best for databases - ASP, JSP, Cold fusion, PHP, etc. My company website site is going to be rebuilt and I am the lucky one to do this but I am unsure of the needs and complexity of the project, and what would be the best base code. Do you have any thoughts in this area? The site requires functionality...
12
3190
by: jonathan.beckett | last post by:
Hi All, For the past few months I have been working on an open source Apache/PHP/MySQL content management system - and have recently made it available for download. It's still very much a work in progress (current release version is 0.4.6), but you should get a very good idea of what it's about by visiting the site (which uses it, funnily enough), or downloading a copy of it and trying it out.
0
2311
by: jonathan.beckett | last post by:
Hi All, I have just made version 0.4.8 of the PluggedOut CMS Content Management System available for download - it's free, and covered by the GPL. It's still very much a work in progress (current release version is 0.4.8), but you should get a very good idea of what it's about by visiting the site (which uses it, funnily enough), or downloading a copy of it and trying it out.
0
2130
by: Scott Abel | last post by:
For immediate release: The Rockley Group Content Management Workshop Series Coming to Atlanta, Seattle, Vancouver, Chicago, Washington, DC, Toronto, and Research Triangle Park Learn more: http://www.rockley.com/workshops.htm The Rockley Group Content Management Workshop Series is designed to
1
2416
by: Epetruk | last post by:
Hello all, I'm sorry for the long post, but I think it's better if I'm as detailed as I can be so that I don't make a mistake in my choice and so that there's a clear understanding of to what I'm looking for. I'm looking for a content management system to use on a site (http://www.nigeriavillagesquare.com) that I help to moderate. Unfortunately (as I have discovered), there are literally hundreds of CMS's to choose from, so I am...
3
1163
by: Andrew Robinson | last post by:
Can anyone point me in the direction of a reasonable content management package that plays nicely with ASP.NET? We have a couple of corporate sites that have about 100 pages and looking for a way that our art staff can post HTML based pages for events, monthly department reports etc. These are public web sites. I don't think that something like Share Point is a viable solution since the pages will need a lot of artistic input and control...
10
1889
by: JJ | last post by:
I am needing to write a simple content management system for my web site. I've not done this before so if anyone has any link/info please could you mention them? One thing I am confused about: Do all content management systems store their content in a database? If so, can their pages be indexed by a search bot? If it does cause potential indexing problems, could you potentially have a content management system that creates a new page...
4
1506
by: Stephen | last post by:
Hi I am using Visual Web Developer 2005 Express Edition. Could someone give me some pointers on how to include a "Content Management" facility to a web site. When I say content management - I mean a system that enables staff (who do not know HTML etc) to change or update data held on a web page.
0
1983
by: Scott Abel | last post by:
Tuesday, December 12, 2006 -- 10:00AM EST / 3:00 PM GMT X-Pubs presents: CMS & Change - Love it, Hate it, Master it (Scott Abel & Emma Hamer) Reserve your Webinar seat now at: https://www.gotomeeting.com/register/952419737 In this interactive online event, you the participants, and content management strategist Scott Abel, will be interviewing Career and
5
2028
by: clintonG | last post by:
No e-commerce is required. The prospective client is asking for "content management" e.g.managing photos and product descriptions and so on. During a brief telephone interview I learned the client has a page design layed out they want to retain but their developer left town or some such thing. Other than DNN I'm seeking your opinions regarding the selection of which pre-built content management solution or a content management framework I...
0
8842
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8740
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8516
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.