Response title
This is preview!
var list = tv.CheckedNodes
<div id="dialog-message" class="standardfont" title="Select Location"> <div> <usercontrols:Locations runat="server" ID="Locations" /> </div> </div>
$(function () { $("#dialog-message").dialog({ modal: true, buttons: { Ok: function () { $(this).dialog("close"); } } }); });
<div> <asp:TreeView ID="tvLocations" runat="server" ShowCheckBoxes="All" ExpandDepth="0" OnTreeNodeCheckChanged="tvLocations_OnTreeNodeCheckChanged"></asp:TreeView> </div>
© 2013 jQuery Foundation
Sponsored by and others.