CheckBoxField works in Firefox but not in IE6

D

Dennis McCarthy

I have a CheckBoxField in a GridView. Its ReadOnly property is set to True.
When I open my page in IE 6 the column is empty. When I open it in Firefox
1.5 the check boxes are there. Viewing the source in IE 6 shows that the
CheckBoxField control is rendering the following HTML for the first data item:

<td><span disabled="disabled">
<input id="ctl00_mainContent_FormView1_ParticipantGridView_ctl02_ctl00"
type="checkbox"
name="ctl00$mainContent$FormView1$ParticipantGridView$ctl02$ctl00"
checked="checked" disabled="disabled" />
</span></td>

Why isn't IE displaying a checkbox? Is there any way to work around this?

Thanks,
Dennis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top