How to pass params with OnCheckedChanged
Hi Everyone!
Does anyone know how to pass params to a oncheckchanged function? The OnCheckChanged function needs this signiture (ByVal sender As Object, ByVal e As EventArgs) but I also want to pass in a string and a checkbox name.
Thanks! :wave:
James
Re: How to pass params with OnCheckedChanged
The checkbox will have a corresponding oncheckedchanged event. It makes no sense to want to pass the checkbox itself.
You'll have to describe your setup for the page.