I'm curious is there is a convenient way to create an aspx form and have it show as either edit mode or view mode (they have this option is Access)
I want the users to be able to go to a screen to view the information, but then have to click a button to be able to edit it. I'd like to do this with only one form, so I don't have to create/maintain two forms. I think there is a lock property on a control, but I'd have to unlock/lock a LOT of controls if I did this for all of them individually.
Thanks in advance! Any ideas would be most appreciated!
I want the users to be able to go to a screen to view the information, but then have to click a button to be able to edit it. I'd like to do this with only one form, so I don't have to create/maintain two forms. I think there is a lock property on a control, but I'd have to unlock/lock a LOT of controls if I did this for all of them individually.
Thanks in advance! Any ideas would be most appreciated!