Web Forms :: Content Management For End User?
Jan 30, 2011
I have to develop a web application (planning to do it with asp).The customer want to have the access to manage the website content without need to contact the developper for that easy task (adding text and pictures essentially based on user authentication).Is there any mean to do it rapidly ?
I have considered to use CMS (Sitefinity , DNN ..) to have the content managemnet capbility and to have the out of box modules , but I still fear the fact I will not have total control to see the all code done by the CMS. For exemple , you cannot (I am may be wrong ) add a .aspx form with a code behind in Sitefinity 4.0,
Is there any modules that could be used in .net (may be web parts : I am still reading about it) ?
View 6 Replies
Similar Messages:
Jul 22, 2010
can every body send me project or code of content management system built in asp.netlease send me project or link for free download with source code
View 1 Replies
Jul 28, 2010
Im using vb.net, sql2005, ajax, .net3.5. Ok first off, yes i know there are some great CMS applications available already, dot.net nuke, kentico, umbraco, etc etc. However my problem is that i cant bring an external open source app into our organisation but i could develop one.
Im doing this to allow us to move all our HTML content, (Static pages) into a system that provides some sort of basic workflow and content management, im confident on doing this, my problem however is that ive been asked to store the data in XML.
Whilst i know that i can store the XML inside my database, and then read it out and transform im not sure how to do this when it comes to how authors create the pages - What i mean is normally i would give the author an HTML editor to add content, but this isnt going to work if im writing to XML, and also, what happens if they add an table inside the HTML editor
Has anyone every seen this done, is it even possible, or should we just look to use HTML stored inside the DB?
View 1 Replies
Mar 7, 2010
I would like to start a Content Management Server and i need sites, tutorials.
View 5 Replies
Aug 26, 2010
I have a UserControl that has some javascript I'd like to inject into a known ContentPlaceHolder.
I was hoping to do something like the following except when I append to add the control to found control I get an exception which says I cannot modify the control collection in the Init, Load or PreRender events:
"UserControl.ascx"
[code]....
View 1 Replies
Feb 26, 2010
I need a free web content management system. Does anyone know where I can get one?
View 2 Replies
Feb 16, 2010
best place for Content Management System using ASP.NET.
View 3 Replies
Aug 6, 2010
ASP.Net 2005
I am a new bie to work with ASP.net. I want to create an application /site in asp.net which work like content management system. As we see many sites are now a days being build on JOOMLA. How can we create such a CMS (content management system) sites using ASP.NET.
View 1 Replies
Dec 30, 2010
We are looking for simple file management tool written in asp.net.
Requirements:
-folder manipulation (create/copy/move/delete)
-file manipulation (upload/download/copy/move/delete)
-user management (login/add/delete/edit/logout)
Is there something like this?
View 1 Replies
Jun 25, 2010
I like the look of SIteInifinity by Telerik as a content management system. Unfortunately it is not WCAG 2.0 compliant.Are there any third party CMS systems that are WCAG 2.0 complaint?
View 2 Replies
Oct 12, 2010
is there a way export the content of a datagrivied to a PDF i want to use this to validate if a user is authorized to sublmit new contenet and create events through the connect website or do i need to couple this with a forms authorization account to handle permissions
View 1 Replies
Feb 16, 2010
I am creating a content management system but there is one problem. What I want to do in my website is that when a user opens the website a new sessionid is created for that user, and when the user closes the website, the sessionid is cleared. How can I can do it?
View 3 Replies
Dec 1, 2010
Is it possible to perform user management (store user info, login , logout etc) without using session or cookie?
View 3 Replies
Oct 8, 2010
Assumptions: Microsoft stack (ASP.NET; SQL Server).
Some content management systems handle user-generated content (images, file attachments) by storing it in the file system. Others store these items in the back end database.
Some examples of both:
[code]....
What's the best approach, and why? What are the pros and cons of keeping user files in the database? Is there another approach?
View 3 Replies
Mar 19, 2010
We are going to develop content Management System in ASP.net. what is the good design pattern do we need to follow in order to have good design.
View 2 Replies
Aug 17, 2010
I have a scenario where, the content is:
[code]....
The entire div code is rendered and is sent at a mail using the code:
[Code]....
This works fine except that the User Control does not get rendered.
so that the User Control content is also rendered ?
View 4 Replies
Mar 21, 2010
I want to allow user to edit page content , so i used web edit but when user choose image i what to upload it to specific path .
View 3 Replies
Jan 31, 2011
Is there a good way to enable forms that come out of user content (CMS) that is displayed inside the form runat="server" tag? All sorts of services provide forms for users to paste into their website, which break if the content ends up inside a .net form. It seems to me that there must be a good way around this, but I can't seem to find any solutions.
View 1 Replies
Apr 23, 2010
I am a little bit new at handling multiple sessions congruently.
Basically i have created a chat application. In which i have a moderator page.
Now the moderator has the privilege to block particular users from the chat. Every user including the moderator has a session variable defined as Session["UserID"].
e.g for the username "moderator" the Session["UserID"]=moderator.
Now as i am logged in as the moderator how do i delete the session of a particular user whom i want to block the chat from commencing.
View 3 Replies
Jul 20, 2010
I have an content page that got
<%@ OutputCache Duration="600" VaryByParam="*" %>
Now i want to display a link on the same content page that actually clear the cache.
[Code]....
But its just not working, What i am doing wrong here?
View 5 Replies
Mar 22, 2010
i want to read the pdf file uploaded by the user and to display the content of the pdf file in asp.net webpage...(not the pdf file itself ).
View 3 Replies
Jun 12, 2010
I have a master page with a user control on it. How do I change the user control's properties from a content page?In my ascx file I created this 2 property:
[Code]....
In content page PageLoad event I wrote
[Code]....
View 3 Replies
Aug 19, 2010
On my master page , I have "Search textbox" and "Search Button".
On My content page , I have a "User Control" which has a "GridView".It shows some data about Vendors.
Also, on this User Control's Page Load, i have code written to display all vendors in GridView.
Now, when user enters Vendor Number in "Search textbox" , and hits "Search Button" , i want to handle this event inside my User Control.
How to do this ?
View 2 Replies
Jul 23, 2012
I want to maintain user session in my project...the problem i am facing is when any user login is nt maintained.
View 1 Replies
Oct 17, 2010
I haven't developed in ASP.NET for a very big while...
I'd like to create a website that will enable members to add content : let's imagine they have items to be sold, and they want to create one web page for each item to be sold. Those pages should be viewable by everybody, but should be editable only by the member who has created it of course. Each item should be stored in a category. In fact it's very similar to what eBay does (except it's not for auction at all), or maybe a site for classified advertisements like www.adoos.co.uk is a best example.
The application should be dimensioned to allow potentially millions of members, with few items (around 1-10) for each member.
I imagine to use the ASP.NET Membership Fx to manage security and user account, stored in SQL Server. Is it a good start?
But I don't have any idea about where and how to store the content itself (user's web pages, with optionally few photos)! In SQL Server? In Active Directory, how? Is a CMS framework the right tool to be used?
View 2 Replies