This is a general question, how does DataBind ask questions ...
I have a simple page with a GridView that is bound (in aspx code) to an ObjectDataSource object.
I can look in the Select () function called by ObjectDataSource to see that it is called on boot and in each column. I have some logic that occurs on mail servers that will affect GridView data, and I want to call GridView.DataBind () later in the message after I made some changes.
Is there a way to prevent automatic recovery that occurs in each column? Does this mean that I cannot use the ObjectDataSource object for this control?
Michael La Voie
source share