Ok, I have an ASP.Net page with a formsview for the main details and a gridview containing the details as they relate to the form view. (a subform if you will).
Each has their own sqlDataSource.
My question is, when i change records, how do I get the subform to refresh? It seems like its 1 postback behind the main form.
Any ideas?