Is it possible to call NON-STATIC method(in codebehind) from Javascript(in design page)...
When i try to call static method from Javascript uisng web methods,Web controls inside static method created problem by assigning null..
So i would like to call non static method directly from Javascript...Is it possible?