Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting dates in a Web form
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01229139
Message ID:
01229147
Vues:
36
Hi Kevin...thanks for your reply.
I'll give your suggestion a go.

Regards,
Gerard


>Hi, Gerard,
>
>You should be able to store datetime values in Session Variables.
>
>
>DateTime dtToday = DateTime.Today;
>Session["SessDate"] = dtToday;
>
>DateTime dt2 = (DateTime)Session["SessDate"];
>
>
>I'd recommend passing them as parameters to a data access layer.
>
>Hope that helps...
>Kevin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform