Click here to Skip to main content
15,886,110 members

Comments by sudeshchandram (Top 16 by date)

sudeshchandram 28-Mar-13 8:49am View    
In the code that I have given, delete dataGridView1.DataBind(); and add the below line

DC.adpt.Update(DC.dataSet, "orderList");
sudeshchandram 28-Mar-13 8:38am View    
Deleted
In the code that I have given, delete dataGridView1.DataBind(); and add the below line
DC.adpt.Update(DC.dataSet, "orderList");
sudeshchandram 26-Mar-13 10:56am View    
This is a very good answer !
sudeshchandram 26-Mar-13 10:29am View    
Deleted
You are not mature enough to choose the right solution. have you ever heard of string immutability? What if you want the reversed string to be stored into other string? Solution 2 is never a candidate to rated 1 star. Anyways all the best for your coding career.
sudeshchandram 26-Mar-13 10:26am View    
Deleted
You are not mature enough to choose the right solution. have you ever heard of string immutability? What if you want the reversed string to be stored into other string? Solution 2 is never a candidate to rated 1 star. Anyways all the best for your coding career..