modifica scadenziario per larghezza fissa 100
git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@51 43c8e981-f90d-406c-a89a-24a2c4268d51
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_downloadFont.ascx.cs" Inherits="mod_downloadFont" %>
|
||||
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
public partial class mod_downloadFont : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -20,7 +20,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear:both; float:left;">
|
||||
<div style="clear:both; float:left; width:100%;">
|
||||
<asp:Label runat="server" ID="lblScadute" CssClass="ctrHeaderPagerRed" Width="200px" />
|
||||
<asp:GridView ID="grViewScadute" runat="server" AutoGenerateColumns="False" DataKeyNames="Cod"
|
||||
DataSourceID="odsScadute" Font-Size="8pt" Width="100%">
|
||||
|
||||
Reference in New Issue
Block a user