Hi, you can make use of asp.net hiddenfield server control to access those values from codebehind and assign them to a session variable. Hope this might help you.
Regards, Dinesh On Sep 19, 1:26 am, "monkeyco.de" <[email protected]> wrote: > I have been trying to get values that have been updated via a > radiobutton onclick/onchange event. This is updating the Label or > TextBox values perfectly well. This data is not making itself > available for passing through PreviousPage, available for Session > assignment, or any other method I can think of. > > Might anyone have an idea how this information can be made available? > Or, how to make a radiobutton call the back page code onclick/onchange?
