Mahesha999 0 Newbie Poster

Hi I am coding for cross-page posting using PostBackUrl property of the button on Page1.

But the Button when clicked does not postbacks to the target page, simply flashes up Page1.

When digged inside the html resource of the page1, I found the WebResource.axd file as a script holder

When the file was directly requested, it gives 404 error, telling resource file not found.

Since I am not running the web-site on the IIS, but through the file-system, using ASP.NET Development Server, their seems nothing wrong with IIS.

I did not find any solution for this on asp.net forum & even on wrox forum.

Please help, I just stuck over here. Callbacks are also not working for the same reason.