From Here. . .

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
Chapter 18.  Web Applications and Services


In this chapter, we have introduced you to two types of Web projects available in Visual Basic .NET: Web Applications and Web Services. Both of these topics are new and exciting areas of Web software development; the World Wide Web is where you will find the latest news and information about them. To learn more about other Visual Studio .NET technologies that you might use in these Web projects, please see the following chapters:

  • To find out more about the DataSet class and data access with ADO.NET, please see Chapter 22, "Using ADO.NET (ADO)."

  • Explore the many ASP Server controls in Chapter 19, "Web Controls."

  • Learn to debug your applications and make them perform better in Chapter 26, "Debugging and Performance Tuning."


    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