Problem in datagrid of asp.net

Hi,
I am having one datagrid which displayes data from one if the tables.Now i want when yser clicks on edit only the last columns should become editable and rest should be readonly,I am using run-time bidning,So how it is oissible?
GIRISH
[253 byte] By [Shukla_Girish] at [2007-11-20 11:47:03]
# 1 Re: Problem in datagrid of asp.net
On the aspx apge of the Grid, for that column you need to declare an EditTemplate. You then need to place code in the Event to do something with the data once edited.
Bill Crawley at 2007-11-9 11:54:05 >