Is it possible to call asp.net codebehind function from javascript in vs2008? My problem is, I have two codebehind methods, one is for some validation and it will return tru
In your case, why don't you use OnClientClick function of the button to call your javascript function?
Regards, S Mukherjee.