I need to check if any of the textboxes contains html tags on a button click. I want a common function in master page
and call it from button in contentplaceholder. The number of textboxes may vary on different pages.Is it possible?
ValidateRequest="false" is not needed.
Filtered textbox also not needed since majority of pages are developed.
I want jquery or js validation.Please help.