ASP Forms Resources Page 2 of 2

Below you will find 1 categories and 50 links related to ASP Forms Resources.

Links:

ASP : Books

Mastering ASP.NET with VB.NET

Visit Mastering ASP.NET with VB.NET

This comprehensive guide takes experienced VB.NET programmers through all the steps of developing sophisticated interactive web applications with VB.NET's code-behind classes. It includes in-depth coverage of the new ASP.NET Framework and devotes special attention to XML integration and the creation of Web Services. The book also explores ASP.NET configuration and caching, as well as a variety of file-handling techniques. Coverage includes: Using HTML and CSS effectively; Creating code-behind classes; Making effective use of intrinsic objects; Handling files; Sending email; Writing a Windows service; Communicating with other Web Forms; Communicating with databases; Using XML namespace objects; Performing transforms with XSLT and XHTML; Creating user controls; Creating custom controls; Writing dynamic client-side code; Using DHTML appropriately; Creating Web Services; Writing applications that use Web Services.

  • Cost: $34.99
  • Pages: 960
  • Edition: Book and CD-ROM edition
  • ISBN: 0782128750

Mastering ASP.NET with Visual C#

Visit Mastering ASP.NET with Visual C#

In recent years, creating dynamic, server-side web applications has become the most vital part of web development. Now, thanks to ASP.NET and Visual C#, you can build cleaner, more powerful web applications, and you can do it more quickly than ever before. Mastering ASP.NET with C# is an essential guide to harnessing the power of the .NET Framework to develop and consume Web Services of all kinds. This book is packed with the skills you need to get started creating ASP.NET applications, including using Web Forms, connecting to databases with ADO.NET, and working with XML. Coverage Includes: Using the ASP.NET intrinsic objects; Employing the ASP.NET Server controls; Using HTML controls; Saving state data with cookies; Uploading files; Sending email; Retrieving and displaying data from databases; Building User and Composite controls; Building custom controls; Managing multiple ASP.NET configuration files; Creating Web Services, Web Forms.

  • Cost: $34.99
  • Pages: 960
  • Edition: 1st edition
  • ISBN: 0782129897

Microsoft ASP.NET

Visit Microsoft ASP.NET

Don't spend your time wading through manuals to learn ASP.NET. Spend it doing what you do best -- creating Web pages! Begin with an introduction to the .NET initiative. Then work your way through the concepts of ASP.NET, Visual Basic .NET, and ADO.NET. By the time you finish, you'll be using ASP.NET to create custom applications. Combining easy to understand instructions with visual examples, Microsoft ASP.NET Fast & Easy Web Development offers a unique, hands-on approach to ASP.NET that you won't find anywhere else. Explains how to create web sites and applications with ASP.NET and Visual Basic .NET in Microsoft's Visual Studio .NET environment. Written for the beginner, the guide provides step-by-step instructions for adding web forms to an application, placing controls on a form, and responding to events generated when users interact with a form. Using ADO.NET to access data in an SQL server database is also introduced.

  • Cost: $23.99
  • Pages: 416
  • Edition: 1st edition
  • ISBN: 1931841462

Microsoft ASP.NET Applications

Visit Microsoft ASP.NET Applications

A comprehensive reference for developing mobile Web applications with ASP.NET Mobile Controls, which ships with Visual Studio .NET 2003. This update of a popular Microsoft Press title shows programmers how to use the Microsoft .NET Framework, ASP.NET, and Microsoft Visual Studio® .NET 2003 to create powerful, next-generation applications that are available anywhere, on phones, Pocket PCs, and other mobile devices. With this title, programmers learn how to incorporate dynamic access to data with ADO.NET, plus how to deliver content from a single ASP.NET page to multiple client browsers on devices with limited display and input capabilities. Topics include introducing microsoft asp.net for the mobile web; programming asp.net mobile web forms; programming the standard controls; special purpose controls and validation controls; programming the list controls; using the downloadable controls; programming styles and style sheets; accessing data.

  • Cost: $41.99
  • Pages: 720
  • Edition: 2nd edition
  • ISBN: 073561914X

