I LOVE C#

Eyal Vardi

Browse by Tags

All Tags » Desgin-Time Dev (RSS)
MVP's Month in Israel 2006
This year the MVP’s Month will be in Israel. You can see the courses in my site: http://www.evardi.com/events .
My PPT + Code Form TechEd Eliat 2006
PPT + Code
Data Source Windows Tips & Trics
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(...
Extender Property Providers in ASP.NET 2.0
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
New Code Snippets for C#
* 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...
Add Action List to Control
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