[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webcontrols

Question on Data Key Field In Datagrid

Bruce LeMond

2/12/2004 8:41:00 PM

This is Visual Basic .NET web forms development

The data key field property in the datagrid allows one field only to be specified and it should be the primary key of the records being displayed in the datagrid. But the primary key consists of 3 fields for the records that I have in the datagrid, and I'm wanting to be able to update the records from the datagrid. Is there anyone who knows how could i get it to recognize the 3 fields in order to do the find on the record for updating

Please advise if I should post this question on another newsgroup and which one

Thanks in advance for your help.
1 Answer

Alvin Bruney

3/2/2004 3:04:00 PM

0

Your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl...
"Bruce LeMond" <blemond@crossroads.edu> wrote in message
news:7E50D34C-5816-4C3A-969E-CBF2A8D3C9DC@microsoft.com...
> This is Visual Basic .NET web forms development.
>
> The data key field property in the datagrid allows one field only to be
specified and it should be the primary key of the records being displayed in
the datagrid. But the primary key consists of 3 fields for the records that
I have in the datagrid, and I'm wanting to be able to update the records
from the datagrid. Is there anyone who knows how could i get it to
recognize the 3 fields in order to do the find on the record for updating?
>
> Please advise if I should post this question on another newsgroup and
which one.
>
> Thanks in advance for your help.