help.net
<font size="2"><br />Musing on .Net</font>
-
Using JQuery to perform Drag and Drop operations
In this video tutorial Mohammad Azam demonstrates how to perform drag and drop operations using the JQuery library. He steps through the process of creating some simple drag and drop behavior.
-
Useful Extension methods
In this article, Brian examines extension methods and how they can be used with .NET Framework applications. He begins with a short introduction and then provides a detailed explanation of the application of extension methods with the help of source code in C#.
-
Role Based Forms Authentication
Using Role based forms authentication, we can restrict users of the site to accessing certain resource if they are not part of a particular role. In this article, Satheesh demonstrates how to build sites with this type of authentication. He provides a short overview of various Login Controls and Providers and then discusses a scenario with detailed explanation of various aspects of the sample application with screenshots and source code.
-
Implementing a Session Timeout Page
In this article, Steve walks through the steps required to implement a Session Logged Out page that users are automatically sent to in their browser when their ASP.NET session expires. He examines each step with the help of detailed explanation supported by relevant source code.
-
Adding Filter Action to FileUpload Control
-
Dynamic GridView and DataList in ASP.NET 2.0
Sometimes we may be required to build GridView and DataList dynamically with different styles and with child controls in our project. This article will help you accomplish this task in ASP.NET 2.0 with the help of a case study. Satheesh first provides a brief overview of the scenario and then explores the step-by-step implementation of each module with supported source code. The steps include creation of a Template class, implementation of a dynamic DataList, using the Template class in DataList, implementation of a dynamic GridView, and the usage of Template class in GridView. The article is accompanied by the related Visual Studio project which enables you to instantly test drive the application.
-
Advanced AJAX ListBox Component
-
Using FormView control to edit/delete
This tutorial shows how we can use the FormView control to display data from a SQL database, and also allow adding, updating and deletion of this data. VB version.
-
Encapsulating Google's MapData
Florian Drevet show you how to build a basic ASP.NET WebControl whose goal is to use Google MapData “feature” (in few words : an dynamically generated image with basic Google Map features)
-
LINQ to CSV library
This library makes it easy to use CSV files with LINQ queries. Its features include: