» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with .NET + JavaScript

MVC JSON - JsonResult and jQuery

The latest release of the MVC framework provides the JsonResult for Controller actions. I was surprised that I did not find a weatlh of examples for usage so I figured it shouldn't be too hard to get a decent example going. It turns out, it was even easier than I anticipated. I wanted to create an example where I would invoke an AJAX call to dynamically populate a dropdown list.

technology: dzone.com: tech links

Dropthings - Ajax Web Portal - Home

Dropthings Javascript based framework for drag n drop parts

opensource: del.icio.us tag/opensource

Using jQuery Plugins with ASP.NET

The controls found in the AjaxControlToolkit fit perfectly into the ASP.NET programming model (as to be expected). You can configure the controls properties through the markup which in turn affects how the control's display and behavior on the client. Many of the control's properties support databinding so using the controls within a databound control like a ListView or a GridView is no big deal.

technology: dzone.com: tech links

jQuery for Asp.net MVC preview 3

So, quite some things have changed in jQuery for Asp.net Mvc preview 3, which made me decide to change a lot in the jQuery for Asp.net mvc (jqmvc) too. To start with most radical one: I ditched the ajax.master. This little ‘framework’ does not rely on a special masterpage in your website from now on. Since things have radically changed, I’ll start all over again on how to use this project.

technology: dzone.com: tech links

UFrame - DIV meets the IFRAME

UFrame combines the goodness of UpdatePanel and IFRAME in a cross browser and cross platform solution. It allows a DIV to behave like an IFRAME loading content from any page either static or dynamic. It can load pages having both inline and external Javascript and CSS, just like an IFRAME. But unlike IFRAME, it loads the content within the main document and you can put any number of UFrame on your page without slowing down the browser. It supports ASP.NET postback nicely and you can have DataGrid or any other complex ASP.NET control within a UFrame. UFrame works perfectly with ASP.NET MVC making it an replacement for UpdatePanel. Best of all, UFrame is implemented 100% in Javascript making it a cross platform solution. As a result, you can use UFrame on ASP.NET, PHP, JSP or any other platform.

technology: dzone.com: tech links

Use jQuery and ASP.NET AJAX to build a client side Repeater

There was some interesting discussion on Matt Berseth’s blog recently, regarding methods for building and displaying markup on the client side. Though I haven’t posted any examples here before, rendering markup on the client is a technique that I use often and recommend.

technology: dzone.com: tech links

Programmer Puzzle: Drawing ASCII Art in the Shortest Code

This weeks programmer puzzle challenge - to draw some ascii art shapes in the shortest possible code... have fun.. :-)

technology: dzone.com: tech links

How to prevent the personal information in a Web page from being extracted by a crawler?

As a blogger or web master, you may have to expose some personal information in your web pages, the most common information is the contact email address. This article presents a way to prevent your personal information in a web page from being extracted by a crawler and then used for spamming by converting this information into ASCII code, then you can use Javascript to display it.

technology: dzone.com: tech links

Getting jQuery Goodness into ASP.NET AJAX - Take II

A more powerful selector. Finding elements by ID (ala $get) in an ASP.NET page is usually pretty awkward because the ID values isn't known until runtime. This alone causes many people problems. Unless I am mistaken the next version of ASP.NET AJAX will include a selector to find items by class name as well, but I have not heard anything for supporting more advanced stuff like ...

technology: dzone.com: tech links

To JSON or not to JSON?

I want to introduce some performance testing about DataContractJsonSerializer against DataContractSerializer. But first, I want to explain what is JSON and DataContractJsonSerializer?

technology: dzone.com: tech links

Kirk Allen Evans's Blog : Use LINQ and .NET 3.5 to Convert RSS to JSON

Scott Guthrie posted a great example of how to create a feed reader using LINQ to XML. Today, I see Tim Heuer's post on the JavaScriptSerializer type in .NET 3.5. So, I thought I would mash them up and show how to use LINQ to implement Tim's idea of con

json: del.icio.us/tag/json

Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5 - ScottGu's Blog

Earlier this year I blogged about a new language extensibility feature of C# and VB called "Extension Methods". Extension methods allow developers to add new methods to the public contract of an existing CLR type, without having to sub-class it or recom

json: del.icio.us/tag/json

FormFaces.com

<sep/>utilizes AJAX techniques and can be seamlessly integrated with AJAX applications. This means that XForms+HTML can be sent directly to the browser where JavaScript transcodes the XForms controls to HTML<sep/>

XForms: del.icio.us/tag/XForms

jQuery Code Magazine Editorial Posted

My jQuery editorial for the Code Magazine Newsletter went live today. It turned into a rather lengthy affair (what else is new?) even though it's a high level editorial and so doesn't show code. The piece discusses jQuery's functionality, benefits and some considerations for ASP.NET integration, but keep in mind that this is an editorial discussion rather than a 'how to article' (which will follow soon). You can also post comments here if you like.

technology: dzone.com: tech links

Json.NET - Home

The Json.NET library makes working with JSON formatted data in .NET simple. Quickly read and write JSON using the JsonReader and JsonWriter or serialize your .NET<sep/>

json: del.icio.us/tag/json

Page 1 | Next >>