(Advertisment)
German Wear Discount Shop - Click Here
[Dot]Net-Friends
Skip Navigation Links
Home
Latest
Fast Code
Articles
Tutorials
Online Resources
Forums
Login   | Hi, Guest



Latest Articles at ASP .NET
 

Getting ELMAH to work with WCF services

Learn how to use ELMAH with WCF services. (Read more)
[By(Dustin Davis) :: Date(29/07/2010)]

Designing the Folder Structure of the ASP.NET Web Application

This article describes a way to design the folder structure of ASP.NET web application and utilize the default features provided by ASP.NET framework. (Read more)
[By(Sundeep Podugu) :: Date(28/07/2010)]

What's New in ASP.NET 4 - ClientID Generation for a Cleaner MarkUp

In order to avoid naming conflicts in controls, ASP.NET 2.0/3.5 used ClientID's, which made each control generate the ID attribute unique to that page. However the ID's generated were long and unpredictable. ASP.NET 4, through the new ClientIDMode property, now gives control back to the developer over the ClientID's generated by ASP.NET controls. In this article, we will explore this new property. (Read more)
[By(Suprotim Agarwal) :: Date(27/07/2010)]

Using ASP.NET MVC 2 to Query Twitter's Public API

The following article demonstrates how to use ASP.NET to query Twitter's public API. (Read more)
[By(Malcolm Sheridan) :: Date(26/07/2010)]

WebMatrix - Consistent Look and Feel With Razor

Most web development frameworks provide features that assist with creating a consistent look and feel across pages, or make provision for managing reusable partial content, such as headers and footers. The Web Pages framework is no exception. This article examines the core features offered by its Razor view engine for handling templated layouts and common blocks of content. (Read more)
[By(Mike Brind) :: Date(25/07/2010)]

Validating a Dynamic UI with MVC 2

This article shows can to validate a dynamic UI by leveraging a custom model binder which does Input validation rather than Model validation. This solution includes customizations needed to perform client-side validation as well. (Read more)
[By(Steve Michelotti) :: Date(24/07/2010)]

Sorting GridView Using jQuery tablesorter Plug-in

jQuery is considered the most powerful JavaScript library available to the developers. The main power of the jQuery library lies in the fact that it allows other developers to easily extend the library by adding custom plug-ins. In this article we are going to demonstrate how to use the tablesorter jQuery plug-in to sort the rows of the GridView control. (Read more)
[By(Mohammad Azam) :: Date(23/07/2010)]

Extending ASP.NET Web Pages - Create Your Own Helpers

The Beta1 version of WebMatrix comes with a number of Web Pages helpers to make your life simple. These include helpers to work with file uploading, images, email, caching, grids, Twitter feeds and a lot more. Adding your own helpers is quite easy, as this article shows. (Read more)
[By(Mike Brind) :: Date(22/07/2010)]

Integrating the TinyMCE editor with ASP.NET

This article will look at how to integrate the TinyMCE editor, one of the best known open source WYSIWYG editors, to take user input in your ASP.NET application. (Read more)
[By(Manjunath s) :: Date(21/07/2010)]

Creating 3D Charts Using Microsoft Chart Controls

In the last article we covered how to get started with the chart controls. The article covered the basics of using the chart controls. In this article we are going to demonstrate how to draw 3D charts using Microsoft Chart Controls. (Read more)
[By(Mohammad Azam) :: Date(20/07/2010)]

Creating a Custom View Engine for ASP.NET MVC Leveraging the Text Template (T4) Engine

This post is about creating a custom View Engine for ASP.NET MVC, leveraging the Text Template (T4) infrastructure already out there. We'll explore how view engines are invoked, how to support partial rendering, and how to Support multiple View Types (our view engine will support both aspx/ascx files and tt files) (Read more)
[By(Anoop Madhusudanan) :: Date(19/07/2010)]

Routing in ASP.NET 4 Web Forms

This blog explains the routing feature available in ASP.Net version 4. A simple example has been provided to understand how to implement Routing in web form applications (Read more)
[By(Sreeju Nair) :: Date(18/07/2010)]

Calling a WCF Data Service From jQuery

The article explains how to consume a WCF Data Service (OData feed) with the jQuery library. (Read more)
[By(Gil Fink) :: Date(17/07/2010)]

