ASP Control Resources

Below you will find 0 categories and 111 links related to ASP Control Resources.

Links:

ASP : Books

.NET Developer's Kit

Visit .NET Developer's Kit

.NET Developer's Kit Including ASP, C#, and Visual Basic is a 3-Book box set that includes ASP.NET Web Developer's Guide, C# .net Web Developer's Guide, and VB.net Developer's Guide. ASP Topics include: History of ASP standards (versions 1.0 through 3.0), overview of ASP.NET, tutorial to common ASP.NET namespaces (including the Microsoft Visual Basic APIs, data types, collections, Web services, and XML); ASP.NET server controls (and postback support), HTML server controls, validation with validator classes; databound list Web controls (including the Repeater and DataGrid components), in-depth description to ASP.NET configuration (including security guidelines), managing state, using global.aspx, the Application object, handling application and session events; caching options (output, fragment, and data caching), case study for an address book using ADO.NET, introduction to XML (validating, navigating, and querying XML); techniques for debugging.

  • Cost: $119.95
  • Pages: 1648
  • Edition: Book and CD edition
  • ISBN: 192899461X

Active Server Pages 3

Visit Active Server Pages 3

Active Server Pages 3 Developer's Guide. This insider's guide is packed with professional techniques and real-world examples for creating interactive e-commerce enabled Web sites. You won't have to learn a new language because this unique reference offers expert advice on developing server-side applications using both JavaScript and VBScript. These pages are packed with practical shortcuts to help you create and manage state-of-the-art Web sites, from building online catalogs to controlling access and integrating databases. With this guide, you'll discover how to simplify and speed up development and find innovative ways to take advantage of ASP. Explore the newest features of ASP 3, Create a new Web project and access the pages, Develop server-side applications using JavaScript and VBScript, Use ADO for database access and manipulation, Understand and implement Web applications, including Active X components, Utilize scriptless ASP processing.

  • Cost: $39.99
  • Pages: 522
  • Edition: Book and CD-ROM edition
  • ISBN: 0764547151

Active Server Pages by Example

Visit Active Server Pages by Example

Active Server Pages 3.0 by Example teaches you the fundamentals of creating distributed applications using Microsoft's Active Server Pages technology. You'll learn to use VBScript to write server-based programs that calculate, perform logical operations, access data, and work with ActiveX Internet components that ship with Windows NT 4.0 Server and Windows 2000 Advanced Server. With this book you will be able to migrate from writing static web pages to dynamic web pages containing script; discover the fundamentals of object-oriented programming to facilitate client-server interaction in a distributed environment, work with Microsoft's ActiveX Data Objects (ADO) technology to handle features and functions that web sites require repeatedly; use II5 and installable components to control advertising banners, keep track of web page usage, and organize the way users navigate your site. Bob Reselman is a software developer, writer, and teacher.

  • Cost: $9.99
  • Pages: 592
  • Edition: 1st edition
  • ISBN: 0789722402

Active Server Pages How-To

Visit Active Server Pages How-To

This is a comprehensive guide to creating Active Platform projects. It shows you how-to create Web pages with functionality equal to the most sophisticated Windows application program. Active Server Page How-To provides 100 cutting-edge projects that cover the entire range of Active Platform development. Topics include conversion of C++ legacy code into ActiveX controls, converting an ActiveX control into an Active Server Component or Active Data Object, and modifying an ActiveX control to work with Distributed COM or function as an ISAPI extension. Each chapter includes one or two How-To's that demonstrate moving legacy code into the Active Platform; several How-To's for common problems that are either not documented or where the documentation is wrong or incomplete; one or two How-To's that illustrate using features from one Active Platform element with other components. Assumes a knowledge of C++, a standard word processor, and Visual C++ 5.0.

  • Cost: $3.00
  • Pages: 697
  • Edition: Book and CD-ROM edition
  • ISBN: 1571691162

ADO 2.5 RDS with ASP

