Forms generation and validation

Forms generation and validation

Class that generates HTML forms supporting:

– Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code.
– Can be extended with new types of input controls plug-in classes.
– Custom input plug-in classes can be used to support for handling client site events on the server side without submitting the form or redrawing the whole form page. Refer Link for full code and details