PDA

View Full Version : Refreshing DataGrid for RIA


mcm1303
10-29-2007, 05:30 PM
Hi,

I'm getting pretty far along in a RIA application and I'm using datagrids. The trouble, I've realized just now, :o is if the backend database is changed, the datagrid is unaware of the changes. This is obvious, but something I overlooked.

I'm using XML web services and MSSQL database on the backend.

I think, at the very least, I'm going to put a refresh button on each page so that if I make a maintenence change to data in the database, I can suggest that the users refresh their screens so the changes are reflected.

Anyone have some neat solutions to the problem? I'd be pleased to hear any suggestions.

Thanks,

Marlin