How to add contents in asp.net to a template downloaded from website?

  • Thread starter Thread starter India_19
  • Start date Start date
I

India_19

Guest
I have taken a master page in which i have added the html file of the template i have downloaded. I have added a contentplaceholder manually and added a login tool inside it, but it is giving me an error

"Control 'Login1' of type 'Login' must be placed inside a form tag with runat=server.


Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Control 'Login1' of type 'Login' must be placed inside a form tag with runat=server."


It would be great if any one can tell me how can i add the contents.......
 
Back
Top