Representing user input

This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss designing a model to represent the data coming into an application. ASP.NET MVC 2 features coupled with a strong input model make it easy to work with user input in an application. (Read more)
[By(Manning Publications) :: Date(16/07/2010)]

Ajax, Asp.net Ajax, jQuery – Misconceptions and Facts

There seems to be some confusion among a lot of developers about Asp.net Ajax. This article will hopefully clear some doubts regarding what it is, what it isn’t and where jQuery comes in. (Read more)
[By(Ashic Mahtab) :: Date(13/07/2010)]

Google Map 3 with Multiple locations using Asp.Net C#

This article explains how to dynamically render multiple locations on a map using the Google Map Version 3 API and code behind (via a database or any other data source). (Read more)
[By(Deepu Madhusoodanan) :: Date(12/07/2010)]

ASP.NET MVC and File Uploads

Managing file uploads with ASP.NET MVC. (Read more)
[By(Dino Esposito) :: Date(11/07/2010)]

ASP.NET Application and Page Life Cycle

This article describes the different events which take place from the time the user sends a request until the request is rendered on the browser, and the kind of logic that should go into each of these events. (Read more)
[By(Shivprasad Koirala) :: Date(10/07/2010)]

Understanding ClientIDMode Mode Feature in ASP.NET 4

In this article Mohammad Azam demonstrates how to create manageable control IDs using new features in ASP.NET 4. (Read more)
[By(Mohammad Azam) :: Date(09/07/2010)]

WebMatrix - A First Application

This article will take a first look at WebMatrix - Microsoft's new IDE for developing Web Pages applications. In it, I will cover a number of the core features that will make Web Matrix the ideal starter's web development framework as I create a very simple application. (Read more)
[By(Mike Brind) :: Date(08/07/2010)]

Latitude and Longitude Lookup with jQuery, C#, ASP.NET MVC

This article covers automatically determining the latitude and longitude coordinates given a zip code. The use is primarily for mapping applications where end users don't have the technical know-how to look them up, or it isn't realistic to request users to look them up. (Read more)
[By(Bill Sternberger) :: Date(07/07/2010)]

Leveraging ASP.NET Personalization

This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss setting up and editing a profile. (Read more)
[By(Manning Publications) :: Date(06/07/2010)]

Architecture Guide: ASP.NET MVC + N-tier + Entity Framework and Many More

The article shows you how to use ASP.NET MVC to architect a small Document Management System. (Read more)
[By(Nirosh) :: Date(05/07/2010)]

Using Script Reference Profiler to Improve the Performance of an ASP.NET AJAX page

This article demonstrates how to use Script Reference Profiler to improve the performance of an ASP.NET AJAX page. (Read more)
[By(Girish Dagdiya) :: Date(04/07/2010)]

TextBox AutoComplete with ASP.NET and jQuery UI

This article demonstrates how to use the jQuery UI AutoComplete widget to consume an ASP.NET Web Service that is JSON serialized. (Read more)
[By(Suprotim Agarwal) :: Date(03/07/2010)]

ASP.NET MVC 2.0 Areas

A look at ASP.NET MVC 2.0 Areas. (Read more)
[By(Brian Mains) :: Date(02/07/2010)]

Using LINQ Distinct: With an Example on ASP.NET MVC SelectListItem

This article demonstrate how to make LINQ Distinct work with any custom class. (Read more)
[By(Joe Mayo) :: Date(01/07/2010)]

Code Optimization in ASP.NET

This article gives a simple checklist that can be compared against any ASP.NET web page to optimize it. (Read more)
[By(Amit) :: Date(30/06/2010)]

Persisting CheckBox State While Paging in GridView Control

This article demonstrates how to persist the state of the Checkbox control while paging in the GridView control. (Read more)
[By(Mohammad Azam) :: Date(29/06/2010)]

Securing Dynamic Data 4 (Replay)

This is an updated version of the series Securing Dynamic Data Preview 4 from July 2009 here I plan to streamline the class libraries for the RTM version of Dynamic Data 4 and Visual Studio 2010. (Read more)
[By(Stephen J Naughton) :: Date(28/06/2010)]

ViewStateMode in ASP.Net 4.0

