Program to convert simple html forms to aspx form controls 
Author Message
 Program to convert simple html forms to aspx form controls

You may want to use my simple HTML form to Aspx form control conversion if
you have many form controls that you wish to implement as Aspx form
controls.

For example, the following HTML:
<input type="text" id="field1">

Becomes this in Aspx:

<asp:TextBox id="field1" runat="server"></asp:TextBox>

In addtion to converting html forms to aspx format, you can also run an XML
validation against your HTML as well as the converted aspx.

To run the html to aspx converter program, go here:
http://www.*-*-*.com/

Kevin



Sun, 30 May 2004 15:02:40 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Converting HTML form input to fax output

2. How to code a program to process HTML form

3. Collecting HTML form data using WebBrowser control

4. EASY: Access FORM As controls From FORM B ???

5. Displaying XML in a System.Windows.Forms.Form control

6. access to controls on main form from dialog form

7. Attempting To Send Email From ASPX Web Form

8. Displaying HTML in a form

9. C for processing HTML forms

10. Processing an HTML form with C?

11. Getting datas from a HTML form with a cgi in C

12. Form-based File Uploadin HTML

 

 
Powered by phpBB® Forum Software