Hi Guys,
I'm writing a page to allow user to update a single record. the page is made of some input fields within a form. There are 2 key fields. After pgm load the record to the page, user can press the update button to update the record. But I don't want user override the key field. If I disable the key fields, I cann't get the key value by request.form.keyfield.value. What should I do to protect the key fields and still can request the key value? I don't know if I explain my problem clearly.
Thanks!
I'm writing a page to allow user to update a single record. the page is made of some input fields within a form. There are 2 key fields. After pgm load the record to the page, user can press the update button to update the record. But I don't want user override the key field. If I disable the key fields, I cann't get the key value by request.form.keyfield.value. What should I do to protect the key fields and still can request the key value? I don't know if I explain my problem clearly.
Thanks!