D
Doogie
Basically, I have two custom dates the user can enter via a popup
calendar. These dates are stored into text boxes. Then the user can
click a button (Run Report) and those values (as well as others) are
used to build an SRS url string. This used to work before I modified
the page to make the calendar a popup.
Now, the text boxes lose their value when the user clicks the run
report button. I have verified this is happening because it’s doing a
postback, but the values are gone before page_load is called. I have
EnableViewState set to true for both text boxes and it’s not retaining
the values. I have tried variations of ways to fix this (set the
values in a view state object, enable view state on the page as a
whole, etc) and nothing is working.
Am I missing something?
calendar. These dates are stored into text boxes. Then the user can
click a button (Run Report) and those values (as well as others) are
used to build an SRS url string. This used to work before I modified
the page to make the calendar a popup.
Now, the text boxes lose their value when the user clicks the run
report button. I have verified this is happening because it’s doing a
postback, but the values are gone before page_load is called. I have
EnableViewState set to true for both text boxes and it’s not retaining
the values. I have tried variations of ways to fix this (set the
values in a view state object, enable view state on the page as a
whole, etc) and nothing is working.
Am I missing something?