Hello Everyone!
I have an editable RadGrid, and I would like to be able to intercept the primary key value and look up a value from another table prior to the insert. I have a working SQL Query since it will function just fine on Update (just compares primary to foreign keys already in SQL), but I cannot grab the value from the value from the textbox prior to the InsertCommand firing (compare that value to the foreign key). I've tried capturing the textbox value on InsertCommand and InsertButton_Click.
Can anyone please advise me?
Thanks,
Mark
I have an editable RadGrid, and I would like to be able to intercept the primary key value and look up a value from another table prior to the insert. I have a working SQL Query since it will function just fine on Update (just compares primary to foreign keys already in SQL), but I cannot grab the value from the value from the textbox prior to the InsertCommand firing (compare that value to the foreign key). I've tried capturing the textbox value on InsertCommand and InsertButton_Click.
Can anyone please advise me?
Thanks,
Mark