Basic HTML UI question

Ok, this may be a naive question, but since I''m running 2.x, I can''t yet just try things out. Still, I''d like to do some design work for when I switch over. Can I use the
tag in HTML to create a form and then get references to the TextBoxes, Buttons, etc and add events to them? Or do I need to add regular WinForms components to the HTML page instead?

1 Reply

DJ Davis Jebaraj Syncfusion Team November 15, 2004 04:10 PM UTC

Hi, You can create a HTML like form and by just defining the input tags. The input tags will be automatically displayed as windows forms equivalents of the HTML controls. Please see this image for a sample screen shot: http://64.78.18.34/davisj/htmlui_form_sample.gif You will be able to handle events raised the HTML elements from within your code (or through script in the HTML page). Regards, Davis

Loader.
Up arrow icon