Showing posts with label applications. Show all posts
Showing posts with label applications. Show all posts

Wednesday, March 28, 2012

ASP.NET AJAX Sample applications - SimpleList

Hi,

I also just started learning ASP.NET AJAX for real and I wanted to check out theSamples that one can download. I thought using the SimpleList would be the easiest but I soon found out that when you want to run the DragOverlayExtender began complaining. Seemed the web.config isn't complete. I added these extra lines in order to get it to work:

 <profile> <properties> <add name="dragOverlayPosition"/> </properties> </profile>

and

 <profileService enabled="true" readAccessProperties="dragOverlayPosition" writeAccessProperties="dragOverlayPosition" />

I hope this helps other people out that are just starting to play around with the samples

If you like to read more about it...

Grz, Kris.

Thanks for sharing Kris...Please continue to do so.

Salute,

Mark Wisecarver

Saturday, March 24, 2012

asp.net ajax

Hello, We have Visual Studio 2003, if we are now interesting in the advantage of asp.net ajax to improve user experience in our web applications, what do we have to do? I guess change VS 2003 to VS 2005, Am I rigth, what else?

If you want to use ASP.NET AJAX you must indeed change to vs2005. There are a several other frameworks that you can use with vs2003. For a detailed list check out:

http://www.ajaxdiff.com/Default.aspx?filter=dotnet

I Like the Anthem toolkit because the complete AJAX Functionality is build i server controls.


You certainly have to upgrade to VS2005 or Visual Web Developer to take the full advantage of Asp.net Ajax. But in case if you still want to stuck with VS 2003 checkout this posthttp://geekswithblogs.net/rashid/archive/2007/07/21/Asp.net-Ajax-and-VS2003.aspx