Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / docs / source / ScriptTagProxy.html
index c2e1f3d..a26bf6e 100644 (file)
@@ -55,6 +55,17 @@ if ($callback) {
     header('Content-Type: application/x-json');\r
     echo json_encode($output);\r
 }\r
+</code></pre>\r
+ * <p>Below is the ASP.Net code to do the same thing:</p><pre><code>\r
+String jsonString = "{success: true}";\r
+String cb = Request.Params.Get("callback");\r
+String responseString = "";\r
+if (!String.IsNullOrEmpty(cb)) {\r
+    responseString = cb + "(" + jsonString + ")";\r
+} else {\r
+    responseString = jsonString;\r
+}\r
+Response.Write(responseString);\r
 </code></pre>\r
  *\r
  * @constructor\r