The enhancements in the ASP.Net 4.0 includes a ViewStateMode property that provides more control over how the Viewstate is handled. (Read more)
[By(Sreeju Nair) :: Date(27/06/2010)]

Using AntiForgeryToken with other verbs than POST (and ActionLinks)

This article describes a way of using AntiForgeryToken with ActionLinks and other verbs than POST. (Read more)
[By(Tomasz Peczek) :: Date(26/06/2010)]

ASP.NET MVC: Creating vCard Action Result

I added support for vCards to one of my ASP.NET MVC applications. I worked vCard support out as very simple and intelligent solution that fits perfectly to ASP.NET MVC applications. In this posting I will show you how to send vCards out as response to ASP.NET MVC request. (Read more)
[By(Gunnar Peipman) :: Date(25/06/2010)]

ASP.NET 4.0 : Manipulate ClientID using ClientIDMode

In this article I will discuss how you can manipulate the ClientId of each control being rendered in the browser. The article also demonstrates how you can use Predictable ClientId for data bound controls. (Read more)
[By(Abhishek Sur) :: Date(24/06/2010)]

Using ASP.NET Charting in ASP.NET MVC

In this blog post I will talk about how to use ASP.NET Charting controls(which Microsoft announced last year) in a ASP.NET MVC application. (Read more)
[By(Venkata Koppaka) :: Date(23/06/2010)]

Uploading and Displaying Files Using ASP.NET MVC Framework

Uploading files to a server is a common operation of many websites. In this article we will focus on how to upload image files using the ASP.NET MVC Framework and display the images using our custom Image HtmlHelper. (Read more)
[By(Mohammad Azam) :: Date(22/06/2010)]

Hide/Show ValidatorCalloutExtender Control Using JavaScript

In my previous blog post we saw how to call validation controls from JavaScript. In this post we see how to show and hide an ASP.NET Ajax Control Toolkit ValidatorCalloutExtender control using JavaScript. (Read more)
[By(Sandeep P.R) :: Date(21/06/2010)]

Creating an ASP.NET report using Visual Studio 2010

A three part set of blog posts that detail how to use client report definition format(.rdlc), ASP.NET 4 and VS 2010 to create a dynamic reporting solution. (Read more)
[By(Raj Kaimal) :: Date(20/06/2010)]

How to Search a Website Using ASP.NET 3.5

This article and screencast show how to implement simple search functionality in an ASP.NET website. It goes through many new features in ASP.NET 3.5, such as LINQ and many of the Ajax controls that ship with Visual Studio/Web Developer. (Read more)
[By(Jeffrey Way) :: Date(19/06/2010)]

Check for Existing Values with ASP.NET CustomValidator + jQuery $.ajax()

Briefly details the use of an ASP.NET CustomValidator control along with jQuery to check for existing values on the server without a postback. Not exactly Ajax, as the request to the server is done synchronously. Includes sample code. (Read more)
[By(Brian Dobberteen) :: Date(18/06/2010)]

Building A Custom ActionResult in MVC 2 To Download Excel Files

The following article demonstrates how to create a custom ActionResult to allow users to download Microsoft Excel files using ASP.NET MVC 2. (Read more)
[By(Malcolm Sheridan) :: Date(17/06/2010)]

How to configure Visual Studio 2010 code coverage for ASP.NET MVC unit tests

I just got Visual Studio 2010 code coverage work with ASP.NET MVC application unit tests. Everything is simple after you have spent some time with forums, blogs and Google. To save your valuable time I wrote this posting to guide you through the process of making code coverage work with ASP.NET MVC application unit tests. (Read more)
[By(Gunnar Peipman) :: Date(16/06/2010)]

Continuous Scrolling Pattern Using JavaScript and ASP.NET

This article explains how new items can be loaded while you scroll down a list of content. (Read more)
[By(Janko Jovanovic) :: Date(15/06/2010)]

Neat Routing Technique for Restricting Access to Tables In Dynamic Data

This is a way to restrict which tables the catch all routes in Dynamic Data processes, allowing you to specify routes that only allows List or Edit etc. (Read more)
[By(Stephen J Naughton) :: Date(14/06/2010)]

Google Sitemap Generation From A Custom SiteMapResult

My previous article showed how to use a custom ActionResult and the classes within WCF to generate an RSS feed. There are no similar classes to help build a valid Google Site Map for an ASP.NET MVC application. So here's how you can build your own. (Read more)
[By(Mike Brind) :: Date(13/06/2010)]

How to Execute SSIS Packages in C# ASP.NET Part II

In the previous article of this series we created an SSIS Package. In this article we are going to execute that Package in our c# code. Remember in SQL 2000 there was something called DTS’s but in SQL 2005 there is SSIS. Now we are going to see how easy it is to execute our previous package. (Read more)
[By(Vuyiswa Maseko) :: Date(12/06/2010)]

Return Multiple Objects Using ASP.NET MVC'S JsonResult Class

The following article demonstrates how to return multiple objects in ASP.NET MVC using the JsonResult class. (Read more)
[By(Malcolm Sheridan) :: Date(11/06/2010)]

ASP.NET Page Curls using jQuery

In this short article, I will show you how to use this jQuery plug-in to add curls to your existing ASP.NET pages. (Read more)
[By(Suprotim Agarwal) :: Date(10/06/2010)]

Securing ASP.Net Web Services with Forms Authentication

In this article we show how Forms Authentication can be used to secure ASP.Net Web Services, using the built-in ASP.Net Membership Provider classes which utilize SQL Server to store usernames and passwords. (Read more)
[By(Andrew Freemantle) :: Date(09/06/2010)]

RSS Feed Generation From a Custom RssResult

When I looked at producing RSS Feeds in ASP.NET MVC before, I used the ContentResult method to return XML. Best Practice suggests that you should create a new ActionResult if required. So this article looks at creating an RssResult, and a different way to generate the feed itself. (Read more)
[By(Mike Brind) :: Date(08/06/2010)]

Encrypted Hidden Inputs in ASP.NET MVC

In this article, Ashic Mahtab shows an elegant, reusable and unobtrusive way in which to persist sensitive data to the browser in hidden inputs and restoring them on postback without needing to change any code in controllers or actions. (Read more)
[By(Ashic Mahtab) :: Date(07/06/2010)]

Endless GridView Scrolling Using jQuery Plugin

In the last article we introduced the jQuery Endless Scroll plugin which can be used to perform infinite vertical scrolling. In this article we are going to use the GridView control and fetch small sub set of records using Ajax and Endless jQuery plugin. (Read more)
[By(Mohammad Azam) :: Date(06/06/2010)]

Simple Accordion Menu With jQuery & ASP.NET

Simple accordion menu with ASP.Net & jQuery (Read more)
[By(Steve Boschi) :: Date(05/06/2010)]

Deveploy a Userver Control

Develop like a user control. Deploy like a server control. (Read more)
[By(Jing Ding) :: Date(04/06/2010)]

CascadingDropDown jQuery Plugin for ASP.NET MVC

CascadingDropDown is a jQuery plug-in that can be used by a select list to get automatic population using AJAX in an ASP.NET MVC project. (Read more)
[By(Raj Kaimal) :: Date(03/06/2010)]

Encrypted Hidden Redux : Let's Get Salty

In this article, Ashic Mahtab shows an elegant, reusable and unobtrusive way in which to persist sensitive data to the browser in hidden inputs and restoring them on postback without needing to change any code in controllers or actions. The approach incorporates a per session salt during encryption. (Read more)
[By(Ashic Mahtab) :: Date(02/06/2010)]

ASP.NET MVC 2.0 Using Multiple Actions

Brian Mains explains how to use multiple actions in ASP.NET MVC 2.0. (Read more)
[By(Brian Mains) :: Date(01/06/2010)]

Consuming a WCF / ASMX / REST Service Using JQuery

This step by step tutorial demonstrates how to consume WCF, ASMX, and REST services from an application using JQuery. (Read more)
[By(Sridhar Subramanian) :: Date(31/05/2010)]

Creating a New Website Programmatically on IIS Using ASP.NET and C#

This article describes how to create a new web site on IIS using ASP.NET and C#. It covers all details from coding to configuration settings required to create a website on IIS. (Read more)
[By(Sundeep Podugu) :: Date(30/05/2010)]

ASP.NET MVC 2 Localization Complete Guide

