Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save datetime
Message
De
25/02/2009 11:34:21
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
01383958
Message ID:
01384076
Vues:
30
>>>Do you know the syntax for this?
>>>
>>>SqlDataSource2.UpdateParameters.Add("DateCompleted", Now())
>>>
>>>
>>This is the quick sample I can find
>>
>>http://forums.asp.net/p/1353133/2768797.aspx#2768797
>>
>>I have the code and I posted it on that forum, but I have limited time now to search for better samples.
>>
>>Hopefully it would be enough for you to adapt for Updating event.
>
>BTW, if you want to do this on the database level, see
>
>Last Updated User Thread #988451 (thanks Greg for recent reminder)

Thanks Naomi. I figured it out.
SqlDataSource2.UpdateParameters("DateCompleted").DefaultValue = Now()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform