Tagged Questions

1
vote
4answers
66 views

Complex .Net 2.0 Windows Forms control: where to start?

In order to make a convenient UI for an .Net 2.0 Winforms application I am working on, I have need for a control that I'm pretty sure goes beyond the "out of the box" behavior of any standard control. …
1
vote
2answers
45 views

How to implement a C# custom server control?

I am trying to implement a custom control using a RowClickableGridView class provided on this Stack Overflow post. This is the first time I have tried to create a custom server control and followed …
0
votes
1answer
14 views

WPF:MoveableControl

hi , i want that at run time i can move any control in using mouseclick, i think i have to apply logic in mousedown and mousemove event but how can i apply this logic in WPF i tried this logic in …
0
votes
2answers
32 views

how to remove unnecessary properties from user control?

hi all, i want to remove unnecessary properties from user control. But I do not know what way?
0
votes
2answers
25 views

ASP.NET user control and accessing a property from Javascript ?

Hi This I can't work out I have ASP.Net user control,which is basically two drop downs, that has a public property Index which is calculated from the drop downs, and works fine I need to access the …
1
vote
2answers
32 views

Changing the orientation of a Win control in VB .Net

I need to allow the user to rotate a control (the control inherits from a TextBox) in 90 degree increments so the text can be read from either side, or even upside down. I'm guessing I could override …
0
votes
3answers
55 views

C# User Controls: access controls properties

I have created a control and added a TextBox inside that control, I am attaching that control to a .aspx page via <%@ Register Src="../UserControls/AccountSearchControl.ascx" …
0
votes
4answers
42 views

Literal content is not allowed within a UserControl

How to allow my control contains a text inside it's tags? <uc:My runat="server">Text</uc:My> My control contains a complex table and I want to put Text into one of cells. How to do …
0
votes
1answer
16 views

public datagridview within user control is “locked” during design time when subclassing

I have a user control that has among other things a label AND a textbox control. With this class, I set the textbox to have its modifier as "public", so when I subclass THIS control, I can get …
0
votes
3answers
64 views

Silverlight 3: Using list of UserControls as ItemsSource for TreeView

I want to populate a TreeView with UserControls, but I only want the Name property to show up, not the entire UserControl. The following code gives me weird crashes as soon as I add something to …
0
votes
1answer
33 views

DependencyProperty Callback-Method not called

Hi, I create a UserControl (TableWithFilter.xaml) with a dependency property (source). The UserControl is a Table with a source property for the different items. I created the XAML and set the source …
0
votes
0answers
12 views

Is it possible top opt-out of INamingContainer if it’s implemented by a superclass?

The UserControl class inherits from TemplateControl which implements INamingContainer. Since this is "only a marker interface" I was wondering if it's possible to opt-out of the behavior that this …
0
votes
4answers
40 views

Relative script path in usercontrol

Hi, I have asp.net usercontrol that is including some js script like this <script type="text/javascript" language="javascript" src="../JScripts/JScripts.js"/> The problem is that when I am …
0
votes
2answers
20 views

Accessing user controls’s constituent controls from a hosting web page

Hi I’ve read that user control’s constituent controls can be accessed only by user control and thus web page that hosts this user control cannot receive the events, call methods or set properties …
0
votes
1answer
45 views

Forgive me ‘whoever’ for I have sinned… (embedding multiple Flash Player instances using swfobject via a usercontrol)

I have a ListView on a Page within a MasterPage and some very ugly ugly autogenerated IDs. Such as..."ctl00_workbenchPlaceHolder_ListView1_ctrl1_LibItem2One" Using swfobject.embedSWF(...) requires …

1 2 3 4 5 49 next
15 30 50 per page