Password change

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
crash
User
Posts: 177

Password change

Post by crash »

I have a table that contains a hidden field ****.. this field is editable, but when we edit any other field in the table it seem to change the data in the hidden field.
Any suggestions?


MichaelG
User
Posts: 1171

Post by MichaelG »

You can uncheck the field for edit.


crash
User
Posts: 177

Post by crash »

Thank, but then how do I edit it


MichaelG
User
Posts: 1171

Post by MichaelG »

If the field is set to Hidden, it will not be displayed for edit anyway.

If you want to conditionally show the field for edit, set the field visibility in Server Events.


crash
User
Posts: 177

Post by crash »

It's not hidden in the code I mean it's hidden in that it's got the ****


Post Reply