I have a BulletedList in asp.net that is set to DisplayMode=’LinkButton’. I would like to trigger the first ‘bullet’ from a javascript, can this be done? And if so, how?
I have a BulletedList in asp.net that is set to DisplayMode=LinkButton. I would like
Share
Say you have the BulletedList as
… then you can fire the ‘onclick’ event like this (cross-browser):