Deluxe DHTML Menu. The most powerful JavaScript Menu on the Web! Deluxe Menu is a ready-made, professional solution that allows webmasters to create superior, cross-browser, fast-loading web menus.
Free Trial
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
Authorization Manager is a new model for application authorization on the Windows� platform. We will cover what they are, and the code necessary to create an ASP.NET application that utilizes Authorization Manager.
Shows and explains you how to make an ASP .NET Web Service, an ASP .NET Web Application and how to consume the Web Service with the ASP .NET Web Application.
Introduction: In this tutorial we will introduce some of the most commonly used controls used in Asp.net web programming. We will see all the different types of controls and their behavior. I will not talk about complex, data bound or template controls in this tutorial since we are going to look at that in later tutorials.
This article describes procedures to easily and properly create and maintain your VS.Net 2003 projects under your source control system. This is especially important for ASP.Net web applications as many developers have difficulty organizing them under Visual Source Safe.
A complete research of using an Enter key in ASP.NET, submiting a form or how to get specific button "clicked" when visitor hits an Enter key. That could be in case that you want to build Login screen, web site search, pool or all of that on the same page.
This article describes the life cycle of an ASP.NET page from initialization to unloading. Also shows the various methods to override ASP.NET server-side events. Source code available for download.
Understanding the .NET Framework .NET framework is a Windows Component that supports the building and running of windows applications and XML Web services. The purpose of the component is to provide the user with a consistent object oriented programming environment whether the code is stored locally or remotely.
A comprehensive tutorial on uploading files to server hard disk using built-in ASP.NET server controls. Describes how to upload more than one file? how to upload only image files? how to retrieve other form non-binary field values? how to view and delete files uploaded on the server? how to force user to download a file without viewing it? how to expose correct file name to the user browser instead of a generic file.aspx? how to retrieve correct content-type for the file from system registry? how to set/unset max file upload size limit per folder of your application?
We probably all remember how agonizing it is to create client-side cookies using JavaScript. HttpCookie class offers an easier way to accomplish the task and with minimal fuss. This article takes a close look at HttpCookie class and how to use it to store cookies on the client machine.