Chapter 19. Web Controls

function OpenWin(url, w, h) { if(!w) w = 400; if(!h) h = 300; window.open(url, "_new", "width=" + w + ",height=" + h + ",menubar=no,toobar=no,scrollbars=yes", true); } function Print() { window.focus(); if(window.print) { window.print(); window.setTimeout('window.close();',5000); } }
Team-Fly    

Special Edition Using Microsoft® Visual Basic® .NET
By Brian Siler, Jeff Spotts
Table of Contents
Part IV:  Working with the Web


In this chapter

Using ASP.NET Server Controls

Validating User Input

Working with Lists and Grids

Special-Purpose Web Controls

From Here…

We begin our chapter on Web controls with an overview of some general guidelines for using controls in the Web forms environment. In the remainder of the chapter, the Web forms controls are broken into groups and described in detail. After reading this chapter, you will be familiar with some of the many useful Web components built into the ASP.NET framework.


    Team-Fly    
    Top
     



    Special Edition Using Visual Basic. NET
    Special Edition Using Visual Basic.NET
    ISBN: 078972572X
    EAN: 2147483647
    Year: 2001
    Pages: 198

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net