Visit ADO 2.5 RDS with ASP

Together, Microsoft's ADO data access technology and their dynamic internet package Active Server Pages have become a powerful combination for delivering data-driven content across the web. Combined with RDS - remote Data Services - they allow web developers to manipulate data held in a range of databases smoothly effectively and well. Topics covered include: ActiveX Data Objects (ADO) and Remote Data Services (RDS) overview; ADO 2.5 object model; Record and Stream objects; Using database Connection objects; Transactions; Events; Working with Command objects; Parameters; Recordset objects (including XML options); Cloning; Sorting; Batch updates and multiple recordsets; Disconnected recordsets and RDS; Metadata and custom recordsets; XML support; Data-shaping tutorial; Using ADO with MTS on the middle tier; RDS objects (basic operations, the RDS data control, ActiveX servers); Oracle with ADO; Oracle stored procedures; ADS and RDS reference.

  • Cost: $34.99
  • Pages: 819
  • Edition: 1st edition
  • ISBN: 1861003242

ASP .NET Developer's Guide

Visit ASP .NET Developer's Guide

Comprehensive guide to the widely-anticipated .NET framework, the next generation of Microsoft's ActiveServer Pages. Favorable numbers'forty percent of today's Web sites utilize ASP, and it's logical that most of ASP developers will want to take the next step to ASP.NET. Written by the best-selling author of three other series titles, Instant ASP Scripts, Instand ASP Components, and ASP Developer's Guide. Best-selling author and ASP expert Greg Buzcek shows you all you need to know to master ASP .NET the widely-anticipated, next generation of Microsoft's Active Server Pages. Also, on the CD-ROM, you'll find all the code from the book, as well as bonus application solutions not found inside the book. Topics include: ASP.NET Basics; ASP.NET Language Structure; HTML Server Controls; Data List Web Server Controls; Request and Response Objects; System.Data and System.Data.OLEDB Namespaces; System.Data.SQLClient Namespace; Error Handling.

  • Cost: $34.99
  • Pages: 900
  • Edition: paperback
  • ISBN: 0072192887

ASP Programming for the Beginner

Visit ASP Programming for the Beginner

ASP Programming for the Absolute Beginner is designed to help readers with no programming experience learn not only the basics of ASP, but also the fundamental programming concepts they need to grasp in order to learn their next programming language. Offering an easy, non-intimidating approach to ASP, the For the Absolute Beginner series was designed by computer science instructors and takes a unique approach to programming. Throughout the book, you will be using programming concepts to create simple games with ASP. Before you know it, you will have accumulated a wealth of programming skills that you can easily put to use in real-world scenarios, including programming ASP Web pages with VBScript, using ASP to work with databases and forms, and working with ASP objects and components. Topics include: connecting to databases, executing queries, and presenting nicely formatted results, ASP syntax, control structures, interaction with HTML forms.

  • Cost: $29.99
  • Pages: 368
  • Edition: Premier Press
  • ISBN: 1931841012

ASP Validation Controls

Visit ASP Validation Controls

With the arrival of ASP.NET came the introduction of validation controls, one of the greatest timesaving features included with it. Such controls allow for data entered by the user to be validated both at the client and then at the server, providing a robust mechanism with standardized feedback, with no need for the developer to implement complicated validation routines for each input form. This article by JS Greenwood looks at how such validation controls, with their distinctive asp:validatorType format can be implemented in classic ASP performing validation at both the client and server thus allowing for a feature rich system that is compatible with ASP.NET and also helping ease the migration of applications. In the first part, the nature of validators is looked at, and a client-side implementation is developed. In the second part, a server-side implementation of the validators is developed, and the shortcoming of the client-side is redressed.

  • Cost: $15.00
  • Pages: 21
  • Edition: e-book (Acrobat Reader)
  • ISBN: B00008OI1B

ASP.NET

Visit ASP.NET

Welcome to the only guidebook series that takes a visual approach to professional-level computer topics. Open the book and you'll discover step-by-step screen shots that demonstrate over 130 key ASP.NET tasks, including: Creating a simple ASP page; Declaring and initializing variables; Manipulating text with the ASP:Label Control; Inserting data into a SQL database; Testing a Web service; Creating a three-tier Web form; Using application directives in the Global.asax; Configuring multiple sites; Setting up encodes; Migrating JavaScript to Javascript.NET syntax. The CD-ROM contains development tools, complete source code for all applications in the book, trial version of Vmware Workstation, evaluation version of XML spy IDE, Antechinus C# Editor and TextPad shareware, plus an e-version of the book. High-resolution screen shots demonstrate each task. Two-page lessons break big topics into bite-sized modules. Succinct explanations walk you through.

  • Cost: $26.99
  • Pages: 320
  • Edition: Book and CD-ROM edition
  • ISBN: 0764536176

ASP.NET

Visit ASP.NET

The majority of web applications require some form of user authentication and authorization. This can range from simply restricting part of an application to members only, through to sophisticated management of content according to the type of user. One of the most useful features of ASP.NET is the integration of a generic user authentication and authorization framework that can be molded to the requirements of most applications. The framework makes it simple to incorporate authentication, and control access to content, based on the roles of users. This article demonstrates the creation of security principal and identity objects for use in form-based authentication using a custom data source, and implementation of role-based authorization to restrict content to users that are members of a specified role. This article assumes the reader has basic knowledge of XML, C#, the .NET framework and ASP.NET development.

  • Cost: $8.00
  • Pages: 13
  • Edition: e-book (Acrobat Reader)
  • ISBN: B00006H59L

ASP.NET Bible

Visit ASP.NET Bible

Completely revamped for the .NET Platform, ASP.NET is an indispensable tool for creating the next generation of Web applications and Web Services. This comprehensive resource gives you in-depth guidance for building dynamic, data-driven applications tailored to any browser or device. Whether you're a seasoned ASP developer or a Web development newcomer, you'll find the real-world techniques and insights you need to take ASP.NET programming to the next level. Inside, you'll find complete coverage of ASP.NET: Get up to speed fast on ASP.NET development with both Visual Basic .NET and C#; Build forms with Web Controls, including Rich Web Controls like AdRotator and Calendar; Debug ASP.NET pages – and learn how to write high-quality code; Master ASP.NET database programming with ADO.NET and SQL Server; Bind data and controls with XML; Develop, deploy, and use business objects; Create secure wireless applications using ASP.NET mobile controls.

  • Cost: $34.99
  • Pages: 1000
  • Edition: 1st edition
  • ISBN: 0764548166

ASP.NET by Example

Visit ASP.NET by Example

ASP developers need to understand how ASP.NET can help them solve business problems better than any prior product. ASP.NET by Example is designed to provide a "crash course" on ASP.NET and quickly help the reader start using this new technology. As part of the By Example series, this book approaches ASP.NET in an easy-to-use tutorial way, giving the reader a much faster and more interactive learning experience than the traditional reference book. By building the sample applications taught in the book, readers will learn how to create custom ASP.NET controls, how to use ADO+ objects in ASP, and how to deploy and manage applications. ASP.NET by Example also provides tools and information needed to migrate old ASP files to the new platform, saving developers significant time and money. As an added feature Steven A. Smith has included multiple case studies on how ASP.NET is used in e-commerce applications.

  • Cost: $20.99
  • Pages: 552
  • Edition: 1st edition
  • ISBN: 0789725622

ASP.NET Community Starter Kit

Visit ASP.NET Community Starter Kit

