-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Okay here is the scenario:
I have a parent "SalesUC" UserControl which contains a "itemDetailsUC" UserControl, as well as a status label. (plz see sample below)
What I want:
If there occurs any exception in itemDetailsUC, it should be able to communicate the exception text to parent control (i.e…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've got a situation where one of my UserControls would like to display a list of strings in a droplist, and the ItemsSource is set to another UserControl's ObservableCollection.
The consumer of this data has its droplist defined in XAML like this:
<ComboBox Grid.Column="1" SelectedItem="{Binding…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have a .NET user control registered as COM. I use regasm to register the control and can then use it in a web page.
I have hear that Silverlight 4 supports COM, is that true ? would I be able to use my UserControl in a silverlight application ?
Thank you
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Im trying to create a "user control menu" where links to a page's usercontrols are placed at the top of the page. This will allow me to put several usercontrols on a page and allow the user to jump to that section of the page without scrolling so much. In order to do this, I put each usercontrol…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi everyone,
My situation is that the user is creating an entity on my site which contains the particlars of the driectors of that company, name address etc..
The Director form is a separate user control with the appropriate textboxes etc.
At run time we don't know how many of these directors there…
>>> More