Our CMS is using a custom IHttpHandler to render our pages. When CrossPagePosting IsCrossPagePostBack is always false and i cant get the value of fields from PreviousPage
Asked
Active
Viewed 58 times
0
-
You always can read values that are POSTed, just refer to `Request.Form` or `Request.Params`. It could possibly be just not **that** ellegant, comparing to reading control values referred through `PreviousPage`. – Wiktor Zychla Feb 22 '19 at 08:33
-
PreviousPage is null or it have values? – Muhammad Saqlain Feb 22 '19 at 08:33
-
The Request.Form is a posibility but due to render method the id of the control is uncontrollable. PreviosPage is null – user2435866 Feb 22 '19 at 10:17