Hi everyone,
I have a web form containing 3 dropdowns and 3 textboxes.
1 Dropdown is autoPostBack = true so that according to the selected value 1 textbox is turning from editable to non-editable.
I'm also using update panel for partial updating of my page and summaryValidation.
Everything is in the updatePanel and causesValidation = false.
My problem is that when I change the value of the dropDownList which is autoPostBack = true all the errors that I had in my validation summary are getting invisible!
I tried a lot of combinations but no result!
How can I make my page work in a normal way?
Thank you all
)
I have a web form containing 3 dropdowns and 3 textboxes.
1 Dropdown is autoPostBack = true so that according to the selected value 1 textbox is turning from editable to non-editable.
I'm also using update panel for partial updating of my page and summaryValidation.
Everything is in the updatePanel and causesValidation = false.
My problem is that when I change the value of the dropDownList which is autoPostBack = true all the errors that I had in my validation summary are getting invisible!
I tried a lot of combinations but no result!
How can I make my page work in a normal way?
Thank you all