I'm having some trouble with the xsltsearch together with other forms.
In my header I have a input field and a asp:button using PostBackUrl="~/TargetPage.aspx" to post the query to another page which holds the macro. I have form runat server next to the body teag. This works fine on every page except on pages which has another type of form. When I try to search on these pages it tries to post the other form on the page. Any clues to why this happens and is there anything I can do?
Problem with xsltsearch and other forms
Hi!
I'm having some trouble with the xsltsearch together with other forms.
In my header I have a input field and a asp:button using PostBackUrl="~/TargetPage.aspx" to post the query to another page which holds the macro. I have form runat server next to the body teag. This works fine on every page except on pages which has another type of form. When I try to search on these pages it tries to post the other form on the page. Any clues to why this happens and is there anything I can do?
Best regards / Niklas
Try using validation group property on your button.
Regards
Ismail
is working on a reply...