Hi,
I have values stored in the database describing panels, combos, textboxes, labels etc...to be dynamically generated based on what the user set it up to be on a setup form, mainly used for input, including validation rules and datatypes to be specified during the setup of the form.
Problem is, I need to render the "Form" in both winforms and asp.net. What would be a good approach to this? I need both results on the different platforms(asp.net & winforms) to look and behave the same way. I was thinking of using XSLT, but not sure on how it can be applied to winforms.
Please advice.
Thanks.