I have buttons on our old site, but we are building a new site in ASP. I can't use the buttons generated by the create button generator because they use <form> i.e. In HTML5 you cannot have element form nested inside of form. The whole page is already in one form because it is ASP.NET. So is there a way to generate a ASP.NET friendly button? Thanks
... View more