Ron
Posts: 26
|
| Posted: 10/13/2005, 6:08 PM |
|
I'm trying to build a Time Sheet for entering hours worked each day for a specific week period. I have an editable grid which only has 7 rows, one for each day of the week.
How do I assign the 7 different dates (Sunday thru Saturday) to each of the rows before it's displayed?
|
 |
 |
Edd
Posts: 547
|
| Posted: 10/13/2005, 11:20 PM |
|
Ron,
As you look at the generated page in the browser, you will notice that CCS numbers each row.
Therefore, firstly create your own record counter OUTSIDE any functions so it is a Global
The in the Before Show Row event, increment the Rownumber and populate the field(s) based upon the number 1= Sunday, etc.
Regards
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
Ron
Posts: 26
|
| Posted: 10/14/2005, 11:14 AM |
|
Freakin awesome! thanks Edd
|
 |
 |
Prakash
|
| Posted: 10/26/2005, 1:42 AM |
|

How do assign the values which i get from database to html controls as we do with Server controls
eg textbox1.text = ds.tables(0).items("xyz")
similarly we can do with HTM COntrols does anybody have any idea
|
|
|
 |
|