I have a web form which includes 2 different panels in .net 2008. .net framework version is 3.5
. Each panel includes user input controls like textbox, dropdownlist. I have an asp menu control for navigation. First item is selected at the beginning. When the user clicks the button, if the user doesn’t fill the required user controls, validation control fires. But when I click the other aspmenuitem, then click the button without filling the required user controls, user validation does not fire.
Could you help me about why this situation takes place?