Monday, February 27, 2006 8:55 AM
Ok, at first it was mildly annoying...but now its a raging hemhroid on the butt of my application.
I have these grid views...they have an update feature using a command button in the grid...you click edit, the cells turn to textboxes, you click Updated and the new data gets sent to the database. Unfortunately, nobody seems to be telling the gridview this, as it will still persist the OLD data! I've tried refreshing...nope...I've tried clicking edit/cancel...uh uh...for some reason, it just doesn't want to go back to teh database and get the new values. Am I missing something here? Shouldn't this be really REALLY easy to do?
I'm working with an object data source if that matters at all...any help is appreciated. And this is an ASP.NET 2.0 Grid View btw.
Sigh.
D