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
Exchange 2010 Backup
Securing a web service call
can any n-router support g and n standards simultaneously?
Exchange 2010 Corrupted Receive Connectors in an inconsistenent state
Styling a Dropdownlist using CSS
RDP
How to replace a Exchange 2010 server suffering from a UNC rollback?
a class def and all the functions inside a dll ???
Group and ungroup a password-protected sheet?
Silverlight ContentPresenter in Button Template