Hi, I have several forms in a html page, each one of them send parameters to a different PHP script. How can I do this on ASP.NET? Using ascx user controls? sending the parameters to C# files?

Thanks in advance.

As long as the files are not RUNAT the server, then you can have multiples just like any other language. Otherwise use RUNAT attribute to run the form on the same exact page.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.