c# – Binding Textbox to System.Guid field
Today we look a bit closer on using Guid fields and binding them to edit controls. Binding itself is easy. For simple test let’s load dataset from file data.xml and bind and and it to TextBox on screen. For simplicity data file is located on program’s rood directory, so no full path given. public Form1()… Read More »