mfauzi
Posts: 14
|
| Posted: 01/30/2007, 9:20 PM |
|
I am designing a 2 steps registration function.
step 1 user enter basic info. Press insert and it will go to next page 2
Page 1 will get the latest primarykey name ApplicationKey thru URL parameter and pass it to Page 2 for entry.
Page 2 has multiple editable grid. My issue is. I create hidden variable Applicationkey in to editable grid but how can I set the default variable ApplicationKey to value from URL Applicationkey.
TIA for any help
|
 |
 |
mfauzi
Posts: 14
|
| Posted: 01/30/2007, 11:19 PM |
|
I Manage to solve it by using ccgetfromget(,) in the default value
|
 |
 |
|