Click here to Skip to main content
15,890,845 members
This competition has ended

Best ASP.NET article of June 2008

Contribute to CodeProject and you'll automatically be in the running for a monthly prize!

Each month at CodeProject we gather together the best of the articles submitted the previous month and ask our readers to choose the best of the best. Entry is automatic - just submit you articke and we'll do the rest.

Check out the submission guidelines for information on posting articles.

Current Entries

Articles that match the contest criteria are automatically entered. The top 50 entries are shown.

Please Sign up or sign in to vote.
15 Jun 2008notmasteryet
This article demonstrates using binary formats in JavaScript.
Please Sign up or sign in to vote.
9 Jun 2008Omar Al Zabir
A tiny JavaScript library that provides a handy function "ensure" which allows you to load JavaScript, HTML, CSS on-demand and then execute your code. ensure ensures that relevant JavaScript and HTML snippets are already in the browser DOM before executing your code that uses them.
Please Sign up or sign in to vote.
11 Jun 2008craigd
Index your website (including images and geographic data), search and display results in Google Earth.
Please Sign up or sign in to vote.
23 Jun 2008Samir NIGAM
Cross-browser JavaScript context menu control for web applications.
Please Sign up or sign in to vote.
14 Jun 2008tawammar
An AJAX control to filter data in a GridView control by adding filters to the GridView at runtime.
Please Sign up or sign in to vote.
12 Feb 2009M. Shehabeddeen
Enhancements and fixes that add features: more control over column widths, preventing text wrapping, formatting auto-generated columns.
Please Sign up or sign in to vote.
12 Jun 2008Helbrax
A simple voting control In JavaScript.
Please Sign up or sign in to vote.
19 Jun 2008James Simpson
An article describing a scalable method of using persistent AJAX connections (A.K.A. COMET) with ASP.NET.
Please Sign up or sign in to vote.
18 Jun 2008Nguyen Quy Minh
A small solution to deal with session timeout when using Ajax UpdatePanel
Please Sign up or sign in to vote.
24 Jul 2008Samir NIGAM
This article describes how to create a ListBox control using JavaScript.
Please Sign up or sign in to vote.
9 Jun 2008Neil Meredith
Dynamically add and remove user controls to a page and maintain the control state.
Please Sign up or sign in to vote.
21 Jun 2008Sunny Chaganty
So, you are interested in knowing about the ICallbackEventHandler which can be "used to indicate that a control can be a target of a callback event on the server", according to MSDN. Hop in.
Please Sign up or sign in to vote.
4 Jun 2008Md. Asif Atick
An article about building an ImageTag Extender like Facebook Image Tagger
Please Sign up or sign in to vote.
15 Jan 2009Sergiy Korzh
How to update your ASP.NET custom control to make it work with ASP.NET AJAX correctly.
Please Sign up or sign in to vote.
8 Jun 2008Evaldas Jocys
Provides required tables and data for multilanguage projects
Please Sign up or sign in to vote.
28 Jun 2008Simon Gulliver
A lighweight approach to creating AJAX.NET-enabled grids, with advanced functionality built in.
Please Sign up or sign in to vote.
18 Jun 2008Helbrax
A JavaScript implementation of Firefox's "Awesome Bar".
Please Sign up or sign in to vote.
26 Jul 2008Artiom Chilaru
The article explains how to easily run server-side validation methods on the client-side
Please Sign up or sign in to vote.
4 Jun 2008User 992674
Discusses the source of this User Control.
Please Sign up or sign in to vote.
27 Oct 2009abhigad
Using LinqDataSource with ASP.NET data controls like gridview and dropdown list
Please Sign up or sign in to vote.
28 Jun 2008Ricky Wang
This article illustrates a case where I apply Command Pattern to ASP.NET Menu controls
Please Sign up or sign in to vote.
12 Jun 2008Helbrax
An Internet Explorer style information bar in JavaScript
Please Sign up or sign in to vote.
25 Jun 2008Navin Pandit
This article discusses binding a gridview/repeater control from a dataset using a stored procedure
Please Sign up or sign in to vote.
24 Jun 2008Dietmar Kurok
Showing People grouped by departments in an own style (XSLT) and without limits in count of results and paging. Only intensively using build-in Webparts.
Please Sign up or sign in to vote.
24 Jun 2008Zafar Iqbal
How to use autocomplete extender to provide contact suggestion
Please Sign up or sign in to vote.
22 Jun 2008Ferreri Gabriele (Megasoft78)
How to implement bulk edit with GridView without xxxDataSource (SqlDataSource, ObjectDataSource, etc.)
Please Sign up or sign in to vote.
17 Jun 2008yordan_georgiev
Presents the basics of applying custom number formatting.
Please Sign up or sign in to vote.
30 Sep 2008ms_soft89
Here, I will explain how to put Gridview in other one, such as categories and products.
Please Sign up or sign in to vote.
25 Jun 2008TheCodeKing
A guide to injecting control adapters at runtime
Please Sign up or sign in to vote.
25 Jun 2008MiamiCoder
End-to-end real world BlackBerry application walkthrough.
17 Jun 2008ObjectWave Corp
Swan makes building rich web applications easy.
Please Sign up or sign in to vote.
15 Jun 2008percyboy
I found that when you change the Data property of an XmlDataSource control via code, it will not automatically invalidate the cache. This is a hack for this problem.
Please Sign up or sign in to vote.
27 Jun 2008Mohsen Ahmadian
A Powerful File manager in pure asp.net
Please Sign up or sign in to vote.
24 Jun 2008akjoshi
Implementing a tab control like structure in SQL Server 2005 reporting services report using tables and text boxes
Please Sign up or sign in to vote.
17 Jun 2008mycsharpcorner
A web app that allows the user to pick time periods in the day in an ASP.NET page.
Please Sign up or sign in to vote.
10 Jun 2008BrantBurnett
A system for using ASP.NET 2.0 web parts in combination with URL rewriting.
Please Sign up or sign in to vote.
16 Jun 2008Sam Haidar
Calling LINQ Extension Methods on Generic Collections
Please Sign up or sign in to vote.
28 Jun 2008Ravi Selvaraj
Bind the menu control with list of Category and Sub Categories
Please Sign up or sign in to vote.
21 Jun 2008yordan_georgiev
Using a custom base class for security and Session management.
Please Sign up or sign in to vote.
5 Jun 2008lonewolf3082
Working wtih themes in ASP.NET.
Please Sign up or sign in to vote.
21 Jul 2008Rajib Ahmed
Properly using cache, session, and viewstate objects in your asp.net application
Please Sign up or sign in to vote.
5 Jun 2008NathanielSuho
Calendar control that distinguishes holidays and what day was chosen through the click event.
Please Sign up or sign in to vote.
16 Mar 2010Mohd Arshad Malik
There are situations when we want to break a single web project into two or more different projects, there are two or more home pages, two or more master pages, and all have their child pages. In this case, we want two or more SiteMapPath files.
Please Sign up or sign in to vote.
3 Jun 2008Sohel_Rana
This article shows how you can use the SharePoint provided user/group picker in your WebPart/user control.
Please Sign up or sign in to vote.
4 Jun 2008DSpazman
This explains how to extend a DropDownList to give it a ReadOnly attribute.
Please Sign up or sign in to vote.
5 Jun 2008Claudio Pizzillo
An ASP.NET handler to apply WPF XAML templates on images.
Please Sign up or sign in to vote.
12 Jun 2008Jobless Creature
An article on implementing Save & Exit functionality in ASP.NET web sites
Please Sign up or sign in to vote.
17 Oct 2008Riaan Lehmkuhl
How to... customise the VisualSVN Server browser view.
Please Sign up or sign in to vote.
26 Jun 2008santosh poojari
This article describes creation of dynamic Javascript Message Panel that used to display validation failed error messages.

Current Participants

Those with articles that match the contest criteria are automatically entered.

Architect Wells Fargo
United States United States
MS Computer Science + Information Science
Architect at Wells Fargo [Wells Fargo Dealer Services -WFDS]
Blog: Profile

abhijit gadkari
abhijit dot gadkari at gmail dot com
Irvine-92618,CA
Software Developer (Senior)
India India
Dot net developer having expertise in WPF
Software Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Software Developer (Senior) Pathfinder Software
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Software Developer (Senior) KefaOnLine di Techworld S.r.l.
Italy Italy
VB.NET, C# Developer.
Skills: VB.Net, ASP.Net, SQL 2000/2005.
Web Developer
Australia Australia
-- ooo ---
www.conceptdevelopment.net
conceptdev.blogspot.com
www.searcharoo.net
www.recipenow.net
www.racereplay.net
www.silverlightearth.com
Software Developer (Senior) Unisys Information Services GmbH
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Software Developer (Senior)
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Software Developer (Senior) sparesFinder
Italy Italy
I'm an Italian Software Developer from about 15 years.
I worked a long time in south Italy (where I was born) and after 2 years in Milan and an year in UK, I'm working remotely from Italy as Senior ASP.NET C# Developer using ASP.NET Ajax technology for a UK company.

Check out my personal blog:
http://techcookies.net/

and my first Android game (Fifteen Puzzle X):
https://play.google.com/store/apps/details?id=it.megasoft78.fifteenpuzzlex
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Software Developer (Senior) TATA Communications
India India
I have a total experience of around 5 years out of which 4 years in MS technologies. I have a passion towards coding.
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Lebanon Lebanon
Over 5 years of experience as a Web Developer using ASP.NET.
Appreciates Good Design and continually seeks to improve his methods.

MCP in Developing Web Applications using ASP.NET, and in XML Web Services and Server Components.
Team Leader Prime Tech Ltd
Bangladesh Bangladesh
Asif is a Devoloper in who has been programming since early 2000 where he started with php and dug down to discover C# .Net. Since 2001 he has been working for AIUB (Amarican International University Bangladesh) on VUES project a student management system. He became an MCAD on 2002. He has been using C# and ASP.Net since 2001.
Team Leader
United States United States
I run a small development team for an international Law Firm.
Technical Lead Cherisys Technologies
India India
Senior Software Professional with 13+ years of experience in web/desktop applications development.
Austria Austria
I am Mohsen Ahmadian,
I was born in Tehran (capital city of Iran), I live in Vienna
I am a freelancer and a web developer
I Love Codeproject and C++, Java, C#, PHP
if you found my articles are good, buy a coffee for me
https://www.buymeacoffee.com/mohsenahmadian
Web Developer
Egypt Egypt
I am Student @ Misr University 4 Science & Technology , began programming at early age , when I was 14 ,I have worked with vb6 and java alot but now I am interesting in c# & .NET Technologies , My favourite Programming language is C++
Web Developer
Jordan Jordan
Yousef Mannaa has been working as a software engineer for over 13 years. He has worked with many companies in the United States. His main specialty is ASP.NET and C#. He also have done many projects in C/C++ and Object Oriented Programming. Feel free to read his blog at http://www.mycsharpcorner.com. Contact him here http://www.mycsharpcorner.com/Contact.aspx
Other
Unknown
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Software Developer (Senior)
India India
Save paper, save tree. Stop global warming.
http://www.navinpandit.blogspot.in/p/global-warming.html
Software Developer (Senior)
United States United States
I am a .Net developer with over 10 years experience.

Check out my latest project, True Novelist
Chief Technology Officer
Vietnam Vietnam
MCSD, MSc
http://www.sirvina.com
Software Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
ObjectWave Corp.
United States United States
ObjectWave, Corp., is a leading software engineering company headquartered in Chicago, IL.

ObjectWave has more then 17 years of experience building enterprise-level object systems and customized developer frameworks using OO technology, emerging technologies and advanced methodologies.
Architect BT, UK (ex British Telecom)
United Kingdom United Kingdom
Software Developer
China China
I am a Chinese software developer, while I am now working in Japan.
If you can read in Chinese, you may visit my blog in Chinese:
http://blog.joycode.com/percyboy/
Thanks!
Web Developer ProgTalk
United States United States
C# Developer dealing with Microsoft .Net languages and frameworks. View more of my articles at Prog Talk
Web Developer Syntax Solutions Inc.
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Software Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Software Developer Codely
South Africa South Africa
Me, a disorder of the brain that results in a disruption in a person's thinking, mood, and ability to relate to others.
Software Developer ITCAC(數位協進)
Taiwan Taiwan
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Software Developer (Senior)
United States United States
.Net developer in the South Florida area since 2000. Prior to .Net, mainly working with C++, MFC and COM.
Technical Lead Infogain India Pvt Ltd
India India


Samir NIGAM is a Microsoft Certified Professional. He is an insightful IT professional with results-driven comprehensive technical skill having rich, hands-on work experience n web-based applications using ASP.NET, C#, AJAX, Web Service, WCF, jQuery, Microsoft Enterprise Library , LINQ, MS Entity Framework, nHibernate, MS SQL Server & SSRS.



He has earned his master degree (MCA) from U.P. Technical University, Lucknow, INDIA, his post graduate dipoma (PGDCA ) from Institute of Engineering and Rural Technology, Allahabad, INDIA and his bachelor degree (BSc - Mathematics) from University of Allahabad, Allahabad, INDIA.



He has good knowledge of Object Oriented Programming, n-Tier Architecture, SOLID Principle, and Algorithm Analysis & Design as well as good command over cross-browser client side programming using JavaScript & jQuery,.



Awards:


Technical Lead
Australia Australia
Whatsup-->Exploring--> MVC/HTML5/Javascript & Virtualization.......!
www.santoshpoojari.blogspot.com
Founder Korzh.com
Ukraine Ukraine
Software developer and entrepreneur.

Main projects:
* EasyQuery - ad-hoc data filtering UI for .NET applications;
* Localizer - localization tool kit for Delphi projects;
Architect
United Kingdom United Kingdom
Check me out at LinkedIn: http://uk.linkedin.com/pub/simon-gulliver/20/303/251
Architect ImpleVista Aps
Denmark Denmark
Sohel has more than six years of experience in professional software development with extensive involvement in Web based Object-Oriented, Multi-Tiered application design and development. He's Familiar with Test Driven Development (TDD) and refactoring techniques as well as having expertise in architecturing large enterprise applications. He has Experience in working with Content Management System and Portal Management System tools like SharePoint, DotNetNuke, Ektron.

Over last few years, he’s involved in development with projects on Microsoft SharePoint and received Microsoft MVP for SharePoint Server Development in the year 2011 and 2012. Currently he's working in a software company located Copenhagen,Denmark on a project integrating SharePoint and SAP. You can read his popular blog at: http://ranaictiu-technicalblog.blogspot.com
IT.Wox, always
India India
Sunny is the founder of IT.Wox, always (www.itwox.com) - a web application design, development & consulting company
Web Developer
Jordan Jordan
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
Architect
United Kingdom United Kingdom
Mike Carlisle - Technical Architect with over 20 years experience in a wide range of technologies.

@TheCodeKing
Web Developer
Canada Canada
Software Developer

http://www.shabdar.org
Web Developer Oxit Oy
Finland Finland
I work in OXIT - a small IT consulting company, which has participated in the building of the most sophisticated IT Systems for several big Finnish and international companies (including Fortune 500 members) and continues to provide highly sophisticated IT Solutions to its customers.

I enjoy designing and implementing software or small scripts in different programming languages.

I am fascinated by the magic of software, which has the power to change the world.
Architect Trisoft Technologies
Pakistan Pakistan
Zafar Iqbal had a first taste of computing while taking a course on computer languages way back in 1995. He started programming in Quick Basic, that was the love at first sight.

Then he completed his masters in Computer Science, and started his job in late 2000.

Since then he has been fully engrossed in application development ranging from office automation system, business application, web development, and lot of other things.

His core programming languages are VB.NET and C#, but he is also comfortable in Java.

Last 5 years had made him strong in web development, mostly using ASP.NET, which also includes (X)HTML, XML, XSLT, Javascript, CSS and other related technologies.

You can view my profile on LinkedIn and I also mutter sometime here "Blog"
You must sign in to participate in this contest.
This contest has ended.
1 Jun - 30 Jun 2008