zoukankan      html  css  js  c++  java
  • 第四章:使用Rich控件

    .ashx 文件用于写web handler的。其实就是带HTML和C#的混合文件。当然你完全可以用.aspx 的文件后缀。使用.ashx 可以让你专注于编程而不用管相关的WEB技术。

    可以用于不需要表现页面的处理程序。

    Code


    *** 上传大文件

    配置文件, httpRuntime maxRequestLength 和 httpRuntime requestLenghtDiskThreshold.

    Code

    读取数据库大二进制byte[]


    Code

    ***

    使用Memu控件和Muliview可以实现tab标签调用效果。

    重要的是使用css

       .tab

            {

                border:solid 1px black;

                background-color:#eeeeee;

                padding:2px 10px;

            }

            .selectedTab

            {

                background-color:white;

                border-bottom:solid 1px white;

            }

    ***

    Mutiview可用于向导式的表单,在表单里的按钮识别以下命令:

    NextView ----commandName

    PreView    ----commandName

    SwitchViewByID  ------CommanArgument

    SwichViewByIndex ------CommanArgument

    ***

    Wizard 控件用于向导式的表单跳转。

  • 相关阅读:
    iSCSI又称为IPSAN
    文档类型定义DTD
    HDU 2971 Tower
    HDU 1588 Gauss Fibonacci
    URAL 1005 Stone Pile
    URAL 1003 Parity
    URAL 1002 Phone Numbers
    URAL 1007 Code Words
    HDU 3306 Another kind of Fibonacci
    FZU 1683 纪念SlingShot
  • 原文地址:https://www.cnblogs.com/cpsing/p/1315537.html
Copyright © 2011-2022 走看看