tags:

views:

23

answers:

0

I am building the UI to an application that uses Syncfusion grids to display data to the user. I'm using C#/.NET 2.0. There are many users using the application and many different ways in which a user can change the grid's appearance. I need to process each grid change and save the result down to the server in an orderly fashion. For example: if a user changes the width of a grid, I need to queue that task and then execute that task when the task is read from the queue. The task will save the data down to the database. At a high level what I'm trying to do is create roaming profile settings. A user's settings are saved locally in the registry but we have to migrate that to a centralized database.