I want to fill a History Field with a blank textbox on the Edit Form. I am already showing the History field on text and I manually added a html Textbox.
Is there a way to retrieve this textbox like Request("textboxname")? I have tried this on the events before the update, but it gives me an error saying that I cannot use Request afeter BinaryRead.
I want to do something like this (AspRunner 6.1):
Edit Page - Event Before Record updated:
Values("historyfieldname") = oldvalues("historyfieldname") & Request("textboxname")
Thank in advance.
Regards,
Sergio