<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Ajax.NET Professional Google Group</title>
  <link>http://groups.google.com/group/ajaxpro</link>
  <description>With Ajax.NET Professional you are able to build AJAX related web applications using similar code on the client-side JavaScript as you are using in C# or any other .NET language. Ajax.NET was the first AJAX library for .NET. See more details at http://www.ajaxpro.info/</description>
  <language>en</language>
  <item>
  <title>AW: [ajaxpro] Microsoft JScript runtime error &#39;Ajaxfunctions&#39; undefined</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/f718dbf95f451d53/21066962a6888eb7?show_docid=21066962a6888eb7</link>
  <description>
  Do you use the IIS? &lt;br&gt; -----Ursprüngliche Nachricht----- &lt;br&gt; Von: ajaxpro@googlegroups.com [mailto:ajaxpro@googlegroups.c om] Im Auftrag von RyanOC &lt;br&gt; Gesendet: Donnerstag, 3. Juli 2008 22:36 &lt;br&gt; An: Ajax.NET Professional &lt;br&gt; Betreff: [ajaxpro] Microsoft JScript runtime error &#39;Ajaxfunctions&#39; undefined &lt;br&gt; I&#39;ve been using version 5.7.25 of the ajax.net for 2 years and I
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/f718dbf95f451d53/21066962a6888eb7?show_docid=21066962a6888eb7</guid>
  <author>
  albert.wein...@awn-design.biz
  (Albert Weinert)
  </author>
  <pubDate>Fri, 04 Jul 2008 06:16:38 UT
</pubDate>
  </item>
  <item>
  <title>Microsoft JScript runtime error &#39;Ajaxfunctions&#39; undefined</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/f718dbf95f451d53/b4b13b7cdfdcd763?show_docid=b4b13b7cdfdcd763</link>
  <description>
  I&#39;ve been using version 5.7.25 of the ajax.net for 2 years and I &lt;br&gt; recently upgraded to Visual Studio 2008 and Vista. Now my project wont &lt;br&gt; work with the axax.net, I keep getting &amp;quot;Microsoft JScript runtime &lt;br&gt; error &#39;Ajaxfunctions&#39; undefined&amp;quot; when I use the auto complete &lt;br&gt; functionality. Does anyone know what could be causing this?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/f718dbf95f451d53/b4b13b7cdfdcd763?show_docid=b4b13b7cdfdcd763</guid>
  <author>
  inet...@gmail.com
  (RyanOC)
  </author>
  <pubDate>Thu, 03 Jul 2008 20:35:50 UT
</pubDate>
  </item>
  <item>
  <title>Auto Complete for .NET 1.1 and ASP.Net 1.1</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/f743c348fc5701b9/351e21433c60786e?show_docid=351e21433c60786e</link>
  <description>
  Hi All, &lt;br&gt; &lt;p&gt;I am new to ajax, and would like to build an application with auto &lt;br&gt; complete on .NET 1.1 and ASP.NET 1.1. &lt;br&gt; It would be great if i get the step by step approach and if possible &lt;br&gt; sample code to get it done. Actually i tried downloading and use the &lt;br&gt; sample code given online, but get javascript error on
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/f743c348fc5701b9/351e21433c60786e?show_docid=351e21433c60786e</guid>
  <author>
  snirmalku...@gmail.com
  (Nirmal)
  </author>
  <pubDate>Fri, 04 Jul 2008 02:09:33 UT
</pubDate>
  </item>
  <item>
  <title>problem using AjaxPro.JavaScriptSerializer / JavaScriptDeserializer</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/123ff22010a67b25/f6ec4f0f354a22c5?show_docid=f6ec4f0f354a22c5</link>
  <description>
  Consider this piece of code : &lt;br&gt; &lt;p&gt;Dictionary&amp;lt;String, Object&amp;gt; obj = new Dictionary&amp;lt;string, object&amp;gt;(); &lt;br&gt; &lt;p&gt; obj.Add(&amp;quot;aaa&amp;quot;, 1); &lt;br&gt; obj.Add(&amp;quot;bbb&amp;quot;, 2); &lt;br&gt; string s = AjaxPro.JavaScriptSerializer.S erialize(obj); &lt;br&gt; &lt;p&gt; Dictionary&amp;lt;String, Object&amp;gt; o = &lt;br&gt; AjaxPro.JavaScriptDeserializer .DeserializeFromJson&amp;lt;Dictionar y&amp;lt;String,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/123ff22010a67b25/f6ec4f0f354a22c5?show_docid=f6ec4f0f354a22c5</guid>
  <author>
  aurelian.l...@gmail.com
  (George2000)
  </author>
  <pubDate>Tue, 01 Jul 2008 15:54:07 UT
</pubDate>
  </item>
  <item>
  <title>RegisterTypeForAjax not attaching the script</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/69149f8e69557a73/fda0b00297b11759?show_docid=fda0b00297b11759</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I have the below code in the page_load of all code behind files in the &lt;br&gt; website: &lt;br&gt; &lt;p&gt;AjaxPro.Utility.RegisterTypeFo rAjax(typeof(PaHubAjaxMethods) ); &lt;br&gt; AjaxPro.Utility.RegisterEnumFo rAjax(typeof(PaHubAjaxEnum)); &lt;br&gt; AjaxPro.Utility.RegisterTypeFo rAjax(typeof(ActivityLog)); &lt;br&gt; &lt;p&gt;and the below code in web.config:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/69149f8e69557a73/fda0b00297b11759?show_docid=fda0b00297b11759</guid>
  <author>
  prithvi...@gmail.com
  (Prithvi)
  </author>
  <pubDate>Mon, 30 Jun 2008 20:42:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: ERROR: Ajax.Web.DataTable is not a constructor</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/a7ac434188031850/55485a851c6d32a2?show_docid=55485a851c6d32a2</link>
  <description>
  I had the same problem. It is fixed in the latest source version. &lt;br&gt; Not the precompiled ones. So to fix I had to do the following &lt;br&gt; &lt;p&gt;1) Downloaded this version - &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.codeplex.com/AjaxPro/SourceControl/DownloadSourceCode.aspx?changeSetId=32153&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; (actually versions 31863 and above have the fix.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/a7ac434188031850/55485a851c6d32a2?show_docid=55485a851c6d32a2</guid>
  <author>
  lr1234...@gmail.com
  (Regina)
  </author>
  <pubDate>Sun, 29 Jun 2008 01:59:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: ERROR: Ajax.Web.DataTable is not a constructor</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/a7ac434188031850/b01b7a9dcfb2eafe?show_docid=b01b7a9dcfb2eafe</link>
  <description>
  Slight correction to my previous post. &lt;br&gt; &lt;p&gt;I think if you &lt;br&gt; 1) create the release folder &lt;br&gt; 2) then run the build.bat &lt;br&gt; &lt;p&gt;It works fine. It gives some errors for me, but it does generate the &lt;br&gt; AjaxPro.2.dll and JSON ones in the release folder. &lt;br&gt; &lt;p&gt;Hope that helps, &lt;br&gt; Regina
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/a7ac434188031850/b01b7a9dcfb2eafe?show_docid=b01b7a9dcfb2eafe</guid>
  <author>
  lr1234...@gmail.com
  (Regina)
  </author>
  <pubDate>Sun, 29 Jun 2008 02:05:04 UT
</pubDate>
  </item>
  <item>
  <title>Error in Javascript file while returning Dataset from Server</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/a1db35d213fc60fb/71f5b39c228cf9d0?show_docid=71f5b39c228cf9d0</link>
  <description>
  hi, &lt;br&gt; &lt;p&gt; while returning dataset from the server it crashing the &lt;br&gt; application Showing Error &lt;br&gt; &amp;quot;object needs to contain &amp;quot; the return dataset . &lt;br&gt; i think the javascript callback function could not be able &lt;br&gt; to contain that return &lt;br&gt; dataset. &lt;br&gt; &lt;p&gt;Best Regards &lt;br&gt; AjaxSE
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/a1db35d213fc60fb/71f5b39c228cf9d0?show_docid=71f5b39c228cf9d0</guid>
  <author>
  nabeel....@gmail.com
  (AjaxSE)
  </author>
  <pubDate>Fri, 27 Jun 2008 07:37:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: ERROR: Ajax.Web.DataTable is not a constructor</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/a7ac434188031850/cd9fdec6e8285e5b?show_docid=cd9fdec6e8285e5b</link>
  <description>
  i have the same problem. I&#39;m returning a datatable. The function &lt;br&gt; executes the callback in the case I&#39;m returning a string but when &lt;br&gt; returning a datatable the callback function is not fired. a breakpoint &lt;br&gt; in the server app shows that there are 17 rows in the datatable. I &lt;br&gt; don&#39;t know why the callback isn&#39;t called.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/a7ac434188031850/cd9fdec6e8285e5b?show_docid=cd9fdec6e8285e5b</guid>
  <author>
  tonvrys...@wxs.nl
  (Ton)
  </author>
  <pubDate>Thu, 26 Jun 2008 15:11:38 UT
