Page 1 of 1

asp.net help

Posted: 05 Jun 2012, 08:47
by geraldhum
Hi guys
Normally i woud insert all text and images at design time. Im using visual web developer and c#.
My client wants me to just do the design with all the page links. "Home, about" and so on.
Once i upload the site to the web server he wants to login to the website and then click on the image to upload his own image to upload his own image as well as type in his own text. How can i go on about doing this. So all im doing is just the design with emtpy image boxes and empty text. He would the go to http://www.companyname.co.za login as admin and be able to enter everything he wants on his website over there.

Re: asp.net help

Posted: 05 Jun 2012, 08:49
by Bladerunner
geraldhum wrote:Hi guys
Normally i woud insert all text and images at design time. Im using visual web developer and c#.
My client wants me to just do the design with all the page links. "Home, about" and so on.
Once i upload the site to the web server he wants to login to the website and then click on the image to upload his own image to upload his own image as well as type in his own text. How can i go on about doing this. So all im doing is just the design with emtpy image boxes and empty text. He would the go to http://www.companyname.co.za login as admin and be able to enter everything he wants on his website over there.
Database? Fileuploader control?

Re: asp.net help

Posted: 05 Jun 2012, 09:39
by geraldhum
so i just create a db and on page load i call from image and text from database

Re: asp.net help

Posted: 05 Jun 2012, 09:45
by Bladerunner
geraldhum wrote:so i just create a db and on page load i call from image and text from database
Text yes and a path to the image. I suppose you could just use the fileuploader control to always upload his image to /images/header.jpg, thereby replacing the old one, but eliminating the need to store it in a database. Will probably be more trouble in the end though.

Re: asp.net help

Posted: 05 Jun 2012, 09:55
by geraldhum
I will give that a try thank you.

Re: asp.net help

Posted: 05 Jun 2012, 13:13
by GreyWolf
Sounds to me like you need a CMS. Try dotnet nuke. Its free.

Re: asp.net help

Posted: 05 Jun 2012, 13:41
by Bladerunner
GreyWolf wrote:Sounds to me like you need a CMS. Try dotnet nuke. Its free.
In terms of a CMS I would rather recommend Joomla. Much easier to set up than dotnetnuke.

Re: asp.net help

Posted: 05 Jun 2012, 13:54
by GreyWolf
Bladerunner wrote:
GreyWolf wrote:Sounds to me like you need a CMS. Try dotnet nuke. Its free.
In terms of a CMS I would rather recommend Joomla. Much easier to set up than dotnetnuke.
I agree, but if he is looking for an asp.net solution, then dotnet nuke is the way to go.

Re: asp.net help

Posted: 05 Jun 2012, 14:03
by Bladerunner
GreyWolf wrote:
Bladerunner wrote:
GreyWolf wrote:Sounds to me like you need a CMS. Try dotnet nuke. Its free.
In terms of a CMS I would rather recommend Joomla. Much easier to set up than dotnetnuke.
I agree, but if he is looking for an asp.net solution, then dotnet nuke is the way to go.
Last time I used dotnetnuke (granted, 2 or so years ago), it was bloody complex.

Not recommended for someone who is unsure of how to go about storing text and a custom image :wink:

Re: asp.net help

Posted: 05 Jun 2012, 14:06
by GreyWolf
Bladerunner wrote:Last time I used dotnetnuke (granted, 2 or so years ago), it was bloody complex.

Not recommended for someone who is unsure of how to go about storing text and a custom image :wink:
You are preaching to the converted my friend.