sitefinity

autocomplete “is not a function”

丶灬走出姿态 提交于 2019-12-21 07:12:00
问题 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. The Javascript error reads "$searchBox.autocomplete is not a function". This user control is being used in an Asp.net Sitefinity 3.7 project. On the page it has a ScriptManager. Not sure what else I can add... Anyone know what's going on? Ammend: <script src="/js/jquery-1.5.min.js" type="text

BeginFormSitefinity form disappears after submitting

扶醉桌前 提交于 2019-12-20 03:36:21
问题 When I use the BeginFormSitefinity helper the form disappears after submitting, and then the postback is done. The expected behavior would be only the postback to be done. I went to the browser and investigated and I found out that when you use BeginFormSitefinity an extra script is added to your html. That script basically creates a new form with display = none. And appends your form to the "invisible" form, and thus your form disappears after submitting. I'm using Sitefinity 8.1, and I

Any idea how can I add an Angular4 application as a content page in sitefinity cms?

心已入冬 提交于 2019-12-13 18:11:03
问题 I have a Web application implemented using Sitefinity CMS and I need to add an application implemented using angular4 inside it as a sub application. Angularjs is compiled as a JavaScript file so I'm trying to add a new Page on Sitefinity and place inside it the compiled JavaScript file but I get many errors related to packages installed on Angular. 回答1: I would recommend you to build your application and add the build files as a dependency to use it in your CMS For example if you use angular

How to achieve Incremental deployment of Blob Files storage files to different environments of windows azure storage?

橙三吉。 提交于 2019-12-13 05:37:14
问题 We are new to Windows azure and are developing a web application. In the beginning of the project , we have deployed complete code to different environments which actually publish complete code and uploaded blob objects to azure storage as we linked sitefinity to hold blob objects in azure storage . But now as we are in the middle of development , we are just required to upload any new blob files created which can be quite less in numbers (1 or 2 or maybe few).Now I would like to know best

Sitefinity How to Exlude Template from Searching

試著忘記壹切 提交于 2019-12-12 14:31:47
问题 Is there any way to exclude Sitefinity main template i used for all the pages, from searching? Right now if i search,the search is returning the result with words present in the template menu,even though its not belong to the page. Now i need to search pages exlceding that template contents. Thanks in Advance. The problem here is i have added a menu inside a content block widget in a template. This template is used throughout the site and when i search for a keyword using the search feature,

Proper Way to Publish Sitefinity MediaContent

半腔热情 提交于 2019-12-11 16:14:41
问题 I want to publish Sitefinity MediaContent ( Document , Image , and Video in Sitefinity Library). As i look on the documentation, they gave an example using WorkflowManager : //Publish the DocumentLibraries item. The live version acquires new ID. var bag = new Dictionary<string, string>(); bag.Add("ContentType", typeof(Document).FullName); WorkflowManager.MessageWorkflow(masterDocumentId, typeof(Document), null, "Publish", false, bag); Code snippet above is taken from their documentation. The

Sitefinity 11 Can't get dropdown selected value on postback in Frontend Widget Control

岁酱吖の 提交于 2019-12-11 14:23:54
问题 I am using Sitefinity 11. I have created a Custom Widget for News Module, having Drop down for all available Categories, where I need to filter the News for Selected Category. The Control postback's but it's SelectedIndex is always ZERO. I have checked the checkbox for "Enable View State for this page" and Page is using custom Layout Template. The code in my .aspx file is given below: <%@ Control Language="C#" %> <%@ Import Namespace="Telerik.Sitefinity.Modules.News" %> <%@ Import Namespace=

Sitefinity A potentially dangerous Request.Path value was detected from the client (?)

半城伤御伤魂 提交于 2019-12-11 14:12:29
问题 I am using Sitefinity 5.1 and RadGrid in this example. I have been troubleshooting one of our pages on development server this morning and I have confirmed that it behaves differently on the page with the styling (template) than on the barebones page (no styling, no scripts etc): The page does not work in Chrome but does work in IE and Firefox The page on a bare-bones page (no template, header, or anything else) works in IE, Firefox and Chrome Code used: Response.Redirect(String.Format("~

Determining url for Ajax WebMethod (in Sitefinity)

走远了吗. 提交于 2019-12-11 13:34:25
问题 I'm trying to figure out how to determine what the baseUrl should be for this ajax webmethod POST. According to this Sitefinity thread, the baseUrl is the path to the Sitefinity project folder. In my case, the path should something along the lines of: "C:\inetpub\Website\Public" but this path is not in the same format as "MyWebForm.aspx/WebMethod" This seems like a simple problem but before I go testing this out, I want to make sure I'm doing the right thing. I'd appreciate any suggestions

Generating / Validating License Key for C# Server Control [closed]

浪尽此生 提交于 2019-12-08 11:54:08
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . 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 control that is built for Sitefinity. It's compiled into a DLL. When someone purchases the control, I'd like to