Archive for Maggio 9th, 2008

Add New Item

CodeKeep C# Feed Maggio 9th, 2008

Description: Add a new item to the binding source

Link: http://www.codekeep.net/snippets/084616e4-085a-4e04-81db-30b5fc2bb257.aspx

try
            {
                this.BindinigSource.AddNew();
            }
            catch (Exception ex)
            {
                MessageBox.Show("ERRORE: " + ex.Message);
            }