Use of DataKeys Field for Datagrid

joancadet

New Member
I have written a code for an updatable grid.For that I had to define the DataKeyField property of the datagrid.It is generally the primary key of the table.But if there is a composite primary key , how should I define the DataKeyField property.<BR>
 
Back
Top