ErikHR
06-08-2007, 11:43 PM
I have just downloaded Spring.Net and am reading the documentation and have looked at some of the samples. I am trying to create an application that will have a dynamically changing UI based on which content database the user decides to connect to. I need dropdown menus, tab control tab pages and items on the tabs pages to be different base on the content database the user decides to connect to.
I was thinking I would create a master database that would store the application’s UI configuration. The application would get the UI configuration specific to the content database from a stored procedure in the master database when the user chooses the content database they wanted to connect to. At that point the tab pages, menu items etc..would be recreated.
Base on what I have been reading about Spring.Net it seems like I can use it to facilitate this process of dynamically regenerating the UI or pieces of it.
At this point I am not sure what the best approach to take would be to try to implement something like this and what further reading I need to do. Any tips and/or suggestions would be greatly appreciated.
Thanks,
Erik
I was thinking I would create a master database that would store the application’s UI configuration. The application would get the UI configuration specific to the content database from a stored procedure in the master database when the user chooses the content database they wanted to connect to. At that point the tab pages, menu items etc..would be recreated.
Base on what I have been reading about Spring.Net it seems like I can use it to facilitate this process of dynamically regenerating the UI or pieces of it.
At this point I am not sure what the best approach to take would be to try to implement something like this and what further reading I need to do. Any tips and/or suggestions would be greatly appreciated.
Thanks,
Erik