Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Newbie Question on how to present Data

Reply
Thread Tools

Newbie Question on how to present Data

 
 
Danny Ni
Guest
Posts: n/a
 
      04-07-2004
Hi,

I am trying to develop a timeclock report page

Here is a sample of the data I have:
Type DateTime
-------------------
clock in 3/1/04 9:00
clock out 3/1/04 12:00
clock in 3/1/04 13:00
clock out 3/1/04 18:00
clock in 3/2/04 9:10
clock out 3/2/04 12:10
clock in 3/2/04 13:10
clock out 3/2/04 18:10

These are just sample data, real data can have any numbers of activities in
any given day and not limited to 2 days only.

What web controls should I use and how do I use them to present data like
this:

Date 3/1/04
Clock In 9:00
Clock Out 12:00
Clock In 13:00
Clock Out 18:00
Hours 8
Date 3/2/04
Clock In 9:10
Clock Out 12:10
Clock In 13:10
Clock Out 18:10
Hours 8
Total Hours 16

Of course the ASP.Net rendered HTML page will look much better, at lease
aligned perfectly, but I think you get the idea what I am trying to do.

Thanks in Advance.



 
Reply With Quote
 
 
 
 
Danny Ni
Guest
Posts: n/a
 
      04-08-2004
Guys,

I really need answer to this question. I suppose I can use the ASP style
response.write to accomplish it, but is it the only to go?

Thanks Again

"Danny Ni" <> wrote in message
news:...
> Hi,
>
> I am trying to develop a timeclock report page
>
> Here is a sample of the data I have:
> Type DateTime
> -------------------
> clock in 3/1/04 9:00
> clock out 3/1/04 12:00
> clock in 3/1/04 13:00
> clock out 3/1/04 18:00
> clock in 3/2/04 9:10
> clock out 3/2/04 12:10
> clock in 3/2/04 13:10
> clock out 3/2/04 18:10
>
> These are just sample data, real data can have any numbers of activities

in
> any given day and not limited to 2 days only.
>
> What web controls should I use and how do I use them to present data like
> this:
>
> Date 3/1/04
> Clock In 9:00
> Clock Out 12:00
> Clock In 13:00
> Clock Out 18:00
> Hours 8
> Date 3/2/04
> Clock In 9:10
> Clock Out 12:10
> Clock In 13:10
> Clock Out 18:10
> Hours 8
> Total Hours 16
>
> Of course the ASP.Net rendered HTML page will look much better, at lease
> aligned perfectly, but I think you get the idea what I am trying to do.
>
> Thanks in Advance.
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sony DCS-F1: newbie gets a free present bruce_phipps@my-deja.com Digital Photography 5 01-23-2013 08:35 PM
Question: Referencing Formview label when no data is present VB Programmer ASP .Net 1 11-07-2007 08:04 PM
OS present but not present. XPD NZ Computing 4 04-11-2007 11:22 PM
Newbie question on how to present data Danny Ni ASP .Net Web Controls 0 04-06-2004 09:28 PM
Schema: express that "@a present if and only if @b present", where @a, @b are attributes Ralf Wahner XML 5 12-24-2003 11:37 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57