S
strJulioNegron
I have page with a gridview bound to a table. when a row is selected it
uses the detailview to display more info and to consequently edit or
add data. the problem is that when I go to add new data I get a message
that basically tells me that I cant insert a duplicate in a column
thats a Primary Key, obviously I made sure that the data for the PK
column was unique, but I still get that error.
The only reason I can theorize is that its trying to insert information
from the last row that was selected, instead of using the new data from
the fields. How can I fix this, or even debug it, since it all takes
place internally in the CLR?
uses the detailview to display more info and to consequently edit or
add data. the problem is that when I go to add new data I get a message
that basically tells me that I cant insert a duplicate in a column
thats a Primary Key, obviously I made sure that the data for the PK
column was unique, but I still get that error.
The only reason I can theorize is that its trying to insert information
from the last row that was selected, instead of using the new data from
the fields. How can I fix this, or even debug it, since it all takes
place internally in the CLR?