</pubDate>
  </item>
  <item>
  <title>ERROR: Ajax.Web.DataTable is not a constructor</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/a7ac434188031850/d0b41f08f86aad50?show_docid=d0b41f08f86aad50</link>
  <description>
  I am using the latest version of AjaxPro.2.dll (6.10.6.1) and am &lt;br&gt; trying to get back a DataSet (with a DataTable in it) in my client &lt;br&gt; side code (Javascript). &lt;br&gt; &lt;p&gt;The server code correctly returns back a Dataset, but it crashes on &lt;br&gt; the UI even before reaching the callback handler. It is crashing in &lt;br&gt; core.ashx.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/a7ac434188031850/d0b41f08f86aad50?show_docid=d0b41f08f86aad50</guid>
  <author>
  gautammanka...@gmail.com
  (acegautam)
  </author>
  <pubDate>Tue, 24 Jun 2008 12:02:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: Firefox and AjaxPro Request</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/8128984058ebb591/41ed8c5de09ee45e?show_docid=41ed8c5de09ee45e</link>
  <description>
  I believe.. &lt;br&gt; the time taken depands on the function you are calling . &lt;br&gt; imphasis on the procedure or functions to reduce the time of &lt;br&gt; execution.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/8128984058ebb591/41ed8c5de09ee45e?show_docid=41ed8c5de09ee45e</guid>
  <author>
  kuldeep....@gmail.com
  (kuldeep)
  </author>
  <pubDate>Mon, 23 Jun 2008 13:39:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: Object reference not set to an instance of an object</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/02ea50898f07b124/15e3efa35d49c4fa?show_docid=15e3efa35d49c4fa</link>
  <description>
  declared what? I have all the setting required for AJAX to work. &lt;br&gt; Everything works I gues. I get this error sometimes and do not know &lt;br&gt; whether AJAX calls worked or not.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/02ea50898f07b124/15e3efa35d49c4fa?show_docid=15e3efa35d49c4fa</guid>
  <author>
  avar...@gmail.com
  (avarkey@gmail.com)
  </author>
  <pubDate>Fri, 20 Jun 2008 18:57:32 UT
</pubDate>
  </item>
  <item>
  <title>how to used ajax in model view controller in asp.net</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/cf61432cb719369b/78515def70db5a9c?show_docid=78515def70db5a9c</link>
  <description>
  how to used ajax in model view controller in asp.net
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/cf61432cb719369b/78515def70db5a9c?show_docid=78515def70db5a9c</guid>
  <author>
  dkumar.na...@gmail.com
  (deepak)
  </author>
  <pubDate>Thu, 19 Jun 2008 06:12:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: [ajaxpro] Object reference not set to an instance of an object</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/02ea50898f07b124/e2d93175a5a2f4fe?show_docid=e2d93175a5a2f4fe</link>
  <description>
  Have u declared in web.config file &lt;br&gt; On Wed, Jun 18, 2008 at 1:58 AM, avar...@gmail.com &amp;lt;avar...@gmail.com&amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/02ea50898f07b124/e2d93175a5a2f4fe?show_docid=e2d93175a5a2f4fe</guid>
  <author>
  urkingu...@gmail.com
  (King)
  </author>
  <pubDate>Wed, 18 Jun 2008 06:23:44 UT
</pubDate>
  </item>
  <item>
  <title>Object reference not set to an instance of an object</title>
  <link>http://groups.google.com/group/ajaxpro/browse_thread/thread/02ea50898f07b124/f3911c70125039b1?show_docid=f3911c70125039b1</link>
  <description>
  Hi Guys, &lt;br&gt; I&#39;ve been seeing this error in production. This error gets thrown &lt;br&gt; atleast 10 times a day, but we do not have a way of reproducing this &lt;br&gt; or figure out what would cause this. &lt;br&gt; &lt;p&gt;Msg: Object reference not set to an instance of an object. Trace: &lt;br&gt; System.NullReferenceException: Object reference not set to an instance
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ajaxpro/browse_thread/thread/02ea50898f07b124/f3911c70125039b1?show_docid=f3911c70125039b1</guid>
  <author>
  avar...@gmail.com
  (avarkey@gmail.com)
  </author>
  <pubDate>Tue, 17 Jun 2008 20:28:49 UT
</pubDate>
  </item>
  </channel>
</rss>
