<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Ajax.NET Professional Starter Kit</title><link>http://www.codeplex.com/AjaxProStarterKit/Project/ProjectRss.aspx</link><description>The Starter Kit is a collection of common web page features that will show how to use Ajax.NET Professional to build rich client-side AJAX enabled web applications.</description><item><title>Reviewed: 6.7.5.1 Production (Oct 07, 2008)</title><link>http://www.codeplex.com/AjaxProStarterKit/Release/ProjectReleases.aspx?ReleaseId=89</link><description>Rated 3 Stars (out of 5) - ddddddddddddddddddddddddd</description><author>aiyawa</author><pubDate>Wed, 08 Oct 2008 03:08:16 GMT</pubDate><guid isPermaLink="false">Reviewed: 6.7.5.1 Production (Oct 07, 2008) 20081008030816A</guid></item><item><title>User Forum: RE: How does this compare to Atlas?</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=AjaxProStarterKit&amp;ForumId=82&amp;ThreadId=296</link><description>Does any of them cross compile c# to javascript? 

Visit me at http://jsc.sourceforge.net :)</description><author>zproxy</author><pubDate>Wed, 06 Sep 2006 15:56:19 GMT</pubDate><guid isPermaLink="false">User Forum: RE: How does this compare to Atlas? 20060906035619P</guid></item><item><title>Developer Forum: RE: Using AJAX</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=AjaxProStarterKit&amp;ForumId=80&amp;ThreadId=441</link><description>Alberto, I guess you have to set AutoPostBack property in false.</description><author>YamilBracho</author><pubDate>Tue, 05 Sep 2006 14:03:05 GMT</pubDate><guid isPermaLink="false">Developer Forum: RE: Using AJAX 20060905020305P</guid></item><item><title>User Forum: PSK Usage</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=AjaxProStarterKit&amp;ForumId=82&amp;ThreadId=1231</link><description>Hi, I wonder if I have to use an aspx page where my methods live or can i use a static class ?

TIA</description><author>YamilBracho</author><pubDate>Tue, 05 Sep 2006 13:59:32 GMT</pubDate><guid isPermaLink="false">User Forum: PSK Usage 20060905015932P</guid></item><item><title>User Forum: RE: Can't run csharp method from webpage</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=AjaxProStarterKit&amp;ForumId=82&amp;ThreadId=581</link><description>little note: GetMeukFromServer is GetStringFromServer ... couldn't edit my post, sorry</description><author>Nulkoud</author><pubDate>Wed, 02 Aug 2006 10:15:45 GMT</pubDate><guid isPermaLink="false">User Forum: RE: Can't run csharp method from webpage 20060802101545A</guid></item><item><title>User Forum: Can't run csharp method from webpage</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=AjaxProStarterKit&amp;ForumId=82&amp;ThreadId=581</link><description>Hi There,

I'm (very) new to Ajax so forgive me for asking stupid questions :)

I've got (for testing purpose) an asp webpage with a button on it. When I click on the button I want that a csharp method will return a string which I can alert or whatever.

The code:

"Main.aspx.cs"
In the Page_Load I've got:
AjaxPro.Utility.RegisterTypeForAjax(typeof(WebSite.Main));

and I created a method:
[AjaxPro.AjaxMethod]
[AjaxPro.AjaxServerCache(10)]
public static string GetStringFromServer()
{
   return "Muaaaah";
}

"Main.aspx"
In the &lt;script&gt; tags I created a function:
function getStringFromServer() {
  WebSite.Main.GetMeukFromServer(function(res){
    alert(res.value);
    }
  );
}

and I've got an imagebutton whick calls the function in the OnClientClick event.

When I run the page I get the error (after clicking on the button) "'WebSite' is not defined" (Hope I translated that right from Dutch)

Does anyone know what I do wrong?

thanks!

Stefan</description><author>Nulkoud</author><pubDate>Wed, 02 Aug 2006 10:14:31 GMT</pubDate><guid isPermaLink="false">User Forum: Can't run csharp method from webpage 20060802101431A</guid></item><item><title>User Forum: Error in VB with Page_Load</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=AjaxProStarterKit&amp;ForumId=82&amp;ThreadId=488</link><description>I've created a test project in ASP.NET 2.0 and I can't get past the Page_Load function.

No matter what I do I get the following notice:

"Error	77	'AjaxTest' is a type in 'EmailBlaster' and cannot be used as an expression.	C:\DotNetProjects2005\EmailBlaster\AjaxTest.aspx.vb	13	56	C:\DotNetProjects2005\EmailBlaster\
"

Here is my page class:

Namespace EmailBlaster

    Partial Class AjaxTest
        Inherits System.Web.UI.Page

        Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click

        End Sub

        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
            AjaxPro.Utility.RegisterTypeForAjax(TypeOf EmailBlaster.AjaxTest Is Page)
        End Sub
    End Class
End Namespace

Any ideas what I should do in VB?

Thanks,

