ASP.NET » Miscellaneous

We have 37 Miscellaneous tutorials, you can see below:


Concepts of Abstract Programming Using ASP.NET and JavaScript


This is a short series of articles about Abstract Programming. This part is an overview of Abstract Programming, and how, and when one program authors another program.


Details    Read Tutorial    Views: 299    Rate: 0 (0 votes)    Feb 23 2007 - 12:05

Membership and Role providers for MySQL


This article provides two files that contain a Membership Provider and a Role Provider for ASP.NET v2.0.


Details    Read Tutorial    Views: 369    Rate: 0 (0 votes)    Feb 23 2007 - 12:03

Flash and .NET with FlashRemoting


Testing FlashRemoting with .NET.


Details    Read Tutorial    Views: 243    Rate: 0 (0 votes)    Feb 23 2007 - 11:38

A Managed C++ Email Validator Control for ASP.NET


An ASP.NET Validator Control implemented in Managed C++ that can be used to verify email addresses by connecting to SMTP servers listed as Mail eXchangers for a domain, includes example of Win32 API Interoperability with C++ .NET. The validation is not RegEx based.


Details    Read Tutorial    Views: 250    Rate: 0 (0 votes)    Feb 16 2007 - 07:28

Image Verification Helper Class


To generate random alphanumeric numbers in image format for image verification.


Details    Read Tutorial    Views: 306    Rate: 0 (0 votes)    Feb 03 2007 - 14:08

ASP.NET Clipboard for PDF Rasterization


Use the clipboard to rasterize and/or resize a PDF file. This allows you to also save it for use as a JPG.


Details    Read Tutorial    Views: 280    Rate: 0 (0 votes)    Feb 03 2007 - 14:06

Using a Control Adapter to Properly Display PNG Images in IE


Internet Explorer 5.5 and 6 cannot display transparent PNG images using the standard IMG tag. Here\'s a solution that uses a control adapter to output different HTML when the image to display is a PNG.


Details    Read Tutorial    Views: 277    Rate: 0 (0 votes)    Feb 03 2007 - 14:04

ASP.NET DropDownList with OptionGroup support


An implementation of a DropDownList Control Adapter which provides OptionGroup support.


Details    Read Tutorial    Views: 345    Rate: 0 (0 votes)    Feb 03 2007 - 14:02

Caching in ASP.NET


An overview of caching in ASP.NET.


Details    Read Tutorial    Views: 262    Rate: 3 (1 votes)    Feb 03 2007 - 14:01

Action Tags


An approach to encapsulating functionality in server controls, separate from a user interface.


Details    Read Tutorial    Views: 271    Rate: 0 (0 votes)    Feb 02 2007 - 12:52

An Easy Introduction to Localization in ASP.NET 2.0


This article describes a quick and easy way to implement localization through the use of resource strings within an ASP.NET 2.0 application (Visual Basic 2005).


Details    Read Tutorial    Views: 259    Rate: 0 (0 votes)    Feb 02 2007 - 12:52

Remote Scripting


Use client-side JavaScript to remotely invoke methods in ASP.NET pages.


Details    Read Tutorial    Views: 278    Rate: 0 (0 votes)    Feb 02 2007 - 12:50

Eventing Within Composite Web Custom Controls


Handling events and View State inside a Web Custom Control using Composition Rendering.


Details    Read Tutorial    Views: 260    Rate: 0 (0 votes)    Feb 02 2007 - 12:49

The benefits of providing solid abstractions


An article on how to identify solid abstractions and their increased importance as your code is accessed from more than one place.


Details    Read Tutorial    Views: 240    Rate: 0 (0 votes)    Feb 02 2007 - 12:48

A New Approach to Designing Web Applications


What we need is a new way to build our applications. Instead of scattering the manual work and items requiring decision making across the development process, we need to do the \"thinky\" things first then automate the rest. Why don\'t we just stop doing things the hard way?


Details    Read Tutorial    Views: 262    Rate: 0 (0 votes)    Feb 02 2007 - 12:46

A Server Control Authoring JavaScript


This is a short series of articles about Abstract Programming. This part is a look at C# authoring a JavaScript file at design time.


Details    Read Tutorial    Views: 248    Rate: 0 (0 votes)    Feb 02 2007 - 12:45

Web Application Page Patterns


Two common design patterns for web application pages: the Single Entity Postback Editor and the Multi-Entity Postback Editor


Details    Read Tutorial    Views: 275    Rate: 0 (0 votes)    Feb 02 2007 - 12:43

Using the MultiView and Wizard Controls in ASP.NET 2.0


Need to collect data from Web pages? ASP.NET 2.0 makes it easy, with the use of MultiView and Wizard controls. Wei-Meng Lee shows you how to take advantage of them.


Details    Read Tutorial    Views: 309    Rate: 0 (0 votes)    Jan 31 2007 - 14:43

Sniffing visitor information


Collecting lots of browser information from the visitor with VB .NET in ASP .NET.


Details    Read Tutorial    Views: 272    Rate: 0 (0 votes)    Jan 31 2007 - 14:41

Object-Oriented ASP.NET


Learn how to use the powerful object-oriented features of C# and VB.NET to build re-usable classes in ASP.NET


Details    Read Tutorial    Views: 248    Rate: 0 (0 votes)    Jan 31 2007 - 14:41

How to Deploy ASP.NET Web Application


Explains different techniques for ASP.NET Web Application deployment.


Details    Read Tutorial    Views: 252    Rate: 0 (0 votes)    Jan 31 2007 - 14:37

Gridview Inside a GridView in ASP.NET 2.0


