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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -