Microsoft
Software
Hardware
Network
Question : how to prevent more than one checkbox in a list view from being checked
Hello,
I have a listview control with checkboxes enabled. How do I prevent users from checking more than one item.
Answer : how to prevent more than one checkbox in a list view from being checked
Code Behind
rPublic.checked=true
JS:
<script>
var rb = document.getElementById("r
Public");
rb.checked=true;
</script>
HTML:
<input id="rPublic" runat="server" type="radio" name="Public" value="Public" onclick="Target('Public');
" checked />Public
Random Solutions
Special Query in Oracle 10 sqlplus
MySQL data need to "replace" CRLF
WordPress - header and footer navigation has suddenly dissappeared
Pull report from Active Directory
Modify Excel VBA to include a range of cells
Web Server Maintenance Page redirect?
Simulate clicking into a textbox
DOS Batch Turnkey system for Win95
Sharepoint 2010 guides
What is the best GUI for MySQLfor Windows and why?