views:

11

answers:

1

hello,
i have post detail page (asp.net, umbraco cms), with search box and post replay box. the problem is that when user try to search using the search box, it cause validation error in the post replay box. the search is client side form. the post replay is server side form. you can view it live at:
http://www.thereturnvalue.com/blog/2010/10/1/return-value-live%27n%27kickin

Thanks!

+1  A: 

Specify different ValidationGroups on the validators in the different forms (search and post reply).

Introduction on MSDN.

langsamu
i didnt use validation controls, i used jquery validation.
eran
thanks i solved the problem - i didn't noticed that all the code was inside other form from the master template. thanks!
eran