I have a web form. There are many different sections. I can say that in each section data of type datatable is displayed. In each section, I have the OK and Cancel buttons. When I click OK, all changes to the table in the database occur. I also added some Requiredfieldvalidators. Let's say I insert a new record in the first section, and the fields print correctly. When I click OK, I get an error message raised by other validators that are in other sections. Isnβt there a way for me to click the OK button in a specific section to get validation errors in the same area? So I probably need a button that will not act as the profiler of the page, but rather as the sender of a particular section.
source share