Create connection string:SqlConnection conn = new SqlConnection(“Data Source=DATASOURCE\\\\SQLEXPRESS;Initial Catalog=DATABASE_NAME;Integrated Security=True”); try { conn.Open(); SqlCommand sql…
Tag: c#
Silverlight Treeview – Using C#
On your design page: Margin=”76,400,0,328″ Width=”300″> In the C# code: private void populateSchemaTree() { //…