Blog Posts

How to show enum description in ComboBox?

In many cases you may need to show special characters, white spaces in your ComboBox when it is binded to enum. (Please see here my ‘binding to enums‘ post) Basically enums cannot have white spaces neither special characters like ‘ö’

XML – SQL – custom object

I was asked to show a small app that can handle an XML file and insert its content into SQL then can read the SQL data and show it. Help please…………How to insert this xml in sql server.Also i want