D
Doogie
I have a Repeater control in an app I'm updating. I need to write
code (event method) when a user clicks on one of the columns in the
control. But there is no method like "Repeater_OnClick" or something
like that. Is there a way to get access to this control with an event
method of some kind?
If not, (and here's where my inexperience in web development will show
through), is there another server side grid type control that I could
switch to? I would prefer not to do this as there is a lot of other
code (in javascript, etc) that is tied to this control but if I have
no choice I'm not sure which is the best to use.
code (event method) when a user clicks on one of the columns in the
control. But there is no method like "Repeater_OnClick" or something
like that. Is there a way to get access to this control with an event
method of some kind?
If not, (and here's where my inexperience in web development will show
through), is there another server side grid type control that I could
switch to? I would prefer not to do this as there is a lot of other
code (in javascript, etc) that is tied to this control but if I have
no choice I'm not sure which is the best to use.