Torna al Thread

<html> <head> <title>Attendi...</title> <link href="MioStyle.css" rel="stylesheet" type="text/css" /> </head> <body class="Sfondo"> <div class="Intestazione">Attesa</div> <div class="Corpo"> <% Dim ValDal As String Dim ValAl As String Dim selTab As Integer ValDal = Request.Form("DatDal") ValAl = Request.Form("Datal") selTab = Request.Form("Selezione") %> attendere: elaborazione in corso... </div> </body> </html> <% Response.Redirect("VisualizzaPerPeriodo.aspx?DataDal=" + ValDal + "&DataAl=" + ValAl + "&Selection=" + CStr(selTab))%>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5