rdgerken
Technical User
- Jul 8, 2002
- 108
Hi all,
I'd like to change the default value of a select parameter using a link button to change the value of this parameter from True to False and vice versa. The only problem is that I don't know how to access the parameter.defaultvalue in the code. I have been able to get this to work using a check box and pointing a controlparameter to the checked property, but this isn't really what I want. I'd like to use a link button to toggle between the two states.
Can someone help me do this the right way?
Thanks
I'd like to change the default value of a select parameter using a link button to change the value of this parameter from True to False and vice versa. The only problem is that I don't know how to access the parameter.defaultvalue in the code. I have been able to get this to work using a check box and pointing a controlparameter to the checked property, but this isn't really what I want. I'd like to use a link button to toggle between the two states.
Can someone help me do this the right way?
Thanks