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:
ermanno
2008-10-31 09:46:43 +00:00
parent 080fbbf44b
commit d519000e07
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_downloadFont.ascx.cs" Inherits="mod_downloadFont" %>
+13
View File
@@ -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)
{
}
}
+1 -1
View File
@@ -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%">