D
Daniel Bass
I've got a button (server side) next to a list box (server side)... is it
possible, that on a double click on the listbox, and event can cause a
button click simulation?
I've manually inserted the OnDblClick attribute into the asp:Listbox tag and
this does appear to fire, but I can't get it to call my server side code...
If I try to call a public function in the code-behind,
'OnDblClick="InsertSelectedFiles()"' it says that an object is expected when
the listbox is double clicked...
so i surrounded the call in <%= %> and it then fails on load saying that
Server tags cannot contain <% ... %> constructs.
any input on this?
Thanks for your time.
Daniel.
possible, that on a double click on the listbox, and event can cause a
button click simulation?
I've manually inserted the OnDblClick attribute into the asp:Listbox tag and
this does appear to fire, but I can't get it to call my server side code...
If I try to call a public function in the code-behind,
'OnDblClick="InsertSelectedFiles()"' it says that an object is expected when
the listbox is double clicked...
so i surrounded the call in <%= %> and it then fails on load saying that
Server tags cannot contain <% ... %> constructs.
any input on this?
Thanks for your time.
Daniel.