This topic is locked
[SOLVED]

 Hiding Field Labels when using a bootstrap template

6/26/2017 1:50:59 PM
ASPRunner.NET General questions
P
precisiondi author

Using the .hide() on an add or edit page doesn't hide the field label. What is the best way to hide the label and field?

jadachDevClub member 6/26/2017

Use JavaScript Onload event.
pageObj.hideField("YOUR-FIELD-NAME");

P
precisiondi author 6/26/2017



Use JavaScript Onload event.
pageObj.hideField("YOUR-FIELD-NAME");


Thanks for the quick response