Click here to Skip to main content
15,908,776 members
Home / Discussions / C#
   

C#

 
GeneralRe: Formula - How many address in a range Pin
Christian Graus8-Aug-07 18:54
protectorChristian Graus8-Aug-07 18:54 
AnswerRe: Formula - How many address in a range Pin
Luc Pattyn9-Aug-07 1:35
sitebuilderLuc Pattyn9-Aug-07 1:35 
GeneralRe: Formula - How many address in a range Pin
StevenWalsh9-Aug-07 1:45
StevenWalsh9-Aug-07 1:45 
QuestionXML in a rich text box Pin
RussBus8-Aug-07 10:08
RussBus8-Aug-07 10:08 
AnswerRe: XML in a rich text box Pin
Big Daddy Farang8-Aug-07 11:51
Big Daddy Farang8-Aug-07 11:51 
AnswerRe: XML in a rich text box Pin
Hessam Jalali8-Aug-07 17:10
Hessam Jalali8-Aug-07 17:10 
Questionbest way to program a huge xml file Pin
brsecu8-Aug-07 9:52
brsecu8-Aug-07 9:52 
AnswerRe: best way to program a huge xml file Pin
Judah Gabriel Himango8-Aug-07 10:36
sponsorJudah Gabriel Himango8-Aug-07 10:36 
GeneralRe: best way to program a huge xml file Pin
brsecu8-Aug-07 10:47
brsecu8-Aug-07 10:47 
GeneralRe: best way to program a huge xml file Pin
Judah Gabriel Himango8-Aug-07 18:18
sponsorJudah Gabriel Himango8-Aug-07 18:18 
GeneralRe: best way to program a huge xml file Pin
brsecu9-Aug-07 5:20
brsecu9-Aug-07 5:20 
AnswerRe: best way to program a huge xml file Pin
Jimmy Zhang23-Aug-09 13:21
Jimmy Zhang23-Aug-09 13:21 
Questionentering data in same row inmore than one attempt Pin
richieis8-Aug-07 9:40
richieis8-Aug-07 9:40 
AnswerRe: entering data in same row inmore than one attempt Pin
Judah Gabriel Himango8-Aug-07 10:30
sponsorJudah Gabriel Himango8-Aug-07 10:30 
Q.1 doesn't make much sense. If you need to start both the sign-in and sign-out times in a single row, then your row will need 3 column values:

-An ID: e.g. some unique value identifying the row.
-The sign-in time
-A nullable sign-out time.

When you first sign in, create a new row with a new ID, the sign-in time, and a null sign-out time. When you sign out, find that row by the unique ID and update it's sign-out time.

Q.2 Sounds like you're looking for DateTime.Now.ToShortTimeString().


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Minnesota Bridge Collapses
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: entering data in same row inmore than one attempt Pin
richieis9-Aug-07 8:11
richieis9-Aug-07 8:11 
QuestionPoint Cloud Rotation Pin
GreenGiant838-Aug-07 8:58
GreenGiant838-Aug-07 8:58 
AnswerRe: Point Cloud Rotation Pin
Judah Gabriel Himango8-Aug-07 9:12
sponsorJudah Gabriel Himango8-Aug-07 9:12 
GeneralRe: Point Cloud Rotation Pin
GreenGiant838-Aug-07 11:12
GreenGiant838-Aug-07 11:12 
GeneralRe: Point Cloud Rotation Pin
Judah Gabriel Himango8-Aug-07 18:16
sponsorJudah Gabriel Himango8-Aug-07 18:16 
GeneralRe: Point Cloud Rotation Pin
GreenGiant839-Aug-07 3:33
GreenGiant839-Aug-07 3:33 
GeneralRe: Point Cloud Rotation Pin
Judah Gabriel Himango9-Aug-07 4:52
sponsorJudah Gabriel Himango9-Aug-07 4:52 
Questionsorted list question Pin
crash8938-Aug-07 8:49
crash8938-Aug-07 8:49 
AnswerRe: sorted list question Pin
Luc Pattyn8-Aug-07 9:05
sitebuilderLuc Pattyn8-Aug-07 9:05 
GeneralRe: sorted list question Pin
crash8938-Aug-07 15:18
crash8938-Aug-07 15:18 
GeneralRe: sorted list question Pin
crash8938-Aug-07 15:42
crash8938-Aug-07 15:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.