|
|
|
|
|
|---|---|
| disabled="disabled" name="IndexedColumns" id=<%SPHttpUtility.NoEncode("\"chk" + fld.InternalName + "\"",Response.Output);%> type="checkbox" <% SPHttpUtility.HtmlEncode(strCheckedState,Response.Output); %> value=<%SPHttpUtility.NoEncode("\"" + fld.InternalName + "\"",Response.Output);%> /> | disabled="true"> | <% } else { %>
| type="checkbox" <% SPHttpUtility.HtmlEncode(strCheckedState,Response.Output); %> value=<%SPHttpUtility.NoEncode("\"" + fld.InternalName + "\"",Response.Output);%> /> | <% } %> |