Hi there,
What do you mean by "after submission"? At the server, or back again at the client?
If you're expecting the value again at the client, you'll need to use some ASP to write it back to the hidden field.
If the value doesn't arrive at the server, you should check some other things:
1. Is myForm the first form in the page? That is, is forms[0] equal to myForm? For consistency, you may decide to use the same naming scheme.
2. Is the Update field located in the right form?
3. Is Update a reserved word? Can't imagine, but you never know....
If this doesn't help, can you please post some more code so it's easier to see what may be causing the problem.....
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|