C
Claudia Fong
I have a radio button list in webform1 and a button. This button when
clicks, it will open another webform2 which will get the value of the
radio button selected in my first web form.
The problem is that webform2 is the start page.. so when the program
starts, it will give me an error:
Object reference not set to an instance of an object
in this line --> str = Request.Params["radioButton"].ToString();
If I set a default value in the radio button will it work? And how can I
set a default value in the radio button?
Cheers!
Claudi
clicks, it will open another webform2 which will get the value of the
radio button selected in my first web form.
The problem is that webform2 is the start page.. so when the program
starts, it will give me an error:
Object reference not set to an instance of an object
in this line --> str = Request.Params["radioButton"].ToString();
If I set a default value in the radio button will it work? And how can I
set a default value in the radio button?
Cheers!
Claudi