Adding an OnClick procedure to repeater
Dont know if this is the right forum.
I'm using a repeater control in an ASP
.NET project(C#) to display a list of
sound files held in a database.
I've added a button to the control to
play the files.
Problem is. While I can put in a C#
event procedure to onclick I cant seem
to be ables to pass in the sound files
path as an argument to onclick. I've tried all sorts of combinations
of <# DataBinder.Eval....
but all to no avail.:(
Any ideas?
|