views:

277

answers:

1

how to fire asp.net listview itemcommand using javascript

A: 

Put the ItemCommand on a button that is hidden with CSS. Then call button.Click from JavaScript.

rick schott