﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » MultiSelect</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 00:58:23 GMT</lastBuildDate><ttl>20</ttl><item><title>MultiSelect</title><link>http://forum.strataframe.net/FindPost6567.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Which control should I use to allow user to have multiselect?&lt;/P&gt;&lt;P&gt;Also, how to insert/update only checked records back to DB?&lt;/P&gt;&lt;P&gt;Any sample?&lt;/P&gt;&lt;P&gt;Thank you</description><pubDate>Tue, 06 Feb 2007 09:21:53 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: MultiSelect</title><link>http://forum.strataframe.net/FindPost6583.aspx</link><description>Most of the .NET controls allow you to have checkboxes on each of the rows.&amp;nbsp; There is a "CheckBoxes" property on the ListView as well as the ListBox and TreeView.&amp;nbsp; When you set that property, you can test on the Checked state of each of the items in the list.&amp;nbsp; &lt;/P&gt;&lt;P&gt;As for the records that will be saved to the database, only records that are modified are saved, so if you do not want a record to be saved, you can call RejectChanges or AcceptChanges on the row which will set the row to an Unchanged state, preventing it from being saved to the database.</description><pubDate>Tue, 06 Feb 2007 09:21:53 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>