0
votes
0answers
18 views
How to force a certain UserControl design
I am writing a Base UserControl, that will be inherited by a bunch of other UserControls. I need to enforce a certain design for all these descendant controls (e.g. a couple of bu …
1
vote
3answers
28 views
How should I set up a user control to fire events of its children as if they were its own?
In other words, I have a UserControl that has, for example, a label on it. Well, when the client registers with the MouseMove event of the UserControl, it should get that event whe …
0
votes
2answers
21 views
Rendering different repeating data
What is the best method to display repeating data with slightly different controls or sub data? For example displaying an expanded list of questions and answers. Some questions w …
0
votes
6answers
37 views
ASP.NET User Controls and Information Passing
I have written a user control that contains a text box and a button. Functionality is such that you input a QuoteID into the textbox and click the button then the app goes and fetc …
0
votes
1answer
15 views
Why doesnt Window.FindName() discover the x:Name of a button in a child UserControl? AKA how do NameScopes work?
So in the example code below, I create a UserControl UserControldChild which is a child of the main Window, Window1.xaml. Why does the FindName() method fail to find the "myButton" …
1
vote
2answers
31 views
ASP.NET UserControl class library
Is it possible to create class libraries that contain UserControls so I can reuse them? If so, how? Is the markup compiled with the .dll? Thanks for any help!
0
votes
2answers
18 views
how to get instance of .net control which is in child page from user control in master page
i have user control called shopping cart.
which i have used in master page.
i want to get the textbox value from the child page in to user control.
is it possible to access control …
4
votes
7answers
73 views
WPF Layout of user control as a run
Hi
In WPF, I want to create a Window that looks like the following:
On the screen are four user control, #1, 2, 3, 4. As you can see, user control 2 should not be rendered as …
0
votes
3answers
12 views
How can I execute something between instantiation of the user control and OnInit call?
What is the simplest solution here?
0
votes
2answers
28 views
WPF control in windows forms?
I would like to create some custom UI controls that work with both WPF and Windows Forms.
Is this possible?
If so, can I create these controls in WPF or do I need ot use a Window …
1
vote
1answer
18 views
C#/WPF: Keep aspect ratio of UserControl?
Hello,
Does anyone have an idea how to keep the Height/Width Ratio 1:1 of a UserControl?
E.g. if Height > Width, Width & Height will have the same size and vice versa.
Thanks …
0
votes
2answers
27 views
Adding and changing usercontrol at run time in a WPF application
I have a situation as follows, i am going to use WPF for first time, so any suggestion abt how to proceed whould be great:
I hav a drop down, when i select any item from it - it sh …
0
votes
1answer
28 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
51 views
Invert colors on a control
I made a control that uses the OnPaint and base.OnPaint.
Now I want that all colors be inverted on certain conditions. But how do I do that? I now how to invert an image, but how d …
-2
votes
0answers
48 views
usercontrol????
hello all i want to use this RenderUserControl in the view page where will I use this please tell me
i am doing paging
<%=Html.RenderUserControl("~/Views/Shared/Pagination.asc …
