PDA

Click to See Complete Forum and Search --> : How to pass params with OnCheckedChanged


broadvision123
Apr 4th, 2005, 11:08 AM
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

mendhak
Apr 5th, 2005, 12:17 AM
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.