Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deleting from GridView problem

Status
Not open for further replies.

PsychoCoder

Programmer
May 31, 2006
140
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top