I am new to .net after having been in classic asp for the past 16 or 17 years. I have created a new web forms application and I see that the Master page has
Now, when I want to use a form in any of my pages, where/how do I put in the actual action for that form since it will not allow me to have more than one form with runat="server"? Do I just do a form and not designate runat="server" because that was already designated in the Master page?
Thanks for the help!
Willie
Code:
<form runat="server">
Now, when I want to use a form in any of my pages, where/how do I put in the actual action for that form since it will not allow me to have more than one form with runat="server"? Do I just do a form and not designate runat="server" because that was already designated in the Master page?
Thanks for the help!
Willie