for Note's and Assignment call and Message : 9810301034 and email on g9_sharma@yahoo.com using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace WindowsFormsApplication2 { public partial class WelcomeForm : Form { SqlConnection cnn; SqlCommand cmd; SqlDataReader dr; public WelcomeForm() { InitializeComponent(); cnn = new SqlConnection ( "Data Source=CORE2DUO-PC; initial catalog=st...
Comments