hi,
i would suggest you to use the validations in code behind. more over your search page would rquire to give a general search result if no specification was provided by the user.
when user selects or provides some search conditions then you can filter your general search query and give filtered result.
Main Topics
Browse All Topics





by: sara110Posted on 2007-03-18 at 21:45:37ID: 18746275
one method is validating your data client side by javascript and also use code in each button for serverside and not use regular validation, because these validations is just good when you have one button in your page and you won't postback your page twice.