I'm looking for suggestions on the best way to go about creating a dynamic data entry/editing GUI.
I have an XML document that contains entries which users will update and also add new entries. The structure of each entry varies, therefore the interface will also change and need to be created dynamically. If we break an entry down into the smallest logical elements, ie. a paragraph, a list, an image. Then a user can build an entry containing any number of these elements, in any order.
I'm struggling with how to recreate this interface. I am not very familiar with Web Parts, but I think I may be able to achieve the functionality I'm looking for with them. A cool site that uses AJAX, but has the sort of functionality I'm looking for is You can add/delete different elements and rearrange the order.
I'm just wondering if anyone has any ideas on how to create something similar. Thanks.
I have an XML document that contains entries which users will update and also add new entries. The structure of each entry varies, therefore the interface will also change and need to be created dynamically. If we break an entry down into the smallest logical elements, ie. a paragraph, a list, an image. Then a user can build an entry containing any number of these elements, in any order.
I'm struggling with how to recreate this interface. I am not very familiar with Web Parts, but I think I may be able to achieve the functionality I'm looking for with them. A cool site that uses AJAX, but has the sort of functionality I'm looking for is You can add/delete different elements and rearrange the order.
I'm just wondering if anyone has any ideas on how to create something similar. Thanks.