I'm using ajax so I can load the content of the page two on the page one . I'm doing this with javascript code (cannot user UpdatePanel) . The problem is : I need to execute some c# code , and ONLY AFTER that , execute the javascript code to open the page . But when the javascript is executed , the page had postback , which means the page one is gone . So , I REALLY need to stop the postback . Any ideas ?
Thanks in advance .