Link to home
Start Free TrialLog in
Avatar of codequest
codequest

asked on

Need some thing like "EditVisible = 'False'" for DetailsView

Working with DetailsView, I learned how to use "InsertVisible = 'False'".

Is there an equivalent for "EditVisible"?   I couldn't find it.  

If there is not, how might I accomplish getting a field to not be visible in the Update mode of the DetailsVew, but still visible during the standard view?  I'm using template fields for the most part.

Am I going to need to build a separate DV for this purpose?

Any guidance on this would be appreciated.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Sammy
Sammy
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of codequest
codequest

ASKER

Thanks for input.   That does work, in the sense that the DV row header can be blanked and the label (if template field) can be formatted or what not.

What I was hoping for was to delete the DV row...I think I'll ask another question aimed at that.

Grazie!