You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/Grid/vb_custom_format_template.aspx

16 lines
596 B

<%@ Page Language="VB" %>
<%@ Register TagPrefix="obout" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
<%@ Import Namespace="System.Data.SqlClient" %>
<script language="VB" runat="server">
Dim grid1 As Obout.Grid.Grid = New Grid()
Dim number As String = "#,##0.00;(#,##0.00);Zero"
Dim currency As String = "$#,##0.00;($#,##0.00);Zero"
Dim dateTime As String = "dd/MM/yyyy"
Dim phone As String = "1-###-###-####"
Sub Page_load(ByVal sender As Object, ByVal e As EventArgs)