Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing Standard HTML Forms

Status
Not open for further replies.

bjd4jc

Programmer
Nov 8, 2001
1,627
US
Is there a way to import a standard HTML form into an ASP.Net application and it converts all of the form tags into ASP.Net equivelent?
 
I'm not sure about a utility, but you can add an id (if none is already there) and a runat='server' attribute to each control that requires server-side processing to get it wired up preliminarily.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top