D
dennis.ye
I need a asp.net wizard framework, I want to use wizard control of
asp.net 2.0, but the special requirement is as follow:
Layouts, contents/controls, and behaviors of each page will be
dynamically generated and will be expressed in an xml-based language.
At least
the following controls will be supported in the page: combo box,
listbox, edit. For examples: selecting an item in the combo box will
populate a listbox, clicking a button titled "Advanced" will expand the
dialog box to show more controls for advanced users, entering some text
pattern in a text field will filter out items in a combo box not
matching the pattern, at runtime the content of a combo box will be
from a result of a database query.
Any idea? Thanks very much.
asp.net 2.0, but the special requirement is as follow:
Layouts, contents/controls, and behaviors of each page will be
dynamically generated and will be expressed in an xml-based language.
At least
the following controls will be supported in the page: combo box,
listbox, edit. For examples: selecting an item in the combo box will
populate a listbox, clicking a button titled "Advanced" will expand the
dialog box to show more controls for advanced users, entering some text
pattern in a text field will filter out items in a combo box not
matching the pattern, at runtime the content of a combo box will be
from a result of a database query.
Any idea? Thanks very much.