Microsoft ASP.NET Programming

Visit Microsoft ASP.NET Programming

This boxed set consists of a book and three CD-ROMs that contain a full version of the Visual Basic .NET standard software. The book, titled Microsoft ASP.NET programming with Microsoft Visual Basic .NET step by step, explains how to build web applications and services with ASP.NET and Visual Basic. Appropriate for beginning developers with at least some programming experience, it provides instructions for configuring an ASP.NET application, creating web forms, using server controls, accessing data with ADO.NET, and understanding XML-based web services. Teach yourself how to write high-performance Web applications with ASP.NET and Visual Basic .NET. guides you through the fundamental tools and technologies, including the common language runtime, Web Forms, XML Web services, and Microsoft .NET Framework. Topics include creating ASP.NET Web applications; managing application state; enabling caching; testing, debugging, and deploying ASP.NET.

  • Cost: $83.99
  • Pages: 656
  • Edition: Book and CD-ROM edition
  • ISBN: 0735618143

Microsoft ASP.NET Programming

Visit Microsoft ASP.NET Programming

Choose your own best starting point and complete just the chapters you need. It's the smart way to teach yourself essential techniques for ASP.NET with C# one step at a time. Master the fundamentals with the guidance of programming experts G. Andrew Duthie and Douglas J. Reilly. Create Web forms, server controls, and XML Web services. Access data, enable caching, configure security. Build, test, and deploy ASP.NET applications. Accelerate your productivity with dozens of practice exercises, instructive code samples, and real-world advice. Topics include opening and running an ASP.NET web application; creating an ASP.NET web application; understanding programming basics; ASP.NET infrastructure; managing ASP.NET state; configuring an ASP.NET application; security in ASP.NET; ASP.NET web forms; using server controls, accessing and binding data; using caching to improve performance; tracing and debugging ASP.NET applications.

  • Cost: $27.99
  • Pages: 624
  • Edition: paperback
  • ISBN: 0735619352

Professional ASP.NET

Visit Professional ASP.NET

All ASP.NET the code you see listed in the book, with the exception of simple abstract snippets that demonstrate a specific principle or just show the syntax, is available in both VB.NET and C#. The listings you see in the book are mostly written using VB.NET syntax, but avoid any language-specific features wherever possible, so that it can easily be converted to other languages by any reasonably capable developer who prefers to work in a different language. Topics include: Achieving the maximum of cross-browser support; A central "Home page" that makes navigation of the whole site easy; Displaying data about the products available from the site from a backend database; Interactive content driven by either or both server-side and client-side code; Creating graphics on the fly, and other animations to liven up the site; A "login" feature that recognizes users and provides optional personalization; An online order facility with order tracking.

  • Cost: $31.99
  • Pages: 570
  • Edition: 1st edition
  • ISBN: 1861007868

Programming ASP.NET

Visit Programming ASP.NET

Introduction to the .NET platform and ASP.NET; basic programs in HTML; ASP and ASP.NET compared; events in ASP.NET (application, session, page, and control events); HTML and ASP controls compared; basic ASP controls APIs (including in-depth coverage of calendar support); code behind forms; using the Visual Studio .NET IDE; tracing, debugging, and error handling; validation controls in ASP.NET (including built-in and custom validators, plus regular expression support); basic data-binding techniques; list and DataGrid controls; ADO.NET tutorial (basic APIs and programming techniques); calling stored procedures; updating database records; Repeater and DataList controls used with ADO.NET; custom ASP.NET controls (including derived, composite, and full custom controls); overview of Web services (including SOAP, WSDL, and other standards); creating and consuming a sample Web service for a stock ticker; ASP.NET caching techniques explained.

  • Cost: $34.97
  • Pages: 960
  • Edition: 1st edition
  • ISBN: 0596001711

Programming Web Applications

