LOOK BEFORE YOU ANSWER: ASP THE WINDOWS FORM WAY WONT WORK!
now, is there a way in how updating a tableadapter on ASP .NET?
I have a dropdown that fills with the info from a table adapter, the table adapter is a single query from a table; one column of results.
The problem comes when I delete or update an record from that column, it keeps showing deleted records or outdated elements. So my guess is that the tableadapter is outdated too.
How do I update it? how would the code be?
thanks
Willmer
now, is there a way in how updating a tableadapter on ASP .NET?
I have a dropdown that fills with the info from a table adapter, the table adapter is a single query from a table; one column of results.
The problem comes when I delete or update an record from that column, it keeps showing deleted records or outdated elements. So my guess is that the tableadapter is outdated too.
How do I update it? how would the code be?
thanks
Willmer