Database table column names and those values need to display dynamically in the screen customized way.
Pleae suggest the builders which need to use to implement that.thanks in advance
Topic
-
Re: Database table columns and data dynamic display in screen
2011-10-06T18:24:40ZThis is the accepted answer. This is the accepted answer.
WEF/WPF can do the most automation/generation of UI for you when the schema (structure) of the data is known at design/regen time so it can generate the right UIs (input forms and result structure) for your data, but there are more manual ways that some level of dynamic UI can be generated at runtime, using lower level builders...
This forum is typically for web service/schema questions - you'll find more UI generation experts and similar threads with similar questions/answers already there, in the WEF/WPF Best Practices forum at:
http://www.ibm.com/developerworks/forums/forum.jspa?forumID=889&start=0
such as the following similar dynamic UI generation thread.
http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14683258
..mb1