webforms - Disappearing checkbox label in ASP.Net 3.5 DetailsView control -
i have web form button , detailsview control on it. in button's click event change detailsview control insert mode can add records:
detailsview1.changemode(detailsviewmode.insert)
everything works fine, except checkbox in detailsview. when detailsview goes insert mode, text describing checkbox disappears. checkbox works fine.
why text disappearing , how can fix it?
i able fix problem changing template field. not sure why wouldn't work other way.
Comments
Post a Comment