I have following problem.
I have homepage with form , that have it's own logic , now I need to add a widget on this page , what the widget should do , it's to post some Data Input from user to another aspx page.
Unfortunately I've came to ASP.NET from MVC (and have no idea how to do it in asp.net), and there I'd implement it by adding another form to page , that will post to Controller I need.
In ASP.NET I can't put another form with runat
server attribute , can anyone advise the best way of implementing this task ?