
September 30th, 2003, 03:02 PM
|
|
Junior Member
|
|
Join Date: Sep 2003
Location: SC
Posts: 26
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
I'm going to try!
ok, I dont' remember exactly my issue, but I do remember this same sorta thing happening to me.
To reidderate:
You have a list bound control, and you want to delete the selected item?
First off, you have to look closely at the attributes of you listcontrol. The data for it is actually set up like an ARRAY. So you have to find the "SelectedITEM" first. If you are using VS.NET, you can see in the drop down that there are like 3 items used for SELECTEDITEM. Do a display of each item to a label control, so you can see the value of each. Then you can be sure you are not only populating it correctly, but you can see what is being returned as well. If I remember correctly, it's a bit confusing until you actually print out the results, then you will understand the issue.
My guess, is you are just not getting the ID you think you are.
Good Luck!
|