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
Just installed SQL Server 2005, but no instance appears
Workflow Foundation 4 (WF4) or SharePoint 2007 based on WF3?
BootExecute in Startup - Windows XP
average value of a function
Localized Date format
Cisco ASA Logging Connections Increase
Any ideas how to create your own loadbalancer using linux?
sendAndLoad onHTTPStatus issue
VB6 to VS2010 - Training Advice ?
Windows XP and Microsoft Outlook and Windows Installer problems