Click here to Skip to main content
15,903,012 members
Home / Discussions / Web Development
   

Web Development

 
QuestionGet panel values Pin
vkEE31-Oct-13 3:45
vkEE31-Oct-13 3:45 
Hi,

I have a 3 step survey, from where in on each step we are collecting some values.

Each step is created as a panel, and set visible to false, enabling them in the code as required.

On Step 3, there are about 5 questions the user needs to complete, upon which an account is created. So, on the button click of this final step, for some reason all the values in this panel are lost when i try to get the values,
CheckBoxList chkbxChk = (CheckBoxList)pnlQuestions.FindControl("cbl_" + qa.questionid);


It appears as though on button click does not remember the values from panel?

any ideas?

Thanks!
Questionis the $_GET exists? Pin
Jassim Rahma30-Oct-13 1:13
Jassim Rahma30-Oct-13 1:13 
AnswerRe: is the $_GET exists? Pin
Richard MacCutchan30-Oct-13 2:10
mveRichard MacCutchan30-Oct-13 2:10 
AnswerRe: is the $_GET exists? Pin
Peter Leow4-Nov-13 1:35
professionalPeter Leow4-Nov-13 1:35 
AnswerRe: is the $_GET exists? Pin
Killzone DeathMan9-Jan-14 1:08
Killzone DeathMan9-Jan-14 1:08 
QuestionSVG in IE8 Pin
ThetaClear29-Oct-13 11:12
ThetaClear29-Oct-13 11:12 
AnswerRe: SVG in IE8 Pin
RedDk29-Oct-13 12:06
RedDk29-Oct-13 12:06 
GeneralRe: SVG in IE8 Pin
ThetaClear29-Oct-13 21:47
ThetaClear29-Oct-13 21:47 
AnswerRe: SVG in IE8 Pin
Paulo Augusto Kunzel4-Nov-13 3:43
professionalPaulo Augusto Kunzel4-Nov-13 3:43 
GeneralRe: SVG in IE8 Pin
ThetaClear5-Nov-13 10:08
ThetaClear5-Nov-13 10:08 
GeneralRe: SVG in IE8 Pin
Paulo Augusto Kunzel5-Nov-13 11:47
professionalPaulo Augusto Kunzel5-Nov-13 11:47 
Question(HTML5 + Javascript + javascript Libs) or Razor Engine Pin
OmniSource28-Oct-13 22:48
OmniSource28-Oct-13 22:48 
Questionhow to password reminder Pin
Jassim Rahma28-Oct-13 11:00
Jassim Rahma28-Oct-13 11:00 
AnswerRe: how to password reminder Pin
Richard Deeming28-Oct-13 12:33
mveRichard Deeming28-Oct-13 12:33 
QuestionASP Net WebAPI Newby Question Pin
Kevin Marois28-Oct-13 6:14
professionalKevin Marois28-Oct-13 6:14 
Questionget $_GET["id"] in window.location in PHP Pin
Jassim Rahma27-Oct-13 23:49
Jassim Rahma27-Oct-13 23:49 
SuggestionRe: get $_GET["id"] in window.location in PHP Pin
Richard MacCutchan28-Oct-13 2:09
mveRichard MacCutchan28-Oct-13 2:09 
AnswerRe: get $_GET["id"] in window.location in PHP Pin
Killzone DeathMan9-Jan-14 1:11
Killzone DeathMan9-Jan-14 1:11 
Questionwhy getting Strict Standards: Only variables should be passed by reference? Pin
Jassim Rahma27-Oct-13 23:20
Jassim Rahma27-Oct-13 23:20 
Questionexpire login's session Pin
Jassim Rahma27-Oct-13 0:06
Jassim Rahma27-Oct-13 0:06 
QuestionRe: expire login's session Pin
Richard MacCutchan27-Oct-13 2:07
mveRichard MacCutchan27-Oct-13 2:07 
SuggestionRe: expire login's session Pin
thatraja28-Oct-13 1:02
professionalthatraja28-Oct-13 1:02 
Questionprofile address url validation Pin
Jassim Rahma26-Oct-13 11:05
Jassim Rahma26-Oct-13 11:05 
AnswerRe: profile address url validation Pin
Thomas Daniels26-Oct-13 23:43
mentorThomas Daniels26-Oct-13 23:43 
GeneralRe: profile address url validation Pin
Jassim Rahma26-Oct-13 23:56
Jassim Rahma26-Oct-13 23:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.