02-24-2022, 10:12 AM
The problem here is that the controls that you create in your HTML file (e.g input controls) don't have any correspondent class/control on server side. When you change anything on the browser, the server is not notified of those changes (through a request).
Do you have a list of types of controls that you have (e.g. edits, combo boxes, radio buttons, check boxes, etc)?
I believe the best way to do this is via templates. A mix of raw HTML for most of the document + a few IW controls that can be created at runtime...
Do you have a list of types of controls that you have (e.g. edits, combo boxes, radio buttons, check boxes, etc)?
I believe the best way to do this is via templates. A mix of raw HTML for most of the document + a few IW controls that can be created at runtime...