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/aspnet_custom_format_templa...

16 lines
494 B

<%@ Page Language="C#"%>
<%@ 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="C#" runat="server">
string number = "#,##0.00;(#,##0.00);Zero";
string currency = "$#,##0.00;($#,##0.00);Zero";
string date = "dd/MM/yyyy";
string phone = "1-###-###-####";
void Page_Load(object sender, EventArgs e)
{