Tagged Questions

0
votes
0answers
25 views

Code for adding Content Controls Word 2007 C#

Hey all, I was wondering if anyone has any idea how I can add Content Controls to a Word Document (Office 2007) from the Document Task/Action Pane via C#. The goal is the followi …
2
votes
3answers
38 views

Set <asp:content> content in C#

Hi there! I'm currently learning to use MasterPages and ContentPlaceHolders in ASP.NET 3.5 and C# - and right now, I'm desperately trying to edit the contents of an asp:Content-Co …
1
vote
2answers
155 views

With WPF, how to link an animation with a ContentControl?

I don't know how to link successfully a StoryBoard to a TranslateTransform that is part of a ContentControl. I always get the following error when I try to run my StoryBoard: ' …
0
votes
1answer
160 views

WPF - Prism - Activate and Deactivate views in a ContentControl region

Hi, In my application I only need one view visible at a time which is why I am using a ContentControl in my shell. The issue is that if I have one view visible (lets say View1) an …
0
votes
0answers
249 views

jQuery Tabs with Masterpage - space between tabs and tab content

I'm trying use jQueryUI tabs in a content control. The code below works on a page that doesn't use a MasterPage. When I use it in a content control there is a large gray space be …
1
vote
2answers
232 views

Display a default DataTemplate in a ContentControl when its content is null or empty?

I would think this is possible, but the obvious way isn't working. Currently, I'm doing this: <ContentControl Content="{Binding HurfView.EditedPart}"> <ContentC …
0
votes
2answers
146 views

Why would ItemsControl show a view but ContentControl show nothing?

I've got an application based on Prism. This is my shell: <Window x:Class="AvarioCRM3.ShellV2" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns: …