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
Sage ACT 2010 - How to create the database in the server and provide connection for remote computers
droid not syncing when outlook is closed
Dell poweredge t610 SAS
How can i use “COALESCE(SUM…” in linq?
How to create a self signed certificate on windows XP
From BCD to ADO
sendAndLoad onHTTPStatus issue
C loop string cat a file name + int n loop
How to cleanly kill an Excel object from memory.
ORA-28002: the password will expire within 7 days