Hot ASP.NET (C# & VB.NET) Posts
How To: Use the List View control in Microsoft Visual C# 2005
Interested in creating your own dynamic, web-based applications using Visual C#? In this installment from the Absolute Beginner's Series of Visual C#/ASP.NET video tutorials, you will learn how to use the List View control which provides a graphical representation of data elements. For more information, as well as tips for being a smarter user of Microsoft Visual C#, take a look! Use the List View control in Microsoft Visual C# 2005 - Part 1 of 2.
How To: Use the Menu Strip control in Visual C# 2005 Express
Interested in creating your own dynamic, web-based applications using Visual C# 2005 Express Edition? In this installment from the Absolute Beginner's Series of Visual C#/ASP.NET form control video tutorials, you'll learn how to use the Menu Strip control which provides a standard Windows style menu in your applications. For more information, as well as tips for being a smarter user of Microsoft Visual C#, take a look! Use the Menu Strip control in Visual C# 2005 Express.
How To: Use the Picture Box control in Visual C# 2005
Interested in creating your own dynamic, web-based applications using Visual C# 2005 Express Edition? In this installment from the Absolute Beginner's Series of Visual C#/ASP.NET form control video tutorials, you'll learn how to use the Menu Strip control which provides a standard Windows style menu in your applications. For more information, as well as tips for being a smarter user of Microsoft Visual C#, take a look! Use the Picture Box control in Visual C# 2005.
How To: Use the Tab forms control in Microsoft Visual C# 2005
Interested in creating your own dynamic, web-based applications using Visual C# 2005 Express Edition? In this installment from the Absolute Beginner's Series of Visual C#/ASP.NET form control video tutorials, you'll learn how to use the Tab control, which presents a familiar folder-style content navigation system, and is a good way to organize multiple panes of content in your application. . For more information, as well as tips for being a smarter user of Microsoft Visual C#, take a look! Us...
How To: Use the TableLayout control to add rows to controls
Interested in creating your own dynamic, web-based applications using Visual C# 2005? In this installment from the Absolute Beginner's Series of Visual C#/ASP.NET video tutorials, you will learn how to use the TableLayout control which enables you to dynamically add rows to your controls at runtime. For more information, as well as tips for being a smarter user of Microsoft Visual C#, take a look! Use the TableLayout control to add rows to controls.
How To: Use the Timer form control in Microsoft Visual C#
Interested in creating your own dynamic, web-based applications using Visual C#? In this installment from the Absolute Beginner's Series of Visual C#/ASP.NET video tutorials, you will learn how to use the Timer control which you can use to poll or monitor if an action has occurred in a given time interval. For more information, as well as tips for being a smarter user of Microsoft Visual C#, take a look! Use the Timer form control in Microsoft Visual C#.
How To: Create a multi-threaded application in Visual C#
Interested in creating your own dynamic, web-based applications using Visual C#? In this installment from the Absolute Beginner's Series of Visual C#/ASP.NET video tutorials, you will learn how to use the Background Worker control to create a multi-threaded application. For more information, as well as tips for being a smarter user of Microsoft Visual C#, take a look! Create a multi-threaded application in Visual C#.
How To: Use the SplitContainer control to build a multipane UI
Interested in creating your own dynamic, web-based applications using Visual Web Developer 2005 Express? In this installment from the Absolute Beginner's Series of Visual Web Developer C#/ASP.NET video tutorials, you will learn how to use the SplitContainer control to create a multi-pane user interface. For more information, as well as tips for being a smarter user of Microsoft Visual Web Developer, take a look! Use the SplitContainer control to build a multipane UI.
How To: Play MP3s in ASP.NET web applications
Interested in creating your own dynamic, web-based applications using Visual Web Developer 2005 Express? This video shows how to use the Windows Media Player ActiveX control to play wma and MP3 audio files in your application.his lesson will be particularly helpful to programmers to those with experience using both Visual Basic and simple HTML syntax. For more information, as well as tips for being a smarter user of Microsoft Visual Web Developer, take a look! Play MP3s in ASP.NET web applica...
How To: Make a dynamically resizing Windows UI with FlowLayout
Interested in creating your own dynamic, web-based applications using Visual Web Developer 2005 Express? In this installment from the Absolute Beginner's Series of Visual Web Developer VB/ASP.NET video tutorials, you will learn how to use the FlowLayout panel to create dynamically resizing Windows UI. This lesson will be particularly helpful to programmers to those with experience using both Visual Basic and simple HTML syntax. For more information, as well as tips for being a smarter user of...
How To: Use the ASP.NET SoundPlayer control to play audio
Interested in creating your own dynamic, web-based applications using Visual Web Developer 2005 Express? This video will show you how to use the SoundPlayer control to play .wav audio files in your web application. his lesson will be particularly helpful to programmers to those with experience using both Visual Basic and simple HTML syntax. For more information, as well as tips for being a smarter user of Microsoft Visual Web Developer, take a look! Use the ASP.NET SoundPlayer control to play...
How To: Build a quiz engine with ASP.NET 2.0 and Microsoft VWD
In this four-part programming lesson from the Absolute Beginner's Series of Visual Web Developer C#/ASP.NET video tutorials, you'll learn how to build a quiz engine.
How To: Use ASP.NET AJAX in Visual Studio 2008
In this video programming tutorial, you will get a quick overview of the inclusion of ASP.NET AJAX into Visual Studio 2008 (Orcas) and .NET 3.5. This will be demonstrated by using Visual Studio 2008 and the building of web site application. For more information, and to get started using ASP.NET AJAX–formerly Microsoft ATLAS–for yourself, take a look!
How To: Call a web service in .NET
Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. In this tutorial, you'll learn how to call your first web service in .NET. In just few minutes you'll be up and running with your own web service in .NET framework in ASP. F...
How To: Install Microsoft Silverlight 2
In this video, Tim Heuer demonstrates fundamentals of ensuring that end users have a good installation experience when installing Silverlight 2. He walks through a few deployment methods and demonstrates tips on how to test your own experience. For more information on installing Microsoft Silverlight 2, watch this video tutorial.
How To: Handle web application errors with Silverlight
In this web application tutorial you will learn how to set up error handling using Microsoft's Silverlight developers tool plug-in. This tutorial will be helpful if you want to create your own error handler instead of using the default handler set up by Silverlight.
How To: Use Silverlight brushes for color, gradient & video
In this web application development tutorial you will learn how to use brushes in Microsoft's Silverlight for color, gradient and video. Learn how to write ASP.Net functions in Silverlight to control colors, shapes, gradient and videos on your web app or web page.
How To: Allow international text entry for IMs in Silverlight
Lawrence Moroney shows you how to build an instant messaging application in Silverlight using ASP.Net controls to support international text entry. If you want to add an instant messenger to a web site or web tool and have it support international text entry, then you should watch this Silverlight ASP.net programming tutorial.
How To: Create realtime data updates in Silverlight
In this Silverlight web application tutorial you will learn how to create a basic stock quote application that updates in Realtime. You can apply this ASP.Net backend application to any realtime data update application you need to make. All you need is Silverlight to get you started.
How To: Add fullscreen support to a MS Silverlight application
If you are building web applications in Microsoft Silverlight, and you want to give users the option to make the application or page full screen, then this Silverlight programming tutorial will be perfect. Watch and learn how easy it is to add some code to give users of your application the option to view it fullscreen, all within Silverlight.
How To: Create a web forms user interface in ASP.Net
n this ASP.Net video lesson, you will explore the various ASP.NET 2.0 server controls available in Visual Web Developer 2005 Express Edition. In addition, you will begin to get familiar with the windows in VWD.
How To: Use events in ASP.Net
In this ASP.Net video lesson, you will learn how events can be used in your code, and how to react when those events occur, all in Visual Web Developer 2005 Express Edition.
How To: Work with style sheets and master pages in ASP.Net
In this ASP.Net video lesson, you will begin to learn how Style sheets and Master Pages can be used to maintain consistent appearance for your Web pages.
How To: Use databound controls in ASP.Net
In this ASP.Net video lesson, you will learn how to display data in your ASP.NET 2.0 Web applications through some of the new databound controls.
How To: Work with Gridview and FormView in ASP.Net
In this ASP.Net video lesson, you will learn about the GridView and FormView controls and how you can use some of the features of these controls to make editing and displaying of database content easier. Work with Gridview and FormView in ASP.Net.
How To: Create membership and login controls in ASP.Net
In this ASP.Net video lesson, you will explore the new membership capabilities of ASP.NET 2.0. In addition, you will learn about role-based security, and how you can use roles to control access to your Web site.
How To: Make a multilingual site with localization in ASP.Net
Watch this ASP.Net video tutorial to learn how to create culture-aware and locale-specific web content with no additional code. Use the Resource Editor to create page-level and application-level resources.
How To: Secure a website with membership and roles in ASP.Net
Learn how to secure a web site using the new Membership and Roles features of ASP.NET 2.0. In this ASP.Net video tutorial, the topics include user registration, password recovery, and restricting access to content with roles.
How To: Create a 'contact us' page in ASP.Net
Build a web page to collect information from the user with the Wizard control, validate that information, and use the System.Net.Mail classes to send a confirmation email message. Check out this video tutorial to see all about making a 'contact us' page on a ASP.Net website.
How To: Make a full featured customer login portal in ASP.Net
Follow along through the creation of a fictitious customer portal to learn about master pages, themes, membership, roles, site navigation, user profiles, and the Web Site Administration Tool in this ASP.Net video tutorial.
How To: Create data driven websites with ASP.Net
See how simple it is to create data-driven web sites using ASP.NET 2.0, Visual Web Developer 2005 Express Edition, and SQL Server 2005 Express Edition. Watch this video tutorial to learn how to create a database, add its data, and display that data on a web page.
How To: Program a quiz engine in ASP.Net
This video series is designed specifically for individuals who are interested in learning the basics of how to create dynamic Web applications using ASP.NET 2.0 and Visual Web Developer 2005 Express Edition with the Visual Basic programming language. In this lesson, you will begin to see the creation of the Quiz Engine. This will allow you to exercise the skills developed in the earlier videos.
How To: Implement an HttpModule in ASP.Net
In this video tutorial, Scott Golightly shows how to implement a simple HttpModule that uses the BeginRequest and EndRequest events to store some data about the request and later display that data to the user. Scott also shows how to register the module in the Web.config file.
How To: Set up the SQL membership provider in ASP.Net
Join Patrick Hynds as he demonstrates how to set up the SQL Membership Provider to add Forms authentication to your ASP.NET 2.0 Web site, in this video tutorial. There are a few tips and tricks involved, such as using the aspnet_regsql.exe utility, which are covered in the video.
How To: Implement URL writing in ASP.Net
In this video tutorial, Scott Golightly shows how to create an ASP.NET HttpModule to “rewrite” the URL when a request for a web page comes in. You may want to rewrite URLs to create friendly URLs or to direct an old URL to a new URL. We will look at the code needed to implement URL rewriting and also how to handle page post back events.
How To: Create a custom membership provider in ASP.Net
A Membership Provider allows a web application to store and retrieve membership data for a user, and the standard ASP.NET Membership Provider uses pre-defined SQL Server tables. In this video tutorial, Chris Pels shows how to create a custom membership provider that uses custom SQL Server tables separate from the pre-defined tables used by the standard provider. The principles covered in the video will apply to creating custom membership providers using other databases such as Access or Oracl...
How To: Create a custom profile divider in ASP.Net
In this video tutorial, Chris Pels shows how to create a custom profile provider to store and retrieve data associated with a user profile in SQL Server tables separate from the standard ASP.NET membership provider’s aspnet_Profile table. The principles covered in this video will apply to creating profile providers for other databases like Access and Oracle. After learning how to create the custom profile provider we learn how to install the provider in a web site and see a demonstration of l...
How To: Make event handlers for ASP.Net web pages and controls
In this video tutorial, Chris Pels will show how to create event handlers for ASP.NET web pages and web server controls. First, learn how to create page level events for the standard page events provided by the .NET Framework. See how to automatically bind the events to a page using the AutoEventWireup attribute as well as programmatically bind the events. Next, learn how to create and bind event handlers for the standard web server control events. Also learn how to connect multiple events fo...
How To: Read, write, and delete cookies in ASP.Net
In this video tutorial, Chris Pels will show how to read, write, and delete cookies in an ASP.NET application. First, learn the basic operations for manipulating cookies. Then learn approaches to storing multiple values in a single cookie using name-value pairs called subkeys. Next, learn how to limit the scope of cookies to a particular application domain or folder. See how to modify values and expiration dates in existing cookies and how to delete an existing cookie. In addition, several co...
How To: Create a custom user control in ASP.Net
In this video tutorial, Chris Pels will demonstrate how to create a custom user control in ASP.NET that can be used throughout a web site or across many web sites. Start out by learning the basics of creating a user control that will be used in multiple pages including validation, controlling formatting using style elements, and loading/saving data for the user interface elements. Throughout the video considerations for building user controls that can be easily maintained and used across mult...