Click here to Skip to main content
15,904,024 members

Comments by Haris Baig (Top 3 by date)

Haris Baig 5-Feb-15 8:55am View    
same error on
string sql = "update catagory set code=@code,catagory=@catagory where code=" + radGridView2.SelectedCells[0].Value.ToString();
Haris Baig 5-Feb-15 8:18am View    
txtCode.Text = radGridView1.SelectedCells[0].Value.ToString();
Haris Baig 5-Feb-15 8:16am View    
Deleted
txtCode.Text = radGridView1.SelectedCells[0].Value.ToString();