This is a guide for localizing ASP.NET MVC web applications which covers culture switching and localization of views, validation messages, DisplayName attribute and OutputCache. (Read more)
[By(Alexander Adamyan) :: Date(29/05/2010)]

Creating a Simple Imageless Captcha Control Using the ASP.NET MVC Framework

While working on the AzamSharpNoSqlBlogSolution project we had the need for a Captcha control. The main purpose of the Captcha is to keep the spammers, robots posting on the site. In this article we are going to learn how to create an imageless captcha control using ASP.NET MVC framework. (Read more)
[By(Mohammad Azam) :: Date(28/05/2010)]

Filtering RSS Feed using LINQ and Binding to an ASP.NET GridView

In this article, we will see how to read and filter an RSS Feed using LINQ to XML. (Read more)
[By(Suprotim Agarwal) :: Date(27/05/2010)]

Building a Simple Logging Http Module with Logging Application Block

The article shows how to use the fluent configuration API for the Logging Application Block in Enterprise Library 5 within an http module. (Read more)
[By(Gil Fink) :: Date(26/05/2010)]

24 Best Practices for Ajax Implementations

Implementing Ajax technology can be a hit or miss thing. Do it well and you'll have users raving over the slickness it provides to the general user experience while if you mess it up, you'll be at the receiving end of their wrath. (Read more)
[By(Siddharth) :: Date(25/05/2010)]

Customizing Fields in ASP.Net Dynamic Data Website

A real business world application requires a lot of customization on basic templates of dynamic data website to achieve our final goal. In this article, we will see how to customize a field displayed in the Dynamic Data website. (Read more)
[By(Satheesh Babu) :: Date(24/05/2010)]

ASP.NET MVC2 Client Validation

This article walks through how to build a simple contact me page by using ASP.NET MVC2's Model Validation techniques. (Read more)
[By(Venkata Koppaka) :: Date(23/05/2010)]

4 Steps to Consume Web Services Using Ajax (includes video tutorial)

In this article we will try to understand the 4 important steps to consume web service directly in Ajax. In this sample we will create a simple customer combo box and fill it by calling the customer web service methods directly. (Read more)
[By(Shivprasad Koirala) :: Date(22/05/2010)]

Ajaxify your ASP.NET MVC Application

Ajax has been an important part of web development. Nowadays, most websites utilize the power of Ajax. In this article we will focus on how to use Ajax with the ASP.NET MVC Framework. (Read more)
[By(Mohammad Azam) :: Date(21/05/2010)]

What's New in ASP.NET 4.0 – SEO Enhancements with MetaKeywords and MetaDescription properties

In this article, we will take an overview of the two new properties added to the Page class in ASP.NET 4.0 – MetaKeywords and MetaDescription. (Read more)
[By(Suprotim Agarwal) :: Date(20/05/2010)]

Three Ways to Populate a Select Element with ASP.NET MVC and jQuery

The following article demonstrates three ways to populate a select element using ASP.NET MVC and jQuery. (Read more)
[By(Malcolm Sheridan) :: Date(19/05/2010)]

Exception Handling Best Practices in ASP.NET Web Applications

Exception handling plays an important part of application management and user experience. If implemented correctly it can make maintenance easier and bring the user experience to a higher level. If not, it can be a disaster. (Read more)
[By(Janko Jovanovic) :: Date(18/05/2010)]

Asynchronous TreeView in ASP.NET WebForms

This post demonstrates how to create an asynchronous TreeView in ASP.NET WebForms using jQuery TreeView plugin (Read more)
[By(Tomasz Peczek) :: Date(17/05/2010)]

Golf Tracker MVC App Overview

This is the first is a series of articles where I build a complete n-Tier ASP.NET MVC 2 application from scratch before your eyes. I use a number of different technologies to help me build this application, including Unity, MvcContrib, Telerik Extentions for ASP.NET MVC, NUnit, Rhino Mocks and more. (Read more)
[By(King Wilder) :: Date(16/05/2010)]

ASP.NET MVC 2.0 Templating

Templating is now in the ASP.NET MVC 2.0 framework, for .NET framework 3.5 and 4.0. We are going to take a look at these features. (Read more)
[By(Brian Mains) :: Date(15/05/2010)]

