Page_init with variable
-
I am loading a panel of dynamic questions in the panel, in the Page_Init method, to avoid situation of losing the values on postback issues. There is a linq statement that loads this dynamic panel. The same aspx page is used in 3 step registration process. And this dynamic questionnaire is step 3 of process. I now need to limit the questions that appear on this dynamic queationnaire, by what was entered in step 1 of questionnaire, like a radiobutton choice. How can I pass this to the Page_Init page? Thanks!!
-
I am loading a panel of dynamic questions in the panel, in the Page_Init method, to avoid situation of losing the values on postback issues. There is a linq statement that loads this dynamic panel. The same aspx page is used in 3 step registration process. And this dynamic questionnaire is step 3 of process. I now need to limit the questions that appear on this dynamic queationnaire, by what was entered in step 1 of questionnaire, like a radiobutton choice. How can I pass this to the Page_Init page? Thanks!!
See point #1 in How to get an answer to your question[^] above. Try the: ASP.NET forum[^]