views:

101

answers:

2

how do you call a server-side button (onclick event) in javascript in ASP.net (VB.net or C#)

A: 

use onClientClick

krishna
i want to call server side event fron javascript.
Can you please explain your scenario
krishna
+1  A: 

Perhaps these links will assist you:

Good luck!

Mr. Smith
Updated to include correct information.
Mr. Smith