Visit Programming Web Applications

Programming Data-Driven Web Applications with ASP.NET provides readers with a solid understanding of ASP.NET and how to effectively integrate databases with their Web sites. The key to making information instantly available on the Web is integrating the Web site and the database to work as one piece. The authors teach this using ASP.NET, server-side controls, ADO+, XML, and SOAP. The authors will teach readers how to manage data by using ASP.NET forms, exposing data through ASP+ Web Services, working with BLOBs, and using cookies and other features to secure their data. The book dives into ASP.NET with a breakdown of its new features such as server side controls and event handling, Web services and session state management. It then clearly points out the advantages of ADO.NET -- interoperability, a strong-typed programming model, higher disconnected performance, and better scalability. Includes .NET overview, and ADO.NET managed providers.

  • Cost: $27.99
  • Pages: 720
  • Edition: 1st edition
  • ISBN: 0672321068

Teach Yourself ASP.NET

Visit Teach Yourself ASP.NET

Building on an overview of the basic architecture of the .Net framework, Sams Teach Yourself ASP.NET in 24 Hours guides the reader through ASP.NET's basic structure, function and working syntax (data types, operators, functions, web forms etc). The unique approach exposes and explains both VB.Net and C#, including examples for both. Then, the programmer is walked through the creation of a live ASP.NET application. Finally, concise explanations of data manipulation, security, deployment, and yes, even profiling/optimization are introduced. Joe Martinhas been developing client-server, client and web-based applications for more than 10 years. He is currently working as a Senior Software Engineer for NetIQ Corporation. His expertise covers a broad number of Microsoft development technologies, including Visual Basic, C++, ASP, IIS, MTS, Access, and SQL Server. Brett Tomson is a partner and developer with OSIRIS interactive.

  • Cost: $20.99
  • Pages: 480
  • Edition: 1st edition
  • ISBN: 0672321262

Teach Yourself ASP.NET

Visit Teach Yourself ASP.NET

Sams Teach Yourself ASP.NET in 21 Days, Second Edition offers an approachalbe guide to the latest in Microsoft .NET technologies. The author's example-packed and accessible presentation style helped make the previous edition a success. The book walks the reader through the .NET Framework and teaches techniques needed to program Web applications efficiently. For experienced user of the previous version of ASP, this title will serve as an invaluable "upgrade" tool. After covering Web Forms and Server Controls, the author explores at database access with ADO.NET and XML. An application will be built throughout the book to illustrate techniques learned each day. XML Web Services are covered in detail due to their tight integration with ASP.NET applications. Overall this title will make ASP.NET accessible for just about anyone, with or without exposure to the older ASP standard. Chris Payne is the co-founder and CIO of Enfused Media, Inc.

  • Cost: $27.99
  • Pages: 1104
  • Edition: 2nd edition
  • ISBN: 0672324458

Visual Inheritance with ASP.NET

Visit Visual Inheritance with ASP.NET

In any application, it is very desirable for the interface to be consistent. In web applications specifically, you want the user to feel that they are on the same website as they move from page to page, having the same navigation, color scheme, and layout on every page. In .NET windows forms, it is possible to use visual inheritance to have the look and composition of one form, inherit from another. Since each form is itself a class, it would make sense that forms can inherit from each other. However, this capability is not innate to ASP.NET Web forms. While inheritance is supported, this is limited to code inheritance. Methods and Properties can be inherited, however one .aspx page cannot inherit the server controls, form elements, images and HTML script from another base .aspx page. In this article, Craig Bowes shows how to add a form of Visual Inheritance to your ASPX site, simplifying redesign and maintenance.

  • Cost: $8.00
  • Pages: 22
  • Edition: e-book (Acrobat Reader)
  • ISBN: B00007EIML

Web Matrix Starter Kit

Visit Web Matrix Starter Kit

