Tuesday, October 4, 2011

Bind bit value to a CheckBox

Checked='<%# Eval("MyBitField").ToString() == "1" %>'

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...