Using Intelligent Island Grid control throughout the ASP

Source: Internet
Author: User
Tags table name
Using Intelligent Island Grid control throughout the ASP
--------------------------------------------------------------------------------

Chi Island Grid Control as the presentation layer of data, it can be very convenient for currency style, RMB case, Chinese case, a variety of logical style, percentage style, thousand division, such as style settings, you can freeze, lock ranks, the input data validation, you can set formulas for the field, easy to quickly statistics, summary data. Chi Island Grid control for its rich and diverse manifestations, easy-to-use operation has won the vast number of software developers alike. Here to share with you the wisdom of the island Grid control in the application of ASP experience:
Figure 1 Style settings
Figure 2 Picture Management
Figure 3 Multi-layer headings
Figure 4 Rollup Mode
Figure 5 Frozen Lock
Figure 6 Merge Mode
A, registered Chi Island Grid Control
When you download the Chi Island Grid control (with its file name Ogrid.ocx), register the control as follows:
Click "Start" → "run"; In the Run dialog box, enter the following command:
regsvr32 < ogrid.ocx file absolute path > registered Chi Island Grid Control control
regsvr32/u < ogrid.ocx file absolute path > lifting Chi Island Grid Control registration
Add the Smart Island Grid control to the page
Add the following code to the page to insert the Chi Island Grid control:
<object classid= "clsid:79b00e6b-6110-46ae-891c-97773022c958" width= "0" height= "0" id= "OGrid" CODEBASE= "http://" Www.oapro.com/ostarocx/download/OGrid.ocx "></object>
which
Width and Height: The display widths and heights of the accused pieces;
ID: The name of the accusation object that implements the operation of the control by that name;
CODEBASE: Refers to a client that does not have the Smart Island Grid control installed automatically to download the 刂 of the installed control when it runs the page?lt;/p>
Third, the use of Intelligent Island Grid Control performance XML Format data
1. XML Document Format
Chi Island Grid Control using an XML document as a data storage interchange format, the following is an XML document format:
<?xml version= "1.0" encoding= "GB2312"?>
<Table>
<TableInfo><!--Table Information-->
<TableName> Personnel table </TableName><!--data table name-->
<FieldInfoArray>
<FieldInfo><!--xml--> of record field information
<FieldName> name </FieldName><!--field name-->
<DataType>10</DataType><!--field Data Type 3: Logical type 7: Numeric 10: Character Type 12: Memo Type 23: Date type-->
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.