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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -