|
|
Latest AJAX stories
|
|
submitted by
ranw
6 hours, 24 minutes ago
blogs.microsoft.co.il — In this post I'll explain in how to send complex typed data between web service and SilverLight client
code. In order to avoid security issues I'll use JavaScript as mediator between my server code and SilverLight
code.
read more...
add a comment
|
category: AJAX | Views: 0
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ranw
8 hours, 22 minutes ago
blogs.microsoft.co.il — As most of you know, although our computer displayed time moves forward
by an hour on DST period, It's time isn't changing actually, it just moves to
it's neighboring time zone.
This is in order not to change the computer UTC so different DST setting on different
countries won't cause actual time difference between computers.
However, many system administrators doesn't know how to configure correctly
the time zone shift and instead they simply setting the clock forward / backwards by
one hour. read more...
add a comment
|
category: AJAX | Views: 0
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
MikeBorozdin
1 day, 5 hours ago
dotnetslackers.com — The ASP.NET AJAX framework, along with the AJAX Control Toolkit that adds additional controls, extenders, and other client and server objects, provides a new unique way to develop .NET controls. It leverages the existing structures in JavaScript to create a wide array of add-ons that make developing JavaScript code easier than what it was. read more...
add a comment
|
category: AJAX | Views: 1
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
MikeBorozdin
1 day, 5 hours ago
dotnetslackers.com — The ASP.NET AJAX framework, along with the AJAX Control Toolkit that adds additional controls, extenders, and other client and server objects, provides a new unique way to develop .NET controls. It leverages the existing structures in JavaScript to create a wide array of add-ons that make developing JavaScript code easier than what it was. read more...
add a comment
|
category: AJAX | Views: 1
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vivekamar
1 day, 17 hours ago
dotnetcurry.com — The ASP.NET AJAX Interview Questions contains the most frequently asked questions in ASP.NET AJAX. These lists of questions will gauge your familiarity with the ASP.NET AJAX platform. read more...
add a comment
|
category: AJAX | Views: 9
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vivekamar
1 day, 17 hours ago
dotnetcurry.com — The ASP.NET AJAX Interview Questions contains the most frequently asked questions in ASP.NET AJAX. These lists of questions will gauge your familiarity with the ASP.NET AJAX platform. read more...
add a comment
|
category: AJAX | Views: 9
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
xxXd
2 days, 3 hours ago
dotnetslackers.com — ASP .net ajax extenders carry the promise of a plug-and-play. You plug your usb drive, there you get an extra drive. Take the example of cascadingdropdown extenders, it works for straightforward, immediate parent-child depency scenarios, however, it does not work in scenarios where a child's values need to be drived not only from parent, but also grandparent. Thus, we need to reinvent the wheel and rewrite the cascading controls
read more...
add a comment
|
category: AJAX | Views: 13
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 8 hours ago, submitted by
Sanjeevana
2 days, 12 hours ago
weblogs.asp.net — This is part 2 of my series for ASP.NET AJAX and JQuery comparison. You can read part 1 here. In my last 2 articles (Dynamically create ASP.NET user control using ASP.NET Ajax and Web Service and Dynamically create ASP.NET user control using JQuery and JSON enabled Ajax Web Service), I explained how to access JSON data from ASP.NET AJAX script service using ASP.NET AJAX client side framework and JQuery. In this post I will compare response/ request for these two implementations. read more...
add a comment
|
category: ASP.NET | Views: 236
|
|
tags:
Tips, JSON, VB.NET, XML, WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
xxXd
4 days ago
dotnetslackers.com — Bugs bite. With programming, bugs break your application; sour the relationship with the users. So by all means, debug!
FireBug is a gem of bug for debugging. You can also debug with web development helper as well as native visual studio script debugger. read more...
add a comment
|
category: AJAX | Views: 8
|
|
tags:
AJAX, Debugging | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
xxXd
4 days ago
dotnetslackers.com — Bugs bite. With programming, bugs break your application; sour the relationship with the users. So by all means, debug!
FireBug is a gem of bug for debugging. You can also debug with web development helper as well as native visual studio script debugger. read more...
add a comment
|
category: AJAX | Views: 8
|
|
tags:
AJAX, Debugging | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
MikeBorozdin
5 days, 1 hour ago
mikeborozdin.com — In this tutorial we use the Slider control and assign a JavaScript event handler to it to change the size of the image on the page. read more...
add a comment
|
category: AJAX | Views: 2
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spavkov
5 days, 3 hours ago
aspdotnetfaq.com — Recently I needed to disable some ASP.NET RequiredFieldValidator controls on one page depending on the user input.
This is trivial you say. But the problem was that this needed to occur instantly on Client Side based on the state of one CheckBox control and not after a full page PostBack.
There is a simple way to do this... read more...
add a comment
|
category: ASP.NET | Views: 8
|
|
tags:
AJAX, Validation, ASP.NET, JScript | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
xxXd
5 days, 5 hours ago
dotnetslackers.com — Intellisense is to programming as Google Suggest to search. In visual studio 2005 and its precessors, we have very nice intellisense support on the server side. Now with Visual Studio 2008, we got great Intellisense support on JavaScript too. read more...
1 comment
|
category: AJAX | Views: 25
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 days, 12 hours ago, submitted by
rimsystems
7 days, 2 hours ago
weblogs.asp.net — See how the jQuery Validation plugin can be used with the MVC framework to validate all the inputs in a form before it is submitted to the controller. read more...
add a comment
|
category: AJAX | Views: 264
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
You are the editor:
What else?
|