Hello Everyone,
Can anyone suggest a way to use multiple forms that are completely seperate from each other on a single ASP.NET 2.0 page? What I have is a simple search form that is constructed of HTML submits with the method="GET".
I need to implement this form on every page, including a contact page which of course has validation and sends emails through a code behind.
I've seen several ways in just searching online including: using ASP Panels with individual ID's and also setting form attributes to the submit button. The Button1.Attributes.Add seems like it's working. However, the resource is a remote site and the form is not passing the necessary hidden input fields.
Is there a better way to do this?
Can anyone suggest a way to use multiple forms that are completely seperate from each other on a single ASP.NET 2.0 page? What I have is a simple search form that is constructed of HTML submits with the method="GET".
I need to implement this form on every page, including a contact page which of course has validation and sends emails through a code behind.
I've seen several ways in just searching online including: using ASP Panels with individual ID's and also setting form attributes to the submit button. The Button1.Attributes.Add seems like it's working. However, the resource is a remote site and the form is not passing the necessary hidden input fields.
Is there a better way to do this?