Tagged Questions
1
vote
1answer
173 views
Gridview refresh issues with Umbraco nodes
I have a fairly straight forward Gridview which pulls in a set of Umbraco nodes. I am binding it on page load.
My issue comes up on the RowCommand to remove a program(node). The code to remove ...
1
vote
1answer
114 views
Strange object returned when using content picker
Im currently making usercontrol for umbraco that takes all Nodes indside a Node names "Features"...
And it all works perfekt, until i wanted to get content from the "Content Picker" property (named ...
2
votes
1answer
450 views
Getting all the Properties on tab in umbraco
I'm trying to figure out the umbraco API here. In a piece of code, I'm trying to list all Properties on a Tab. I know I can get these by using:
MyTab.PropertyTypes
But this property is declared ...
3
votes
3answers
397 views
How to iterate a “Related Links” using C#
I'm having trouble using the umbraco default datatype "related links". My problem is that I want to iterate the property's children/options. I've seen examples using xml and xslt but I'm wondering if ...
0
votes
1answer
240 views
Umbraco add custom Document Type
Is it possible to add a custom control to the Document Type? Suppose i couldn't create a multiselect or just a simple textfield control. How could i create a custom one and use that from the Document ...
1
vote
2answers
97 views
Umbraco NodeByAlias?
Im developing a custom datatype with the usercontrolwrapper in umbraco. I have some dataeditorsettings wich i need the value of.
dynamic landkaart = new ...
2
votes
2answers
515 views
Add the Umbraco “siteName” textstring to my .net usercontrol
I have a text string property type that I use to display the "siteName" in the page title:
<title><umbraco:Item runat="server" field="siteName" recursive="true" /></title>
What ...
0
votes
1answer
408 views
Umbraco 4.9.0 usercontrol error
I'm getting the following error in my usercontrol properties:
Error reading usercontrols/BrandHub/emintRegister.ascx
The following list shows the Public Properties from the Control. By checking the ...
3
votes
1answer
382 views
How to get TabPage on which a user control data type resides
I'm building a custom data type using the user control wrappper method. Within it I am adding the existing TinyMCE data type. The problem is that I need to find a way to dynamically get a hold of the ...
0
votes
1answer
567 views
.NET usercontrol code-behind not rendering inside XSLT Umbraco macro
I have a XSLT macro that renders some markup and .NET usercontrol macros in a loop. So thats multiple usercontrol macros inside a xslt macro:
<xsl:for-each select="$node/* [@isDoc]">
//Some ...
0
votes
1answer
219 views
Export a table in csv format from umbraco backend
I have got a table [newsletter] in the db, which saves the email address, What I want is to have button or a section on the umbraco backend , where i can export the whole list of email address in the ...
3
votes
1answer
2k views
How to create an Umbraco Content Node with .net User Control?
i have a .net user control to add some opinions nodes to umbraco content tree.In umbraco i have a Opinion document type and content page.I need to show this usercontrol in the page,until there i can ...
0
votes
1answer
375 views
Using a Generic Event Handler to Access Conent Nodes in Umbraco
Folks,
I have written a .Net Generic Event Handler to respond to JavaScript requests using JSON responses. All of that will be great(I think), but I need to figure out how to access the Content ...
2
votes
3answers
3k views
Umbraco 4.7.0 Macro not rendering when inserted via Richtext editor
I am using umbraco v4.7.0. I have created a Macro for a Usercontrol.ascx and adding it the usual way, and ticking the option "Use in editor".
It renders fine in the RTE, but then when viewing the ...
2
votes
1answer
2k views
Setting the page title from a usercontrol in Umbraco
I am having this problem on a site built with Umbraco v3.0.3.
The master page is, as far as I know, stored by the CMS in the database. Thus when I do the following in my master page, it's not being ...
0
votes
1answer
316 views
How do i get the tab name in a usercontrol umbraco
Does enyone know how to get the tabname i can get the id but dont know how to get the name...
this is my code so far:
int userId = ...
5
votes
1answer
684 views
Umbraco CMS(.NET): Logging errors loading xslt/User controls
I was wondering if there's a way in Umbraco to log errors that we get when it fails to load xslt or user-controls. Generally it shows a red box saying it couldn't load the control and stuff. Is there ...
0
votes
3answers
277 views
.NET imagebutton - does it require codebehind?
I've created a simple .NET usercontrol for logging into a members area on a website (the site is powered by Umbraco and uses their membership provider).
It worked fine until I changed the submit ...
2
votes
1answer
2k views
Create UserControl to display a list of DocumentType in Umbraco 4.1
I'm new to Umbraco and I like it so far, I understand how it works but I'd like to know how, and what is the best way, to create usercontrols that display some informations from umbraco's DB? When ...
0
votes
2answers
2k views
Error Message, “The Controls collection cannot be modified because the control contains code blocks”
I'm receiving this error on a page that previously worked fine, in fact the only change I've made to the page recently was to add another asp:TextBox and asp:RequiredFieldValidator control.
The page ...
5
votes
2answers
580 views
Which is faster… XSLT macro or .NEt User Control
Using Umbraco, which is quicker to load on a page...
XSLT Macro or a .NET user Control (via an Umbraco Macro).
0
votes
1answer
1k views
Problem with usercontrols in Umbraco
I have developed a usercontrol that I would like to embed in Umbraco. The process seems straightforward, but I may be trying something that can't be done.
My usercontrol is dependent on several ...
0
votes
3answers
168 views
Usercontrol not posting back in IE
I am using Umbraco CMS to create a new site. I have added a .NET user control for the contact form. However, when clicking submit the page doesn't postback in IE, but it is working in FF.
I can't ...
