Hi !
I studied the ID3 algorithm last year. So have some project.
Maybe useful for you:
1. Define : http://en.wikipedia.org/wiki/C4.5_algorithm
2. Code in C# :
ID3 Decision Tree Algorithm in C#
By Roosevelt - http://www.codeproject.com/KB/recipes/id3.aspx
This is a example in Console mode
If you want this in UI mode, please contact to me in nick Yahoo: thepbac
Good luck !