﻿<?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 » WebForms (How do I?)  » WebBusinessBindingSource</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 20 May 2026 13:34:57 GMT</lastBuildDate><ttl>20</ttl><item><title>WebBusinessBindingSource</title><link>http://forum.strataframe.net/FindPost33409.aspx</link><description>I've dropped the WBBS on the ASPX, wired it up to the business object and then made the WBBS the datasource&amp;nbsp;for both a standard MS GridView and the ASPxGridView ... all of the columns are marked as ReadOnly = false but none of the columns are editable.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Anyone have a clue as to why I cannot edit the columns?&lt;br/&gt;&lt;br/&gt;&lt;div&gt;CT</description><pubDate>Thu, 03 Nov 2016 09:57:35 GMT</pubDate><dc:creator>Charles Thomas Blankenship</dc:creator></item><item><title>RE: WebBusinessBindingSource</title><link>http://forum.strataframe.net/FindPost33415.aspx</link><description>Solved it ... at least I think I did. &amp;nbsp;The WBBS and the ASPxGrid control simply worked differently than I thought. &amp;nbsp;After placing the grid in Edit mode, making a change, then pressing the grid's save button the grid successfully commits the change but to the business object data fields not the database itself. &amp;nbsp;Therefore, in order to get the data from the BO to the database, in the grid's DataUpdated method I &amp;nbsp;simply had to call the BO's Save() method. &amp;nbsp;If anyone has a better way I'd like to hear it.</description><pubDate>Thu, 03 Nov 2016 09:57:35 GMT</pubDate><dc:creator>Charles Thomas Blankenship</dc:creator></item><item><title>RE: WebBusinessBindingSource</title><link>http://forum.strataframe.net/FindPost33413.aspx</link><description>Finally, after breaking at the RowUpdated event, the data does make it to the business object. &amp;nbsp;However, not to the SQL Server table.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Any insight would be greatly appreciated.</description><pubDate>Mon, 31 Oct 2016 20:28:31 GMT</pubDate><dc:creator>Charles Thomas Blankenship</dc:creator></item><item><title>RE: WebBusinessBindingSource</title><link>http://forum.strataframe.net/FindPost33412.aspx</link><description>This keeps just getting better ... and worse.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;I've gotten the grid to edit the columns but when I press the update button on the grid the newly edited data is not updating SQL Server and there are no errors thrown.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;I'm 'bout ready to give up on the WBBS but I'm sure it is not its fault as it has been being used for quite some time.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Just interested ... what is the inner workings of this animal? &amp;nbsp;The grid has the table's primary ID set properly. &amp;nbsp;When I halt the RowUpdating process and examine the business object's CurrentDataTable, the information in the grid has not made it to the business object, which is a very obvious reason why the business object is not updating the database.</description><pubDate>Mon, 31 Oct 2016 20:00:37 GMT</pubDate><dc:creator>Charles Thomas Blankenship</dc:creator></item><item><title>RE: WebBusinessBindingSource</title><link>http://forum.strataframe.net/FindPost33411.aspx</link><description>&lt;div&gt;Not only that but the WBBS does not sync to the row in the database when a new row in the grid is selected.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Crap ...&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Me thinks I'm using the WBBS incorrectly ... but if it is anything like the Winforms BBS I don't think so.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;CT</description><pubDate>Mon, 31 Oct 2016 17:15:46 GMT</pubDate><dc:creator>Charles Thomas Blankenship</dc:creator></item><item><title>RE: WebBusinessBindingSource</title><link>http://forum.strataframe.net/FindPost33410.aspx</link><description>And yep ... I set the BO to Edit() ...&amp;nbsp;</description><pubDate>Mon, 31 Oct 2016 16:17:31 GMT</pubDate><dc:creator>Charles Thomas Blankenship</dc:creator></item></channel></rss>