Tagged Questions
Sitefinity is a CMS developed by Telerik
34
votes
1answer
1k views
Javascript error when using Messenger Connect client-side library in ASP.NET
I'm having a problem implementing the new Messenger Connect functionality inside an existing Sitefinity site to enable client logins using Live IDs.
Namely, when I'm using the following code to ...
10
votes
6answers
4k views
DotNetNuke vs Sitefinity
In 2009 Readers' Choice awards, in the Web Content Management category,DotNetNuke Professional Edition took the runner up spot and Telerik's Sitefinity CMS received an honorable mention, dropping down ...
5
votes
4answers
280 views
Checklist for ASP.NET / Database performance
Recently our customers started to complain about poor performance on one of our servers.
This contains multiple large CMS implementations and alot small websites using Sitefinity.
Our Hosting team is ...
5
votes
6answers
1k views
Umbraco vs Sitefinity
I am getting a large website developed. The develop has asked me which do I prefer either sitefinity or umbraco. The site will be similar to wikipedia where users can come and edit pages without ...
4
votes
4answers
666 views
Trouble with jQuery/jQuery UI and Sitefinity 4.0
I am trying to use jQuery.hide("#whatever .class").hide("slide", { direction: "right" }, 750); to 'slide' previously hidden divs in and out (think scrolling portals)... In just a basic HTML template ...
3
votes
2answers
419 views
Orchard CMS vs Sitefinity CMS
I want to use some ASP.NET based CMS for creating my website and don't know which to choose...
I begin it in Sitefinity, but with it very hard to manage code as you want... And it generates ASP.NET ...
3
votes
3answers
3k views
autocomplete “is not a function”
We've tested the Jquery UI (jquery-ui-1.8.10.custom.min.js) Autocomplete function in a simple HTML page which worked.
We then copy the same code into an Asp.net User Control and it stops working. ...
3
votes
2answers
276 views
SiteFinity URL Rewriting Regular Expression
I'm struggling with a URL Rewriting rule for SiteFinity. I am trying to make sure that you can only access the homepage via / and not /default.aspx.
I tried the following rule:
<rule ...
3
votes
2answers
181 views
How to order a list
I have a function in sitefinity that returns a list of categories.
//return list of categories
private IList<ICategory> GetCategoryDataSource() {
var cntManager = new ...
3
votes
6answers
428 views
ASP.NET CMS - which one?
We have a lot clients with CMS requirements. We use Telerik Sitefinity, which is pretty easy to use, but before we implement a whole swathe of new apps, I just want to double check we are going the ...
3
votes
2answers
6k views
Anyone have experience with Telerik's RadGrid Paging?
I am having an issue with the paging system on Telerik's RadGrid (AJAX). First take a look at this screenshot:
As you can see, the First/Last Prev/Next buttons are there, but there is no markings ...
3
votes
1answer
1k views
Any hints on getting Sitefinity CMS to work on medium trust?
We have been using Mosso / The Rackspace Cloud until very recently, but they have suddenly switched to a medium trust model for .NET for newly added sites and will be migrating existing server farms ...
2
votes
1answer
131 views
Background-image seems to be filtered in Sitefinity 4
I have a CSS class with a fully qualified image url like:
div.main { background: #fffff url('http://www.domain.com/images/pixel.gif') no-repeat 0 0; }
The markup is:
<div ...
2
votes
3answers
275 views
Sitefinity 4 with LINQ to SQL?
Is it possible to have Sitefinity 4 custom module with LINQ to SQL rather than openAccess? Any guidance to this?
2
votes
1answer
205 views
Sitefinity - Set Title and Description Programmatically
Anyone know how to set the Title and Description of a page programmatically?
I've implemented this solution from Telerik:
public class InternalPageCustom : InternalPage
{
public ...
2
votes
1answer
289 views
Kentico Custom Module Development
I'm just made the switch from Sitefinity to Kentico CMS.
I really like the CMS so far but I'm having a few issues
I've found this
http://www.kentico.com/docs/devguide/custom_modules.htm
but its ...
2
votes
1answer
705 views
Data paging with a data table
I've got a datatable that stores a number of records. There is a column called ID which is autoincrememted with a seed of 1.
I have implemented a paging control. I know the ID of the first and last ...
2
votes
2answers
159 views
sql server driver name
How do I find what string is to be put in my ASP.NET application config file in the 'driver' attribute for the dataAccess node? So here is the node to be clear:
<add name="somenamehere" driver="I ...
2
votes
2answers
540 views
Upgrading from Sitefinity 3.7 to 4 - what are the defining pro's?
I have a number of Sitefinity sites, running on 3.7.
I am looking to hear pro's / cons for updating to version 4. Why would, or wouldn't you?
Edit: forget the cons. Can anyone list convincing pro's ...
2
votes
1answer
75 views
How do I get the DateTime that a page was last published in Sitefinity?
Here is what I have:
Dim cmsManager As New Telerik.Cms.CmsManager()
Dim currentNode As Telerik.Cms.Web.CmsSiteMapNode = CType(SiteMap.CurrentNode, Telerik.Cms.Web.CmsSiteMapNode)
Dim currentPage As ...
2
votes
2answers
3k views
Contact form in SiteFinity C#
I want to do basic functionality with a simple contact form and on submit the form emails to someone. This is quite easy to do in asp.net, however I am having trouble once I upload it as a user ...
2
votes
1answer
1k views
Sitefinity custom modules
I have got some sample code for creating a custom module from here:
Custom Sitefinity module sample
On the BooksListView.ascx it says "Display list of books here." but I am unsure of how to do this. ...
2
votes
4answers
1k views
Sitefinity deployment
I recently stepped into a project that is using Telerik Sitefinity CMS with custom user controls. I would like to get the developers off of the production server. Does anyone have any experience ...
1
vote
3answers
66 views
jQuery.load() with sitefinity
I'm going to develop a website which uses ajax to load pages. The cms behind it, is going to be Sitefinity. The problem is I don't know if it's possible to load the pages of sitefinity with ...
1
vote
1answer
144 views
Generating / Validating License Key for C# Server Control
I've found a couple of posts suggesting proprietary solutions that do what I'm looking for. I'm hoping someone has a tutorial they can pass along.. Anyways - here's what I need:
I have a server ...
1
vote
1answer
111 views
Sitefinity RadGrid not working in backend page
I have a RadGrid on a sitefinity page, I am using it to create a module to proform CRUD on a database table in the backend.
If I put the RadGrid on a aspx page and view in browser, it works fine, ...
1
vote
4answers
150 views
Sitefinity and custom development
We are considering purchasing Sitefinity (or DotNetNuke) on pretty short notice and there are is a question I have that I am having trouble finding a quick answer to. (I have a separate but similar ...
1
vote
2answers
68 views
Adding a Connectionstring to a custom ASP.net control
I am developing a SiteFinity DLL custom control (custom ASP.net control) that has to connect to an external database (external to SiteFinity's DB) to fetch some data and display it. Problem is that ...
1
vote
8answers
74 views
why would a .cs file not see updates to an included dll file
I have a dll containing classes to access data in SQL (a sort of ORM system) included in my .cs page with a using statement. For some reason the dll (with definition for a new field) isn't seen by the ...
1
vote
3answers
317 views
Evaluate Asp.Net Enterprise CMS (Sitefinity vs N2CMS)
We are looking for a Asp.net CMS to integrate in our existing Enterprise-Webapplication. Some requirements:
Full integration in Visual Studio 2010 and our existing Application (so no Umbraco)
...
1
vote
1answer
35 views
Sitefinity account creation e-mail verification process
Does Sitefinity have a built-in process to deal with e-mail verification when creating user accounts?
Thanks
Jacques
1
vote
1answer
668 views
Get Page URL using Sitefinity 4 Fluent API
Okay, this seems like a pretty simple thing to do. But I'm trying to use the Sitefinity 4 Fluent API to query for a page and populate the Text/NavigationUrl properties of a HyperLink. The text gets ...
1
vote
1answer
579 views
Sitefinity 4.1 custom module
I'm tried to install the Products module. I've done based on the tutorial (add to sample a few fields) but after restating the app I got this error:
No metadata has been registered for class ...
1
vote
1answer
246 views
Error - Type 'System.Web.UI.ScriptManager' does not have a public property named 'CompositeScript'
Inside a CMS website (Sitefinity), I have a master page which contains an ASP ScriptManager control. Within the ScriptManager, I have defined a 'CompositeScripts' element which organizes all the ...
1
vote
1answer
154 views
ASP.net compilation problems
I have come across a very interesting issue. Here are my settings for the site in question:
IIS7
Sitefinity 4
I have created some standalone ASPX pages that are not hooked into Sitefinity and ...
1
vote
2answers
435 views
Use a Master File for Template Layout/Design in Sitefinity 4.0
I have a master template that contains hand coded HTML, JS, and CSS (that worked in 3.7) that I would like to use as the template for a Sitefinity 4.0 project but I cannot seem to figure out how to ...
1
vote
1answer
202 views
jQuery validation - multiple groups
Im designing a user control that has the following:
a textbox called 'AddressInput'
a google maps plugin
a linkbutton
a textbox for the marker title called 'MarkerTitleInput'
a "Submit" button
The ...
1
vote
1answer
166 views
Creating a custom blog design in Sitefinity 3.7?
I'm working on a site that requires the layout of the blog to be changed. I read somewhere that I need to map a custom control. Anyone know what this involves? I don't need a fully fledged answer, ...
1
vote
1answer
967 views
Sitefinity 4 - MasterPages
I am running the trial version of Sitefinity 4 RTM.
The great thing about Sitefinity 3.x was that I could port my masterpages from an existing site and they would just work with Sitefinity: ...
1
vote
1answer
306 views
Source code for SitefInity commuity edition?
Telerik have discontinued Sitefinity community edition...they have taken down the download link..anyone have the source code? Was the source code availble before? I like the way it worked...
1
vote
2answers
377 views
Load template from user control
Im working with Sitefinity and I'm developing a Control Designer - however i dont think my question is specific to SiteFinity.
I have a class such as:
public class CaseStudyFeaturedItem : ...
1
vote
2answers
401 views
Importing into SiteFinity
I just finished installing SiteFinity 3.7 standard version on windows server 2008. Is there a way to entirely/partially import an already existing .NET project (ASP.NET) into SiteFinity with some ...
1
vote
3answers
4k views
Pass variable to external JS file?
Is it possible to pass a variable to a linked .js file? I tried this:
<sf:JsFileLink ID="JQueryLoader" runat="server" ScriptType="Custom" FileName="~/Files/Scripts/rotatorLoader.js?timeout=1000" ...
1
vote
1answer
411 views
Question about CSS layout and CMS
I am working with SiteFinity CMS. My particular layout is 3-column with 100% width (side columns are fixed width, center is fluid). In the center column, I want to divide it up into multiple "boxes" ...
1
vote
1answer
107 views
Where are default rights definied in Sitefinity 3.6?
In a fresh install of 3.6 I see the following types of rights available to set for roles:
Manage users
Manage permissions
Manage files
Edit templates
CmsAccess
As we will be doing some custom ...
1
vote
1answer
599 views
How to use Sitefinity without Themes?
We are building a site, and have no interest in creating multiple themes. We intend to simply use plain old CSS and XHTML markup.
Is there any reasonable way to discard the notion of themes from ...
1
vote
1answer
438 views
Disable automatic including of style sheets within a SiteFinity theme
I'm working on integrating an HTML template slice into a SiteFinity theme and am wondering if there is a way to disable the automatic inclusion of the style sheets. I would prefer to manual include ...
1
vote
2answers
761 views
JSON WebMethod not working in Sitefinity
I am trying to call via ajax a WebMethod hosted in a traditional ASP.Net WebForm code-behind page. Here is the code for the WebMethod:
[WebMethod]
public static object States()
{
StateProvince[] ...
1
vote
1answer
2k views
Creating a new module in Sitefinity
I'm trying to create a new module for Sitefinity. I'm basing my module off the sample module linked to from the documentation. ...
0
votes
1answer
15 views
Sitefinity Searching widget searching from tamplets also
I am facing one problem with sitefinity search option. That is if i enter any keyword in search option its show all those pages which contain that keyword, but here its showing from tamplets also, i ...