Make your web site navigation clean and comfortable with Deluxe Java Script Menu! Features: Full cross-browser compatible. Search engine friendly. Cross-frame support. Visible over select boxes, iframes, flash, Java applets. Visual interface for easy setup. A lot of pre-designed templates. Hundreds of visual effects. Scrollable, dragable, floating, and context menus. Keyboard navigation. JavaScript API for changing menu "on-the-fly". Free for Non-Profit Websites!
Free Trial
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
Explans in details how to use XML automatic documentation tags in ASP.NET 2.0 source code. We will illustrate in more details how you can benefit from this technique to the most extent by using some other recommended XML tags to give more comprehensiveness and functionality to your final documentation file.
Explains how to manage a session and application state objects in ASP.NET Web Services.
Using session objects is always a good option for maintaining per user data. But the case of web services is different. In real life, Web services may be called thousands of times a day. In such cases, keeping per user data in the webserver would be a bad approach.
Visual Web Developer 2005 Express Edition is a free editor designed to make your life easier when building ASP.NET web pages with ASP.NET 2.0. It's easy-to-use and easy-to-learn and has a host of features that'll improve your development speed and help you begin building exciting, dynamic web applications with ASP.NET 2.0.
This video introduces a number of the new ASP.NET 2.0 controls for building forms to collect information from the user, validate that information, then send a confirmation e-mail message. Features covered include the Wizard control, Validation controls, and the System.Net.Mail classes for sending e-mail messages.
This tutorial starts by giving an overview of Microsoft. NET architecture then An Overview C#,
Application Structure, Predefined Datatypes, Statements in C#, Working with Namespaces, Error Handling and lot more. At the end of this tutorial you will be able to write C# programs and debug them as well.
Ever wondered how Microsoft have implemented Windows XP help?
Ever wondered how MSDN authors develop their articles?
Ever wondered how come when you press F1 in most application you are presented with something describing that part of the application? You will be amazed if we told you that all of the above cases are developed using the same tool: Microsoft Windows HTML Help Workshop. We believe now you need not us to explain more why Microsoft Windows HTML Help Workshop is an important and vital tool for most software developers and content writers / distributors.
In this tutorial we are going to present you a set of famous and frequently used client side scripts. You can simply copy any of these scripts into your web application without giving any attention to their underlying technologies. If, in any case, further customization or configuration is essential to utilize any of these scripts then we will include this information as well.
VB.NET 2005 Tutorials: Common Controls and Handling Control Events - In this tutorial we will be learning how to use common control like Control Hierarchy, Label and LinkLabel, TextBox and RichTextBox, PictureBox, GroupBox and Panel, Button, CheckBox and RadioButton, ListBox, CheckedListBox and ComboBox, DomainUpDown and NumericUpDown, MonthCalendar and DateTimePicker, TreeView and ListView, Timer, TrackBar and ProgressBar, HScrollBar, VScrollBar, TabControl and Handling Control Events.
Datasets store a copy of data from the database tables. However, Datasets can not directly retrieve data from Databases. DataAdapters are used as a link between them.
This tutorial explains how to manipulate data in database using DataSet and DataAdapter objects.