This is happening only on the FIRST postback?
Like this:?
Page hit 1 (postback -): Enter value (5), post.
Page hit 2 (postback 1): "5" is gone. Enter "10", post.
Page hit 3 (postback 2): "10" is there?
This problem is beginning to sound strangely familiar to something I encountered once. Are any of the controls (user/server) being moved around on the page? Turn on tracing for the page, get the first page hit and look at the control tree. Then do the first postback and check the control tree again. Compare the two. If they are different (for whatever reason) that would explain why the value is not being retained. Each subsequent page (posted back) control tree should look the same.
Peter
------------------------------------------------------
Work smarter, not harder.
|