
rajivssilverlight.blogspot.com
how to insert,update and delete using silverlightHow to insert,update and delete using silverlight. Monday, January 10, 2011. Create a Database in sqlserver. Open Visual studio 2010. Right Click the Solution. Copy and Paste this code in the window service. This is for inserting into the database. String myConnectionString = "Data Source=RAJIV SQLEXPRESS;Initial Catalog=directory;Integrated Security=True";. Public void savedir(Person person). Using (SqlConnection con = new SqlConnection(myConnectionString). Using (SqlCommand cmd = new SqlCommand().
http://rajivssilverlight.blogspot.com/