0
votes
2answers
17 views
WPF - How to expose subelements of a UserControl
I have created a XAML UserControl that is used to enter the current date using some up/down controls. The interesting parts of the UserControl are as follows:
<UserControl x:Cl …
0
votes
2answers
30 views
How to Find Children of a UserControl instead of a Window - replacing Window.FindName
I currently have a WPF project which has one main Window, and many UserControls which are children of this Window. Many of the children of this window are Tabs. I have successfully …
0
votes
1answer
29 views
User controls called from child pages do not appear on master page.
Hey,
I have a custom user control in ASP.net:
MenuButton.ascx:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="~/MenuButton.ascx.cs" Inherits="MenuButton" ClassNam …
0
votes
2answers
44 views
Trailing slash in URL causing Partial Post Back issues
Hey all!
.NET 3.5 app written in C# here with both jQuery and some ASP.NET AJAX UpdatePanel flavouring.
I'm running into an interesting issue. I created a pagination user control …
0
votes
2answers
59 views
Data-bound UserControl in ListBox.ItemTemplate
I have a simple class Product and a UserControl named ProductSummaryControl. ProductSummaryControl displays the details for a Product class that is passed in to its DataContext. …
1
vote
3answers
125 views
WPF: TextBox Text is not updating.
I have a user control that i am using inside a Data Template, this user control contains a TextBox which is binded with Value property(declared as a Dependency Property) of my user …
1
vote
3answers
110 views
Rails: Best practice to store user settings?
Hi,
I'm wondering what the best way is to store user settings? For a web 2.0 app I want users to be able to select certain settings. At the moment is it only when to receive email …
0
votes
1answer
62 views
Bind to Property of Parent Element in Silverlight
I am trying to bind a property of an element within a UserControl to a property set on the UserControl itself in Silverlight. I'm sure it should be simple, but I haven't managed to …
0
votes
1answer
81 views
My control is “not allowed here because it does not extend class ‘System.Web.UI.UserControl’”
Hi there
So I have another noodle-scratcher (for me anyway).
I'm trying to create my own custom control in a CMS I only have partial source code for (i.e. samples the vendor has …
4
votes
2answers
43 views
Allowing any property/attribute on a server/usercontrol
I've noticed that on most, if not all, standard web controls in the System.Web.UI.WebControls namespace, you can add any properties you want to them without crashing the page.
Tak …
0
votes
1answer
29 views
How do i Dynamically load UserControls the correct way?
Hi All,
im basically creating a portal system, and want to load UserControls Dynamically, now i have read a couple of articles on this where they loading them into a placeholder, …
0
votes
1answer
16 views
Windows Mobile Gradient Fill Button - UserControl vs Subclassing Button
Hi,
I've started looking at Windows Mobile development and I'm struggling to make a pleasing UI using the default controls (they really are ugly). I've looked at a handful of UI ' …
0
votes
3answers
33 views
No Load event on UserControl for Compact Framework?
Looks like there is no Load event for usercontrol on the CF.
I'm used to loading data on the Load EventHandler.
What is the other alternative to achieve this for CF?
So far l …
3
votes
5answers
95 views
UserControls in Class Library
I am converting a 1.1 project to 2.0 and am having an issue with some User Controls.
In the original project, there was a class library project and the website project. In the cla …
0
votes
1answer
31 views
Visual Studio overwriting UserControl parent when not inheriting System.Windows.Controls.UserControl
I am creating a series of UserControls that all have some similar business logic. So I tried to implement this common business logic in an abstract base class that all of these use …
