I have an ASPxUploadControl in an Update Panel.
I initiate the Upload with a button that does ASPxUploadControl1.UploadFile();
Once the file is uploaded, I need to have my ASPxDataView do a postback to
the server, so it can refresh it's contents.
The ASPxDataView displays the images that were uploaded to the database via
the FileUploadCompleted event on the server side.
How do I force the ASPxDataView to refresh it's information?
I tried doing a ASPxDataView1.PerformCallback();, but that doesn't do anything.
Brien King
President, ClassicSoft, LLC
http://www.classicsoft.com
brien@classicsoft.com
Developers Helping Developers!