ViewState problem in asp.net Wizard control -
We are using an ASP.NET (2.0) wizard control, where the user fills in some fields in each wizard step is.
We have found that sometimes the field value is lost in the first stage of some strange reasons when "postbacking" occurs in the second phase.
This problem appears randomly; Occasionally some of the field values are maintained and others are lost.
The EnableViewState page is true for all the controls.
What are we looking at?
These types of things happen when the update panel is used In that situation, Have to update.
Comments
Post a Comment