• 1 The Microsoft ASP.NET Team works with Superexpert
  • 1 Superexpert builds CreditRegistry website using ASP.NET MVC, JQuery and Entity Framework
Superexpert Blog
May2012 18

The purpose of this blog entry is to explain how you can group list items when displaying the items in a WinJS ListView control. In particular, you learn how to group a list of products by product category. Displaying a grouped list of items in a ListView control requires completing the following steps: Create a [...]

May2012 18

The goal of this blog entry is to provide a quick introduction to the ListView control – just the bare minimum that you need to know to start using the control. When building Metro style applications using JavaScript, the ListView control is the primary control that you use for displaying lists of items. For example, [...]

May2012 01

I'm happy to announce the May 2012 release of the Ajax Control Toolkit. This newest release of the Ajax Control Toolkit includes a new file upload control which displays file upload progress. We've also added several significant enhancements to the existing HtmlEditorExtender control such as support for uploading images and Source View. You can download [...]

Apr2012 20

As part of my job at Fred Hutchinson Cancer Research Center in Seattle, I work with SAS, a popular statistical software package. Well, like many real programs that still exist today, SAS uses Microsoft's ancient DDE prot...

Apr2012 09

Thank you everyone who attended my ASP.NET Connections talks last week in Las Vegas. I've attached the slides and code for the three talks that I delivered:   Using jQuery to interact with the Server through Ajax – In this talk, I discuss the different ways to communicate information between browser and server using Ajax. [...]

Mar2012 19

The purpose of this blog post is to provide you with a quick introduction to the new W3C CSS 3 Grid Layout standard. You can use CSS Grid Layout in Metro style applications written with JavaScript to lay out the content of an HTML page. CSS Grid Layout provides you with all of the benefits [...]

Mar2012 13

The latest versions of Google Chrome (16+), Mozilla Firefox (8+), and Internet Explorer (10+) all support HTML5 client-side validation. It is time to take HTML5 validation seriously. The purpose of the blog post is to describe how you can take advantage of HTML5 client-side validation regardless of the type of application that you are building. [...]

Mar2012 12

Dear Colleague,

We would like to extend you an invitation to submit abstracts for consideration to speak at the Fall 2012 Microsoft ASP.NET Connections conference (part of DevConnections) in Las Vegas, October 29-Nov 1, 2012.

The deadline for submissions is Tuesday, April 3, 2012. For submitting sessions, please use this URL: http://www.deeptraining.com/devconnections/abstracts ...

Mar2012 05

I am a huge fan of Ajax. If you want to create a great experience for the users of your website – regardless of whether you are building an ASP.NET MVC or an ASP.NET Web Forms site — then you need to use Ajax. Otherwise, you are just being cruel to your customers. We use [...]

Feb2012 29

If you are building a Metro style application then your application needs to look great when used on a wide variety of devices. Your application needs to work on tiny little phones, slates, desktop monitors, and the super high resolution displays of the future. Your application also must support portable devices used with different orientations. [...]