fmbma
Posts: 58
|
| Posted: 09/26/2006, 12:01 PM |
|
I have used Nicole's tips for accessing the values of controls in an editable grid, with server side asp. However, I have not been able figure out the syntax for setting the value of a control during the loop. does anyone have any asp examples?
thanks!
|
 |
 |
FrankR
Posts: 154
|
| Posted: 09/26/2006, 12:06 PM |
|
Where are these tips from Nicole?
What event are you trying to do this in? I can probably help.
_________________
FR |
 |
 |
peterr
Posts: 5971
|
| Posted: 09/26/2006, 12:11 PM |
|
http://forums.codecharge.com/posts.php?post_id=60507
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
peterr
Posts: 5971
|
| Posted: 09/26/2006, 12:13 PM |
|
BTW, I see that there are 2 loops in that article. One in Javascript and one in PHP/ASP. Which loop are you referring to Fred?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
fmbma
Posts: 58
|
| Posted: 09/26/2006, 12:16 PM |
|
Hi,
I am running the loop in asp. I want to do this in the Before update or before insert event.
thanks
|
 |
 |
peterr
Posts: 5971
|
| Posted: 09/26/2006, 9:36 PM |
|
I'm afraid that I don't fully understand what you are doing and how. Assuming that you are following the example at http://forums.codecharge.com/posts.php?post_id=60507 , which exact statement doesn't work for you and what error are you getting?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |