Browse by Tags
All Tags »
Desgin-Time Dev (
RSS)
This year the MVP’s Month will be in Israel. You can see the courses in my site: http://www.evardi.com/events .
How to: Bind a Custom Control type to class public property in Data Source Windows Step 1: Build your object public class Machine { private string model; private string id; private decimal price; private Part part; public Machine() { part = new Part(...
I tried to build web custom control that implement IExtenderProvider interface, with no luck, Until I read the article http://www.codeproject.com/aspnet/PropertyExtendersASP20.asp Enjoy
* Application Code Snippets * Collections and Arrays Code Snippets * Connectivity Code Snippets * Crystal Reports Code Snippets * Database Code Snippets * Datatypes Code Snippets * File System Code Snippets * Math Code Snippets * Operating System Code...
Step 1 : Build the control using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace CustomDesignerActionsDemo { [DefaultProperty(...
More Posts