Hi Guys,

I am using Datagrid to display four columns out of which I do not want the users to edit two columns and also I am using the first column to be the reference to update the data.

I donot want to display text boxes also when in edit mode.

i.e, "Update set f3 = '" + t3.Text + "', " +
"f4 = '" + t4.Text + "' where f1 = " + dgrid.columns(1)

How will I do this? I dont know what to replace instead of
dgrid.columns(1)