Building Websites with the ASP.NET Community Starter Kit (CSK) is a practical guide to understanding, implementing, and extending this powerful and free application from Microsoft. The first half of this book gives you a full understanding of the Community Starter Kit, and the confidence to create, administer, and customize your own site. The second half of the book goes deeper providing you with the skills to extend the application and create your own custom functionality. Create and administer community websites; Customize your CSK website; Explore the inner workings of CSK modules, Extend the CSK by creating new modules and customizing existing modules; Add an RSS feed to share your site content with others; Deploy your CSK website. This book was written for ASP.NET developers with a sound grasp of C# and access to Visual Studio .NET. This book uses C#, Visual Studio .NET version of the ASP.NET Community Start Kit.

  • Cost: $44.99
  • Pages: 268
  • Edition: Paperback First Edition
  • ISBN: 1904811000

ASP.NET Components Toolkit

Visit ASP.NET Components Toolkit

This book explores a wide range of ASP.NET controls, including examples which incorporate images, exploit data binding, and offer rich design-time interfaces. Each component is presented in the same manner. First the requirements are reviewed, then the technical obstacles and tools to overcome them are explored. We then examine the design decisions which go into the implementation, before examining the full code. Finally, each component's use is demonstrated, and its limitations and potential for extension are discussed. ASP.NET offers developers an exciting architecture for building web sites from modular components. Using server controls, ASP.NET developers can easily incorporate pre-built chunks of functionality into their sites. They can also develop their own controls, and build in design-time support to make it easier for other developers to reuse their code. The ASP.NET Solutions Toolkit is a collection of reusable ASP.NET components.

  • Cost: $19.99
  • Pages: 370
  • Edition: 1st edition
  • ISBN: 1861008023

ASP.NET Data Web Controls

Visit ASP.NET Data Web Controls

Utilizing the more advanced features of the Data Web Controls has many developers stumped. These controls are fairly simple to use when it comes to simple data display. However, they can do much more than merely present data. For example, the DataGrid Web Control allows for sorting, paging, and editing of data. In addition, these controls allow for templating of data, which can be used to provide more complex views. The DataGrid, DataList, and Repeater forum on the Microsoft ASP.NET Forums received more than 2,100 posts in the first month and a half of use, or over 35 posts per day on average. As the Web master of an ASP.NET Web site, Scott has also received numerous emails from readers and visitors asking questions about these Web Controls. ASP.NET Data Web Controls is likely to be an indispensable item in every ASP.NET developer's toolbox. Scott Mitchell has authored hundreds of articles on Microsoft Web Technologies since 1998.

  • Cost: $24.49
  • Pages: 432
  • Edition: 1st edition
  • ISBN: 0672325012

ASP.NET Development

Visit ASP.NET Development

Starting with the basics, readers will learn how Dreamweaver integrates with the .NET framework before moving on to more advanced topics like ADO.NET database interaction and extending the .NET framework through user controls. In the process, readers will also discover how to take advantage of Dreamweaver's fantastic Web Services integration--again in the context of the .NET framework and the new object-oriented features available to .NET languages. Peppered throughout are the inside tips and timesaving techniques readers have come to expect from this popular series. For anybody who wants to create .NET applications from within Dreamweaver MX, this guide is mandatory. In clear, direct language, reinforced by lots of visual aids, this task-based guide shows readers how to use Macromedia's popular Dreamweaver software (completely updated to support ASP.NET) within the .NET framework to create more powerful Web applications than ever before.

  • Cost: $20.99
  • Pages: 136
  • Edition: 1st edition
  • ISBN: 0321146425

ASP.NET for Developers

Visit ASP.NET for Developers

ASP.NET For Developers focuses on teaching the reader ASP.NET using Visual Basic.NET in the most concise, straightforward manner possible. The book presents key concepts for using ASP.NET and VB.NET to efficiently create useful applications. The book contains specific, practical shortcuts and examples based on the extensive experiences of the authors, especially Amundsen's ground floor involvement with IBUYSPY. In this book you'll learn the significance of the new .NET technology with respect to creating Web based applications. This compact resource contains everything you need to get started with .NET programming including an explanation of the platform, a solid introduction to Visual Basic .NET, thorough coverage of the ASP.NET controls and technologies, explanation of ADO.NET, XML Web Services, and configuration and deploymemnt issues. Even if you haven't built a web based solution before, this book gives you the tools you need to get going.

  • Cost: $34.99
  • Pages: 480
  • Edition: 1st edition
  • ISBN: 067232038X