An article on how to use a GridView control in ASP.NET 2.0, having multiple controls in templates inside it.


Details    Read Tutorial    Views: 1269    Rate: 5 (1 votes)    Jan 31 2007 - 14:36

Extending Your Page Names


Dynamically generated pages are the only way to have a truly big site, however dynamic page names are not very user friendly. This article shows how you can get a static-looking page name and dynamic pages at the same time.


Details    Read Tutorial    Views: 237    Rate: 0 (0 votes)    Jan 31 2007 - 14:34

Customising the DataGrid pager in ASP.NET


Making the pager in a DataGrid more useful by adding additional information about the data being displayed.


Details    Read Tutorial    Views: 253    Rate: 0 (0 votes)    Jan 31 2007 - 14:32

Counting Active Users


Learn how to show how many active users are on your web site.


Details    Read Tutorial    Views: 240    Rate: 0 (0 votes)    Jan 31 2007 - 14:31

Built-In Asynchronous I/O Support in ASP.NET


To make your life easier, many .NET framework classes that provide I/O services come with built-in methods that support and implement the asynchronous execution pattern. This saves you from creating and instantiating delegates to run the I/O operations asynchronously. In this tutorial we will present the most common I/O scenarios, with their built-in asynchronous execution patterns.


Details    Read Tutorial    Views: 247    Rate: 0 (0 votes)    Jan 31 2007 - 14:29

Build a Nested GridView Control with ASP.NET


The biggest oversight in ASP.NET is the lack of an easy way to create fully functional nested grid and user control views (nested means one or more controls exist in one or more GridView cells; these controls may be grids or user control grids nested n-levels deep.) Propagating data downstream, permitting full editing functionality, and event handling are still very labor intensive. This is a glaring deficiency in the way you can develop Web applications with ASP.NET.


Details    Read Tutorial    Views: 426    Rate: 0 (0 votes)    Jan 31 2007 - 14:28

Retrieving File Information In ASP.NET


It\'s easy to get information about a file, including size and create date, using the .NET Framework\'s FileInfo class.


Details    Read Tutorial    Views: 257    Rate: 0 (0 votes)    Jan 24 2007 - 13:26

Converting ASP to ASP.NET


This article begins with an examination of a typical data-driven ASP application and then explains how to do a minimalistic port from ASP to ASP.NET and steps and tips on converting your application fully to ASP.NET. Topics covered: Running ASP and Microsoft ASP.NET on the same Web server, Examining a common ASP application, and Porting the ASP application to ASP.NET.


Details    Read Tutorial    Views: 267    Rate: 0 (0 votes)    Jan 22 2007 - 12:46

How to determine what server is given web site running on using ASP.NET?


This comprehensive tutorial will walk you step-by-step to create a single ASP.NET page by which you\'ll be able to retrieve the server name of any given web site. Explains all the code in detail. Very useful.


Details    Read Tutorial    Views: 221    Rate: 0 (0 votes)    Jan 22 2007 - 12:40

ASP.NET Developers and Search Engine Optimization (SEO)


If you\'re developing for the Web then you should familiarize yourself with some Search Engine Optimization or SEO concepts. The idea here is to make your ASP.NET application as friendly as possible for spiders, and the specific spider we\'re talking about is Google.


Details    Read Tutorial    Views: 268    Rate: 0 (0 votes)    Jan 22 2007 - 11:59

ASP.NET Caching


Caching is an important concept in computing. When applied to ASP.NET, it can greatly enhance the performance of your Web applications. In this article, I will discuss some of the techniques for caching ASP.NET pages on the server side.


Details    Read Tutorial    Views: 306    Rate: 0 (0 votes)    Jan 20 2007 - 18:01

Watching Your Server Processes


Learn how to create an ASP.NET HTTP Handler to view the life and death of the processes used by a Web site. In addition, learn how to create a configuration section handler.


Details    Read Tutorial    Views: 267    Rate: 0 (0 votes)    Jan 20 2007 - 17:48

Creating a File-Upload User Control with ASP.NET


Build multipart MIME upload forms using the InputFile HTML Server Control and learn how to take advantage of the file-upload services built into the HTTP runtime for ASP.NET.


Details    Read Tutorial    Views: 332    Rate: 0 (0 votes)    Jan 20 2007 - 17:38

ASP.NET HOW DO I Video Series: Tips and Tricks


This Tips & Tricks video covers many useful techniques for enhancing ASP.NET 2.0 web sites using Visual Web Developer 2005 Express Edition. Topics include encrypting sensitive information stored in web.config, maintaining the browser scroll position across postbacks, posting content to a different page, setting focus on a specific control when a page is loaded, creating a bulleted list of hyperlinks from an XML file, working with the file upload control, simplifying complex URLs using URL remapping, and using the MultiView control to switch between groups of content programmatically.


Details    Read Tutorial    Views: 1589    Rate: 4 (1 votes)    Sep 14 2006 - 11:38

Moving to ASP.NET


In this paper, we discuss the benefits that companies are seeking to gain in migrating to ASP.NET, and the various approaches they can adopt. We also discuss how to estimate the complexity of a .NET migration, and outline the main phases of a well-planned migration.


Details    Read Tutorial    Views: 1440    Rate: 0 (0 votes)    Aug 29 2006 - 11:49

Add a Quick Poll to Your Web Site (MSDN)


Duncan Mackenzie describes his process to build a "Quick Poll" using Visual Basic and ASP.NET.


Details    Read Tutorial    Views: 867    Rate: 0 (0 votes)    Dec 05 2005 - 11:17