-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've created two UserControls, a ValidationManager and a ValidationOutput. On a given form there is one ValidationManager and several ValidationOutput controls, one for each control that is validated. The ValidationManager is given a list of validation errors when the form is submitted, I want each…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using WSPBuilder to create and deploy my web part from a user control, as shown here. This works perfectly well, but I have added another user control to the project. I am adding it in page_init by going the
Page.LoadControl("~/_controltemplates/MyControl.ascx");
route.
It builds successfully…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have several User Controls in a project, and one of them retrieves items from an XML, creates objects of the type "ClassItem" and should notify the other UserControl information about those items.
I have created a class for my object (the "model" all items will have):
public class ClassItem
{
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Sorry for weird title, actually i can only explain my question but cannot put in a few words in the title.
I am developing WPF Composite application with PRISM approach.
I have got a common WPF usercontrol which is gonna be used by all other usercontrol, i.e. usecontrol within a usercontrol…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi there,
So i have a UserControl for one of my Views and have another 'child' UserControl inside that.
The outer 'parent' UserControl has a Collection on its View-Model and a Grid control on it to display a list of Items.
I want to place another UserControl inside this UserControl to display…
>>> More