ASP.NET For Dummies

Visit ASP.NET For Dummies

Guide for web designers and HTML coders who are ready to take their web site to the next level and begin building web applications on the .NET platform. For beginning to intermediate users. Harness next-generation ASP.NET features to create dynamic Web applications. Whether you're a Web development newcomer or a Classic ASP veteran, this friendly guide is just what you need to tap the power of the totally revamped ASP.NET. From Visual Basic.NET fundamentals and object-oriented techniques to using Web Forms to create interactive pages and harnessing ADO.NET to retrieve information and update databases, it's just what you need to take your pages to the next level. All this on the bonus CD-ROM Complete source code for Cafe Chat Room, Classy Classifieds, Guestbook, and many more examples Eiffellanguage plug-in for ASP.NET Controls and Components: Sax Basic Engine ASP.NET Editors: ASPEdit 2001, Helios TextPad, and Antechinus C#.

  • Cost: $17.49
  • Pages: 432
  • Edition: Book and CD-ROM edition
  • ISBN: 0764508660

ASP.NET for Web Designers

Visit ASP.NET for Web Designers

Teaching ASP.NET in a non-linear format that creative thinkers can easily grasp and understand without the typical programming jargon. Provides clear and concise, hands-on, real-world examples right from the beginning of the book. The book contains a natural progression by providing foundational information in the opening chapters. Content will be presented with "hands-on" examples so the opening chapters will also be laying the groundwork for more advanced subjects by not only presenting the information but by writing code as well. The middle section of the book covers the key cast members on the .NET stage including HTML Controls, Web Controls and List Controls. The third and final section of the book covers more advanced issues in ASP.NET including data access and security issues. Peter Ladka is the Chairman and President of Nexus Media Inc., a web development firm located in New York.

  • Cost: $31.50
  • Pages: 648
  • Edition: 1st edition
  • ISBN: 073571262X

ASP.NET in 60 Minutes a Day

Visit ASP.NET in 60 Minutes a Day

Learn how to write clean, reusable, scalable code for Web pages using ASP.NET. Experienced trainer Glenn Johnson takes you inside his virtual classroom to provide you with seventeen one-hour lessons that recreate a typical introductory seminar on Microsoft's scripting technology. By the end of the class, you'll have gained the skills needed to develop stunning visual elements on your own Web pages and Web services using ASP.NET. Discover the key concepts of ASP.NET and gradually progress through the .NET Framework. Learn how to work with Web server controls available in Visual Studio.NET and build custom Web controls. Add security to your Web site as well as enhance its overall performance. Create custom Web controls from scratch. Perform data manipulation, sorting, and filtering using the DataGrid control. Develop ASP.NET applications using such tools as HTTP handlers and modules. Optimize software performance with ASP.NET caching.

  • Cost: $35.00
  • Pages: 800
  • Edition: 1st edition
  • ISBN: 0471430234

ASP.NET in a Nutshell

Visit ASP.NET in a Nutshell

For those experienced with previous versions of ASP or the .NET platform, ASP.NET in a Nutshell is an invaluable resource that goes beyond the published documentation to highlight little-known details, stress practical uses for particular features, and provide real-world examples that show how features can be used in a working application. Unlike other books, it distills a large and comparatively complicated subject into a compact tutorial and reference that is useful for both learning essential concepts and daily reference. This book covers application and web service development, custom controls, data access, security, deployment, and error handling. There's also an overview of the web-related class libraries. A resource that goes beyond the published documentation to highlight little-known details, stress practical uses for particular features, and provide real-world examples that show how features can be used in a working applications.

  • Cost: $27.97
  • Pages: 800
  • Edition: 1st edition
  • ISBN: 0596001169