An introduction to ASP.NET, specifically for programming novices. Topics covered include: Getting started: Introduction to server-based Web programming, Microsoft ASP.NET, Microsoft Visual Basic .NET, and ASP.NET Web Matrix; and configuring ASP.NET, ASP.NET Web Matrix, and Microsoft SQL Server™ Desktop Engine (MSDE 2000); Basic techniques: Your first Web Forms page, creating a simple slideshow, getting and applying user preferences, creating a random quotes page, and displaying a hit counter; More advanced techniques: Introduction to programming Web pages with data using ASP.NET Web Matrix, creating a guestbook and displaying formatted guestbook listings, creating a database-driven slideshow, updating master-detail tables, creating a calendar application, and sending e-mail notices automatically from a Web page; Appendixes: Security vulnerabilities, good security practices, and your Web application; and deploying your application to a server.

  • Cost: $20.99
  • Pages: 400
  • Edition: Book and CD-ROM edition
  • ISBN: 0735618569
ASP : Online Articles

What's new in ASP.NET v1.1

Visit What's new in ASP.NET v1.1

Learn the new features of ASP.NET 1.1. This session covers the changes from ASP.NET 1.0 and includes new features such as Code Access Security, IPv6 support, and support for running multiple versions of ASP.NET side-by-side. Topics covered include the top 10 reaons to install ASP.NET 1.1; What platforms support ASP.NET 1.1; Post installation of ASP.NET 1.1; Securing ASP.NET applications such as fixing script injection attacks, securing credential secrets, forms authentication improvements. Written to be viewed with Microsoft PowerPoint.

  • Cost: Free
ASP : Scripts and Programs : Calendars

SohoCalendar

Visit SohoCalendar

This script has been implemented in order to provide ASP.NET developers with an easy yet visual way to select date and/or time in web forms and applications. Both inline and popup approaches supported. Transparency, built-in localization and other features in this control. With SohoCalendar you can:-define first day of the week-define output date format-define calendar size-define calendar borders-customize calendar's elements style by using CSS-images in calendar buttons are supported-customize calendar's header style.

  • Cost: $19.00
  • Version: 1.(x)
  • Platforms: Windows
ASP : Scripts and Programs : Content Management

Ektron CMS300

Visit Ektron CMS300

Ektron CMS300 is a browser-based content management solution that lets business and technical users easily author and manage XML and HTML content. It strictly enforces content and Web page layout and delivers content to multiple sites and devices. Features include Ektron's eWebEditPro+XML editor, content check-in/out, workflow, approval chains, versioning, audit trails, site rollback, HTML and XML forms; scheduled content; calendar control; task assignment; intuitive interface; browser-based image editing; and rapid integration.

  • Cost: $6600.00
  • Version: 4.7
  • Platforms: Windows
ASP : Scripts and Programs : Email Systems

ASP Newsletter Manager

Visit ASP Newsletter Manager

Compose and send HTML and text newsletters. Easily reach your subscribers. Supports all major email components. Dynamic html editor included to compose your messages. Subscriber forms ready to place in your site are included. Easy to integrate with an existing web site. Detailed illustrated user guide. Messages are personalized with salutation, signature and unsubscribe link. You can add/remove subscribers and export your subscribers to a csv file. Enter your company's name, email, url, smtp server and you are ready to send your emails.

  • Cost: $15.00

Newsletter Manager Pro

Visit Newsletter Manager Pro

An easy to use, web-based, mailing list and newsletter management software in ASP. Features: Multiple mailing lists, advanced subscriber management, top-class HTML editor for your newsletters, high-end newsletter personalization, link tracking and click-through statistics, send attachments, upload utilities. For all major email components. For use with or without a website. Easy to integrate into your system. Subscriber forms to capture emails are included. Detailed illustrated manual. MSAccess included, MSSQL-ready.

  • Cost: $59.00
  • Version: 6.00
  • Platforms: Windows
ASP : Scripts and Programs : File Manipultation

HTTP Commander

Visit HTTP Commander

