Newbie question: ASP Datagrid + Complex DataKeyField

  • Thread starter Thread starter Homer J. Simpson
  • Start date Start date
H

Homer J. Simpson

Hi everybody,

I wish to declare a complex DataKeyfied within an asp datagrid :
I'd like to use it to update a single table, but whose primary key consists
of 2 distinct fields (ie: date value + integer).

Any ideas about how to specify it ?

Thanks in advance
J.Philippe
 
I think you can do it with Dataset that is bound to the Grid. Not with grid
itself.
Shimon.
 
Back
Top