Geekpedia Programming Tutorials






ASP.NET Daily Articles

ASP.NET Daily Articles

Microsoft portal site for the ASP.NET development community. Read ASP.NET articles and tutorials, Download Visual Web Developer, post to the forums and read ASP.net blogs.

1 2 3 4 5 6
(118 resources in 6 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines
Creating a Dynamic Data Web site using  Scaffolding ASP.NET

-----
No votes

Oct 5th 2008

Creating a Dynamic Data Web site using Scaffolding

This post explains how to create a basic Web Site that uses ASP.NET Dynamic Data. ASP.NET Dynamic Data provides the Web application scaffolding that enables you to build rich data-driven Web applications. scaffolding is mechanism that enhance the functionality of the existing ASP.NET Framework by adding the ability to dynamically display pages based on the data model of the database.

ListView Control with DropDownExtender and Menu ASP.NET

-----
No votes

Oct 4th 2008

ListView Control with DropDownExtender and Menu

This article describes how to display the Context Menu on each row of the ListView Control using DropDownExtender and Menu control.

Using jQuery with ASP.NET MVC ASP.NET

-----
No votes

Oct 3rd 2008

Using jQuery with ASP.NET MVC

The Microsoft ASP.NET MVC Framework has been getting talked about more and more lately. The power and flexibility of ASP.NET MVC allows for developers to use libraries other than those include in the box. The popular JavaScript framework, jQuery, is no exception.

URL Rewriting in ASP.NET using URLRewriter.Net ASP.NET

-----
No votes

Sep 25th 2008

URL Rewriting in ASP.NET using URLRewriter.Net

Learn to use search engine friendly URLs for your ASP.NET pages

Using ASP.NET 3.5 History Control in ASP.NET 2.0 ASP.NET

-----
No votes

Sep 25th 2008

Using ASP.NET 3.5 History Control in ASP.NET 2.0

As ASP.NET 2.0 does not provide built in support for Back button functionality in AJAX Update Panel, This post will show you how to use ASP.NET 3.5 Ajax ControlToolKit History control with ASP.NET 2.0, to achieve the back button functionality in ASP.NET 2.0

Using AJAX, LINQ and XML in C# ASP.NET

-----
No votes

Sep 25th 2008

Using AJAX, LINQ and XML in C#

AJAX and LINQ are two of the main focuses of Microsoft right now; and no wonder - both have huge potential and power behind them. In this example, we will show how we can use AJAX coupled with LINQ and XML to create a Web Application that we can use to view stored data instantaneously, as well as add to it in the same way

Forms Authentication in ASP.NET with C#: Advance ASP.NET

-----
No votes

Sep 25th 2008

Forms Authentication in ASP.NET with C#: Advance

This article describe how to create Roles based sccurity using Forms Authentication in easy to follow steps.

MVC Preview 5 - Create Dynamic Action Links ASP.NET

-----
No votes

Sep 25th 2008

MVC Preview 5 - Create Dynamic Action Links

Explains how to add new views to sample project and create dynamic action links on the data coming from database ? Also explains how to use these dynamic actions links to perform database actions. Sample Videos To Explains All these in action

Handling Files and Directories from your web applications. ASP.NET

-----
No votes

Sep 25th 2008

Handling Files and Directories from your web applications.

Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory. Simply illustration of working with files and directories in ASP.NET.

Programmatically Encrypt and Decrypt Configuration Sections in web.config using ASP.NET ASP.NET

-----
No votes

Sep 19th 2008

Programmatically Encrypt and Decrypt Configuration Sections in web.config using ASP.NET

The ASP.NET Configuration API provides support for encrypting and decrypting configuration sections in web.config. This feature comes extremely handy when you need to hide sensitive information like passwords. In this article, we will explore how to encrypt and decrypt sections of the web.config.

Role Based Content Rendering ASP.NET

-----
No votes

Sep 18th 2008

Role Based Content Rendering

Designing a web based Information Management System poses a lot of challenges to developers. One of these challenges is how to provide desired level of security security to different users with different access to an application. You often encouter situations where certain users will be allowed to update specific fields while others can only view them. It is essential to design for adequate security features in the presentation layer of your application.

Building On-Demand Master/Detail Grouping Grid with GridView and ASP.NET AJAX Control Toolkit CollapsiblePanelExtender ASP.NET

-----
No votes

Sep 16th 2008

Building On-Demand Master/Detail Grouping Grid with GridView and ASP.NET AJAX Control Toolkit CollapsiblePanelExtender

Shows how to build on demand master/detail data using GridView, the ASP.NET AJAX Control Toolkit CollapsiblePanelExtender control and ASP.NET AJAX PageMethods.

Simulate a Windows Service using ASP.NET to run scheduled jobs ASP.NET

-----
No votes

Sep 15th 2008

Simulate a Windows Service using ASP.NET to run scheduled jobs

Run scheduled jobs 24x7 using ASP.NET without requiring a Windows Service.

PathInfo ASP.NET

-----
No votes

Sep 14th 2008

PathInfo

ASP.NET introduces a new URI component to the equation: PathInfo. It's not very well known, possibly due to poor implementation and consequent lack of usefulness. However, it is important that you understand how it can affect you.

Building ASP.NET Web Server Controls using XML and XSLT ASP.NET

-----
No votes

Sep 13th 2008

Building ASP.NET Web Server Controls using XML and XSLT

In most cases, server controls are very useful in ASP.NET web applications since they have some valuable events (click event, data binding event, data bound event, etc) and other advanced functionality like state management, input validation, etc. In general, XSLT produces plain XML or HTML without any hassle, but if we want to create our ASP.NET server controls by using XML and XSLT then we should follow some procedures which the author has outlined in this article. After providing a brief introduction, he examines the steps involved such as preparing XML document, preparing XSLT document to transform XML data, defining server and validation controls according to XML document, parsing controls, and defining event handlers with the help of relevant code samples along with detailed analysis.

Nested GridView with TreeView Like Structure ASP.NET

-----
No votes

Sep 12th 2008

Nested GridView with TreeView Like Structure

Displaying hierarchical data is a common feature practiced by many websites. Hierarchical data can be displayed in many different ways. In this article we will learn how to display nested data using nested GridView controls.

The New Controls of ASP.NET 3.5 ASP.NET

-----
No votes

Sep 11th 2008

The New Controls of ASP.NET 3.5

Learn about the new controls of ASP.NET 3.5 using Visual Studio 2008.

ASP.NET AJAX Development Approach Part 3 ASP.NET

-----
No votes

Sep 10th 2008

ASP.NET AJAX Development Approach Part 3

Brian Mains overviews the client portion of the ASP.NET AJAX framework.

Create a Picture Album using ListView in ASP.NET 3.5 ASP.NET

-----
No votes

Sep 9th 2008

Create a Picture Album using ListView in ASP.NET 3.5

In this article, we will see how to create a picture album using the ListView control. We will explore the GroupTemplate of ListView and explore how we can group multiple images together in the ListView, thereby creating an album effect.

GridView with Thumbnail Images – Part 2 ASP.NET

-----
No votes

Sep 8th 2008

GridView with Thumbnail Images – Part 2

In Part 1, we have seen how to display the full image in a popup window when the user clicks the thumbnail image displayed in the GridView. In Part 2 we will display the full image but inside a DIV tag on the same page instead of a popup, which gives a better user experience.

1 2 3 4 5 6
(118 resources in 6 pages)
Latest Tech Bargains

Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons