[HowTo] Find the Component Container
[Browsable(true)] [Category(“Data”), Description(“The parent container, usually the form, that contains the controls on which the ErrorProvider can display error icons “), Localizable(true)] public ContainerControl ContainerControl { get { return _containerControl; } set { _containerControl = value; } } public override ISite Site { get { return base.Site; } set { base.Site = value; if (value […]
[How To] script data in MSSQL Server 2008 R2 using Script Wizard
Right clicking on the DB Click on tasks Click on generate scripts Go through the wizard and select your tables On the options page click the Advanced button Change the “Types of data to script” option, from the default “Schema only” to “Schema and data”.