ASP.NET Mobile Controls

Visit ASP.NET Mobile Controls

The ASP.NET mobile controls give developers the tools they need to create sites and applications that are accessible from a variety of devices. They are contained in an optional add-in called the Microsoft Mobile Internet Toolkit, which can be installed on top of the .NET Framework. This toolkit contains the controls themselves, plus some additional functionality that can be utilized by Visual Studio .NET for producing mobile applications. The first section teaches the basic concepts of mobile development, and walks the reader through the basics of WAP, WML, and the concepts of devices with limitations in size, memory, screen, bandwidth, etc. The core section of the book goes on to teach ASP.NET developers how to create mobile controls to produce targeted output suitable for viewing on one of these devices. This book teaches the ASP.NET programmer all of the necessary concepts they need to understand to be able to competently create applications.

  • Cost: $39.99
  • Pages: 450
  • Edition: 1st edition
  • ISBN: 1861005229

ASP.NET Mobile Web Application

Visit ASP.NET Mobile Web Application

Imagine you are a network administrator. You are driving back from work after a really long day; or you are enjoying a family get together and you start getting paged with those dreaded 'service down' or 'server down' messages. You leave everything and rush to your office to figure out what is going on with your servers. Even if everything is okay, as an administrator you may want to keep an eye on the health and other statistics of servers from time to time. Wouldn't it be nice if you could accomplish this from a mobile device without having to rush to a computer? This article, by Amir Khan, discusses how you can use Microsoft Mobile Internet Toolkit, .NET Performance Counters and Windows Task Scheduler to develop a mobile web administration web site that allows you to manage your servers via mobile devices (cell phones and PDAs). An ASP.NET Mobile Web Application to Monitor and Control a Server Farm was written by Amir Khan for ASPToday.

  • Cost: $8.00
  • Pages: 18
  • Edition: e-book (Acrobat Reader)
  • ISBN: B00007M76T

ASP.NET Programmer's Reference

Visit ASP.NET Programmer's Reference

ASP.NET Essentials in One Handy Reference. Find just the right ASP.NET information you need for the task at hand in this convenient resource and idea generator. ASP.NET Programmer's Reference offers key details on ASP.NET base functionality classes, controls, namespaces, and page directives. You'll also get tips on maximizing the new features within ASP.NET. Throughout this concise reference, you'll find expert programming advice--all in an easy-to-follow format. Jump to concise definitions of key ASP.NET features. Save time and improve code functionality. Get workable solutions from the sample code included in each chapter. Find information quickly using the tabbed format. Get essential programming information at your fingertips! This handy guide covers the full range of ASP.NET objects, controls, and code structures, as well as offers quick access on ASP.NET features and syntax. Covers ASP.NET System.Web Namespace Classes and page directives.

  • Cost: $13.99
  • Pages: 350
  • Edition: 1st edition
  • ISBN: 0072190493

ASP.NET Tips & Techniques

Visit ASP.NET Tips & Techniques

Seasoned developer and author Greg Buczek shares his extensive ASP.NET knowledge in this well-organized resource designed to deliver focused information you can instantly put to use. Get practical advice about coding essentials and page issues, and use Web controls to add functionality to your ASP.NET applications. Tap into the improved durability, speed, and scalability of Visual Studio .NET, utilize a complete library of ASP.NET controls, and minimize your development time while maximizing performance. Build interoperable Web services and applications for the .NET Framework, and achieve enterprise-level functionality with help from this powerful, easy-to-use reference. Precise, proven techniques -- professional-level advice from industry experts. Chapter-by-chapter subject indexes make critical information easier to access. Focused information -- straightforward explanations for experienced programmers. Quick and concise solutions that work.

  • Cost: $34.99
  • Pages: 592
  • Edition: 1st edition
  • ISBN: 0072225149