King Wilder</description><author>kwilder</author><pubDate>Sun, 23 Jul 2006 21:35:57 GMT</pubDate><guid isPermaLink="false">User Forum: Error in VB with Page_Load 20060723093557P</guid></item><item><title>Developer Forum: Using AJAX</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=AjaxProStarterKit&amp;ForumId=80&amp;ThreadId=441</link><description>Hi,

i want do a page with some actions, but i don't want a postback.

How the better way to do that?

Sorry for my english, i'm brazilian.

Alberto.</description><author>albertofilho</author><pubDate>Sun, 16 Jul 2006 14:50:03 GMT</pubDate><guid isPermaLink="false">Developer Forum: Using AJAX 20060716025003P</guid></item><item><title>User Forum: RE: How does this compare to Atlas?</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=AjaxProStarterKit&amp;ForumId=82&amp;ThreadId=296</link><description>Check this out:
http://www.daniel-zeiss.de/AJAXComparison/Results.htm

This is good comparison of Ajax frameworks.

Kind regards from Poland
Mateusz Kierepka</description><author>kierepka</author><pubDate>Fri, 14 Jul 2006 07:22:20 GMT</pubDate><guid isPermaLink="false">User Forum: RE: How does this compare to Atlas? 20060714072220A</guid></item><item><title>Developer Forum: RE: ASP.NET 1.1</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=AjaxProStarterKit&amp;ForumId=80&amp;ThreadId=213</link><description>test post.  Please ignore</description><author>jrosenberg</author><pubDate>Thu, 13 Jul 2006 20:49:22 GMT</pubDate><guid isPermaLink="false">Developer Forum: RE: ASP.NET 1.1 20060713084922P</guid></item><item><title>CREATED ISSUE: Connection strings are not set on Autocomplete</title><link>http://www.codeplex.com/WorkItem/View.aspx?ProjectName=AjaxProStarterKit&amp;WorkItemId=855</link><description>connString is not set on methods Search and AdvancedSearch. No error is displayed on screen but no records neither.
Attached is the file corrected.
PP </description><author>pablop</author><pubDate>Mon, 10 Jul 2006 02:05:52 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Connection strings are not set on Autocomplete 20060710020552A</guid></item><item><title>UPDATED RELEASE: 6.7.5.1 Production</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AjaxProStarterKit&amp;ReleaseId=89</link><description></description><author></author><pubDate>Thu, 06 Jul 2006 15:25:06 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 6.7.5.1 Production 20060706032506P</guid></item><item><title>UPDATED RELEASE: 6.7.5.1 Special Build</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AjaxProStarterKit&amp;ReleaseId=89</link><description></description><author></author><pubDate>Thu, 06 Jul 2006 12:36:09 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 6.7.5.1 Special Build 20060706123609P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxProStarterKit&amp;title=Home&amp;version=3</link><description>*Welcome to the Ajax.NET Professional Starter Kit*
The Starter Kit includes several ASP.NET web pages that will make heavy use of Ajax.NET Professional to improve usability of the web page.

If you're using the Starter Kit and have found a bug, check out the _Issue Tracker_ section. If you're wanting to download the latest stable bits, use the _Releases_ tab, and if you want to get the latest source code bits, check out the _Source Code_ tab.

Online running version available at [url:http://munich.schwarz-interactive.de].

To download the Ajax.NET Professional library visit [url:http://www.ajaxpro.info].

Post any question to the Google group at [url:http://groups.google.com/group/ajaxpro].</description><author>interactive</author><pubDate>Thu, 06 Jul 2006 09:52:10 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060706095210A</guid></item><item><title>CREATED RELEASE: 6.7.5.1 Special Build</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AjaxProStarterKit&amp;ReleaseId=89</link><description></description><author></author><pubDate>Thu, 06 Jul 2006 09:47:34 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 6.7.5.1 Special Build 20060706094734A</guid></item><item><title>UPDATED RELEASE: 6.7.5.1 Production</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AjaxProStarterKit&amp;ReleaseId=89</link><description>First version.</description><author></author><pubDate>Wed, 05 Jul 2006 18:40:50 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 6.7.5.1 Production 20060705064050P</guid></item><item><title>UPDATED RELEASE: 6.7.5.1 Production</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AjaxProStarterKit&amp;ReleaseId=89</link><description></description><author></author><pubDate>Wed, 05 Jul 2006 18:40:27 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 6.7.5.1 Production 20060705064027P</guid></item><item><title>UPDATED RELEASE: 6.7.5.1 Special Build</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AjaxProStarterKit&amp;ReleaseId=89</link><description></description><author></author><pubDate>Wed, 05 Jul 2006 12:38:33 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 6.7.5.1 Special Build 20060705123833P</guid></item><item><title>UPDATED RELEASE: 6.7.5.1 Production</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AjaxProStarterKit&amp;ReleaseId=89</link><description></description><author></author><pubDate>Wed, 05 Jul 2006 09:49:54 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 6.7.5.1 Production 20060705094954A</guid></item><item><title>UPDATED RELEASE: 6.7.5.1 Production</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AjaxProStarterKit&amp;ReleaseId=89</link><description></description><author></author><pubDate>Wed, 05 Jul 2006 09:49:11 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 6.7.5.1 Production 20060705094911A</guid></item></channel></rss>