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
Problems with Remote Desktop
Capture Linkbutton click event in Master page from Content page
My facebook landing page link does not work
Outlook 2007 Continually asks for an Exchange Server password
SQL Query Help
How can i do insert more data with insert query with more select statment linqToSQL?
Which is the most reliable laptop and processor and OS?
Number of records when appending query via VBA
VMWare VSphere upgrade
Create linked server from MS Sql to oracle server