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 hiddenfield.
the environment is asp.net 3.0 language:vb
Thanks.