Calling a vb linkbutton’s(within a user control) click event from javascript
问题 how can i call a VB function - deleteevent() in usercontrol.ascx.vb from a javascript function in clickhandler(e) in usercontrol.ascx. The call should cause a postback because i need the usercontrol to display the changes. i am currently trying to do it by using a linkbutton with style display:none, and calling its click event from the javascript function. But i dunno how to call the click event. i had to pass a value to the vb function from the javascript, but i am taking care of it using a