PsychoCoder
Programmer
OK heres the issue:
I have a table (created long before I started working here) that hold itin/year/country code combos. I have to give the user the ability to delete a certain row via a ItemTemplate firld. The problem is the table doesnt have an identity field, so to delete that specific row I need the couontry code, the itin AND the year. Given that how do I get all 3 tiems from the selected row?
I have a table (created long before I started working here) that hold itin/year/country code combos. I have to give the user the ability to delete a certain row via a ItemTemplate firld. The problem is the table doesnt have an identity field, so to delete that specific row I need the couontry code, the itin AND the year. Given that how do I get all 3 tiems from the selected row?