Create a SlideShow with ASP.NET Panels using jQuery

This article demonstrates how to display ASP.NET Panels one after the other, and after a fixed duration, like a slide show. (Read more)
[By(Suprotim Agarwal) :: Date(14/05/2010)]

Handle JSON Exceptions Gracefully in ASP.NET MVC 2

The following article demonstrates how to handle exceptions gracefully when calling Ajax methods using ASP.NET MVC 2. (Read more)
[By(Malcolm Sheridan) :: Date(13/05/2010)]

ASP.NET for PHP Developers: Part 2

This article aims at programmers who wish to switch from PHP to ASP.NET. (Read more)
[By(Chris Taylor) :: Date(12/05/2010)]

Building a Data Grid in ASP.NET MVC

In this post I’m going to show how you can build a Data Grid in ASP.NET MVC which has the sorting and paging features while you have enough control over the generated HTML and more important you do this in a testable manner. (Read more)
[By(Ali Bastani) :: Date(11/05/2010)]

Sessions and Shopping Carts

Managing shopping carts using Sessions is the source of much confusion for beginners. This article looks at how to do this so that items can be added and removed by customers easily before they commit to their purchase. (Read more)
[By(Mike Brind) :: Date(08/05/2010)]

Making ASP.NET Output Cache Work with Post-Back

This article demonstrates how you can bypass output caching during post-back using a HTTP module: get the benefits of post-back while losing none of the goodness of output caching! (Read more)
[By(Keith) :: Date(07/05/2010)]

A New Way To Do Column Generation in Dynamic Data V2

There have been several questions on the Dynamic Data Forum saying things like IAutoFieldGenerator does not work with Details, Edit and Insert pages. This is because these page template have now moved to FormView which allows for us to have the nice new Entity Templates and this is cool; but leaves us with the issue of having to do custom column generation in two ways one for form view and one for GridView in List and ListDetails pages. (Read more)
[By(Stephen J. Naughton) :: Date(06/05/2010)]

A Quick Start Lesson on the ASP.NET ImageMap Control

The article illustrates how to use ImageMap to create an introduction of the planets in Solar System via VB.NET language. When the planet in the image is clicked, the brief information of this planet will be displayed under the image and the iframe will navigate to the corresponding page in Wikipedia. (Read more)
[By(Bravo Yang) :: Date(05/05/2010)]

Storing ASP.NET MVC Controllers & Views in separate assemblies

A lot of people asked me why I would ever want to store views in a separate assembly. This article is going to answer that question with a CMS example. (Read more)
[By(Dustin Davis) :: Date(04/05/2010)]

Populate an ASP.NET ListBox From JSON Results Using jQuery

This article demonstrates how to populate an ASP.NET ListBox using data coming from a JSON serialized ASP.NET web service. (Read more)
[By(Suprotim Agarwal) :: Date(03/05/2010)]

Building AJAX Based Navigation list in ASP.NET MVC and LINQ

In this article we are going to learn how to develop a custom HTML navigation helper for ASP.NET MVC. The navigation from one set of result to another is done using AJAX. I have used VS 2008 and ASP.NET MVC 1.0. (Read more)
[By(Devesh Kumar) :: Date(02/05/2010)]

Inside the ASP.NET MVC Controller Factory

In this article, I'll go through the process of customizing the controller factory to show that the controller name doesn't necessarily result from a token contained in the URL. (Read more)
[By(Dino Esposito) :: Date(01/05/2010)]

Validating the Contact Manager with MVC 2.0 and VS 2010

The focus of this article is validating the Model in my Contact Manager application using DataAnnotations. And it also touches on a couple of other new features in the latest ASP.NET MVC 2.0 release. (Read more)
[By(Mike Brind) :: Date(30/04/2010)]

Asynchronous TreeView in ASP.NET MVC

This post demonstrates how to create an asynchronous TreeView using ASP.NET MVC and jQuery TreeView plugin (Read more)
[By(Tomasz Pęczek) :: Date(29/04/2010)]

Building ASP.NET Validator using Data Annotations

In this post I’m going to describe an implementation of ASP.NET validator that uses the new System.ComponentModel.DataAnnotations assembly that comes in .NET 4. (Read more)
[By(Gil Fink) :: Date(28/04/2010)]

DotNet JQuery : the .NET Framework for jQuery and JQueryUI

DotNetJQuery (DNJ) is a framework I'm developing to implement jQueryUI widgets as ASP.Net web controls. The framework also provides an abstraction layer to call server-side code from JavaScript (through JSON-RPC protocol). All implemented web controls are WYSIWYG and configurable using the Visual Studio design-time editor. (Read more)
[By(Alaa-eddine Kaddouri) :: Date(27/04/2010)]

Calling Web Service Functions Asynchronously from a Web Page

A riveting tale on exploring the underbelly of Web Service proxies and the subtle nuances discovered. (Read more)
[By(Steve Wellens) :: Date(26/04/2010)]

Email Address Validation via Web Services

Visual Studio and the .Net platform have made consuming and creating Web Services a fairly simple task in most cases. If you're reading this article most likely you have stumbled upon one of the many "Hello World" examples, which are great, but if you’re like me, you often want something just as simple, but maybe a bit more useful. In this video article we are going to create a simple email form and use a Web Service to validate the email address of the sender. (Read more)
[By(Rhett Herring) :: Date(25/04/2010)]

Click and Retrieve the Value of a GridView Cell using jQuery

This article demonstrates how to click and retrieve data from a GridView cell. (Read more)
[By(Suprotim Agarwal) :: Date(24/04/2010)]

Creating your First Crystal Report for Use in a .NET Application

Have you ever had to create a custom report within an application you have written for a customer? Most developers have, and there are two schools of thought on how developers normally perform this task. Some choose to create the report using the same technology that the application was created in (ASP, WinFrom, WPF) while others choose to use a reporting package such as Crystal Reports. Using a reporting package will help create reports rapidly. This article walk you through the creation of your first report using Crystal Reports. (Read more)
[By(Jeff McWherter) :: Date(23/04/2010)]

Editing a Variable Length List, ASP.NET MVC 2-Style

A while back I posted about a way of editing a list of items where the user can add or remove as many items as they want. Tim Scott later provided some helpers to make the code neater. Now, I find myself making use of this technique so often that I thought it would be worthwhile providing an update to show how you can do it even more easily with ASP.NET MVC 2 because of its strongly-typed and templated input helpers. (Read more)
[By(Steve Sanderson) :: Date(22/04/2010)]

Applying CSS Styling via Metadata

In answer to a post on the ASP.Net Dynamic Data Forum from Luigi, I thought I should post my solution. The basic issue was dealt with by Rick Anderson on a post on his blog, I decided to implement a version that used Attributes and a simple extension method to apply the attribute values. (Read more)
[By(Stephen John Naughton) :: Date(21/04/2010)]

Conditional UIHint for Dynamic Data 2 and .NET 4

Based on original article "Conditional UIHint" from October last year, what it does is change the UIHint depending on the current page template. So now we can return a different UIHint based on page template. (Read more)
[By(Stephen J. Naughton) :: Date(20/04/2010)]

Tag Cloud with jQuery Effect

In this article, I'd like to share a Tag Cloud web control with a star filled jQuery effect. The jQuery Starfield Tag Cloud plug-in itself was not written by me; I just wrapped it into a web control so it can be used as quickly as possible by developers who want to avoid JavaScript. (Read more)
[By(Petr Pechovic) :: Date(19/04/2010)]

Comparison of Architecture Presentation Patterns MVP(SC),MVP(PV),PM,MVVM and MVC

This article will compare four important architecture presentation patterns i.e. MVP(SC),MVP(PV),PM,MVVM and MVC. Many developers are confused around what is the difference between these patterns and when should we use what. This article will first kick start with a background and explain different types of presentation patterns. We will then move ahead discussing about the state , logic and synchronization issues. Finally we will go in detail of each pattern and conclude how they differ from each other. (Read more)
[By(Shivprasad Koirala) :: Date(18/04/2010)]

Multi Field Validator Using Enterprise Library - Validation Application Block

This article explains how to configure Microsoft Enterprise Library: Validation Application block to implement multi field validation on a web form. (Read more)
[By(Sukumar Raju Golla) :: Date(17/04/2010)]

Note: For faster response please use Forums >> for your questions instead of the comments area! (Admin)