HTTP Commander is web file manager, file upload, web file sharing solution. This software intended for fast and easy integration into Windows web sites functionality of sharing and management files at the server through web browser over HTTP. Its interface looks the same as Windows File Explorer. Users can remotely work with personal or shared folders stored at server side. It designed for Microsoft IIS web servers, written in ASP.NET, supports all popular browsers ans OS at client side. HTTP Commander support both Forms authentication (Standard version) and Windows authentication (for Windows users(Active Directory) version). Features include: Files/folders management operations: creation, copying, deleting, renaming, move; Viewing and setting of attributes; Search for files; Web based editor of text files; Drag and Drop items to folder or ZIP archive at the server side. Also possible to drag items to folder in tree.

  • Cost: Free / $79.00+
  • Platforms: Microsoft Windows Server
ASP : Scripts and Programs : Password Protection

ASPSecured

Visit ASPSecured

ASPSecured is a great security management application that you can use to secure asp pages and protect parts of your applications. User and group protection, user signup, lost password, and no Dll's to register. You can integrate credit card processing, multiple user login management, group redirection, tracking, and many other features. User accounts can be set to automatically expire. You can mass e-mail all of the users in your database based on demographics. Also includes a password lookup script for users who cannot recall their passwords.

  • Cost: $29.00-$99.00
  • Version: 2
  • Platforms: NT
ASP : Tutorials

ASP FAQs

Visit ASP FAQs

An index of ASP frequently asked questions (FAQ). The ASP FAQs are broken down by category which include: Application Object; Arrays; ASP.NET; Cookies; Databases Errors; General Databases; Database Queries; Dates and Times; Email; FileSystemObject; Forms; Functions and Subroutines; Getting Started with ASP; Math Functions; Networking; Regular Expressions; Security; Session Object; The Nature of Things which deal with the fundamental nature of ASP and other FAQs that do not fit in any other category; Uploading; and XML. Includes 10 most FAQs.

  • Cost: Free

ASP Tutorial for Beginners

Visit ASP Tutorial for Beginners

This tutorial provides much information for beginner programmers trying to learn ASP. Topics include: What are Active Server Pages? Displaying Date, Time and Text; Using variables and forms; program flow control; loops; Subroutines and include/virtual; Session and Application methods; Dictionary Object; Cookies; Open Read and Create files; Introduction to Global.asa; Using ASP and JavaScript together; Using arrays; and Displaying pictures from an ASP file. Also includes an Active Server Pages Server-Side Scripting Programmer's Reference.

  • Cost: Free

ASP Tutorials & Scripts

Visit ASP Tutorials & Scripts

Active Server Pages (ASP) is a Microsoft server-side programming language that allows you create dynamic, interactive web sites that expand the static nature of HTML pages. ASP applications are extremely useful and powerful when combined with databases, and can talk to just about any database out there. Weborum's ASP tutorials offer something for all levels of ASP developers, from creating "Hello World", to integrating with advanced SQL Server procedures, and continues to grow each day.

  • Cost: Free

W3Schools ASP Tutorial

Visit W3Schools ASP Tutorial

In this ASP tutorial you will learn about ASP, and how to execute scripts on your server. You will also see that ASP is a powerful tool for making dynamic and interactive Web pages. Topics include an ASP introduction, ASP install, ASP syntax, ASP Variables, ASP procedures, ASP forms, ASP cookies, ASP session, ASP application, ASP #include, ASP global.asa, ASP objects, ASP response, ASP request, ASP session, ASP server, ASP error, ASP filesystem, ASP textstream, ASP drive, ASP file, ASP folder, ASP dictionary, ASP components, ASP reference.

  • Cost: Free
ASP : Web Sites

TotalASP

Visit TotalASP

ASP portal focusing on sites offering ASP resources and components. The growing database of resources is fully searchable. Topics include: applications, ASP hosts, ASP.NET, Books, Components, tutorials and code, webmaster resources, access sites, asp resource sites, communities, developers, designers, news sites, and ASP articles.

  • Cost: Free