Posts by user3258 • 63 points
3 posts
-
0
votes2
answers2610
viewsA: Date and time validation
Man, from what I understand you got two problems: You need to make sure that that’s a date This date has to be longer than the current date The best is to work with the date and time together and…
-
1
votes1
answer562
viewsQ: Timeout Session using Stateserver
I have an application in cluster who wear the Session, to give no problem I put another machine to serve Session Server and set up the web.config as follows: <sessionState mode="StateServer"…
-
5
votes7
answers10092
viewsA: How to make child form change values in parent form C#?
The easiest way to do this is to create a published variable in Formfilho and use Showdialog() to call it with Dialogresult, thus when clicking on the datagrid you call this code: Statement on the…