DCSIMG
Ajax - Wortzel's blog

Wortzel's blog

.Net (2.0, 3.0, 3.5), C#, Asp.net, Com+, GIS(ESRI Software), Management, Analysis & Design, Life, Trips, And more...

Browse by Tags

All Tags » Ajax (RSS)
How to declare a javascript file as an embedded resource in assembly
There are many scenarios it is recommended to use an embedded resource which is part of the assembly. One of the common cases is having a custom control with custom script file and wanting to ship them in a close assembly to other projects. Thanks to deployments reasons we prefer to ship only the assembly without the other resource files. There is a simple approach to do it in .Net 2.0. Ok, what do we have to do in order to accomplish this task? Assumptions: - We have a custom control which is called...

Posted Wednesday, June 13, 2007 8:34 PM by Avi Wortzel | 4 comment(s)

תגים:, ,

Sys.WebForms.PageRequestManagerTimeoutException - The server request timed out - error
Last week I had a problem when I tried to export an image from the AGS 9.2 to a pdf file. I got this error: "Sys.WebForms.PageRequestManagerTimeoutException The server request timed out" from the Ajax Extension framework. Its occurred because the export operation was relatively long (something like 2 minutes) and the Ajax Extension Callback framework had a timeout. How to solve this problem? To solve this problem we can increase the timeout. You can change the timeout time by adding a new property...

Posted Monday, April 16, 2007 11:22 PM by Avi Wortzel | 19 comment(s)