Problem in GridView DataSource
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, I am using SqlDataSource to configure GridView in my application. I am using Editing, delting and inserting features of GridView to update my database. My problem is while specifying DakaKeyName in SqlDataSource, i don't have any primary key in my table. It is a table in which are referring primary keys of two table. So, the two foreign keys will make up a primary key for my table. Can anybody tell me how can i put DataKeyName in SqlDataSource by making a primary key from combination of two foreign keys. Thanks, Nagendra.