Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Data Binding / October 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to Control RowState16 Oct 2006 10:12 GMT2
can I somehow ( Function call or else ) set the RowState of the Row to an
desired / spezific State ??
I know that .AcceptChanges() and .EndEdit() controls the State but i want
to change a specific Row to an specific State.....
ListBox and DataSource not refreshing15 Oct 2006 13:42 GMT2
C#/VS2005/.NET 2.0
I have a ListBox that is using an Object as its DataSource.
The Object has a method - List - that returns a List<xxx> Collection.
The Object also has a method - Add - which does a List.Add(xxx) on the List.
DataGridView doesn't refresh12 Oct 2006 01:50 GMT2
Hi,
   I have a problem with datagridview which is binded to a datatable. When
a datarow is added to the datatable by another thread. Datagridview doesn't
show the new datarow until I call datagridview.refresh() or sort the data by
bind then unbind11 Oct 2006 14:13 GMT3
I have a series of controls (textboxes, checkboxes, and dropdowns)
which I am binding to a list of variables.  Each control is assigned at
design time to a specific variable (by key).  When that control's
variable does not exist in the variable list, I remove the control's
Mapping from DataGrid rows to DataTable rows ...06 Oct 2006 13:03 GMT2
I have the "classic" data binding scenario. DataTable -> DataView -> DataGrid.
Essentially I need to be able to iterate over the rows as displayed within
the DataGrid, and to link back to the corresponding row swithin the DataTable
data source.
DataRow being edited not added to DataTable/DataSet04 Oct 2006 09:21 GMT6
I see that if I edit a data-row and I don’t move to next data-row using
data-grid then that row is not added to the data-table and therefore
dataset.GetChanges() returns null and no data is pushed back to the
data-source.
Master-Detail: Use TextBox as Child03 Oct 2006 15:33 GMT2
Dear Reader,
Situation:
- customers table (bugs in code example)
- order table (solutions in code example)
Databinding, DataGridView and MaskedTextBox question03 Oct 2006 13:25 GMT1
I have a form containing a MaskedTextBox and a DataGridView controls bound to
two business objects.  The DataGridView is bound to a read-only list of
drawing categories to allow the user to see what has been previously entered.
The MaskedTextBox is used to enter a new drawing ...
Databinding to list of nested class declarations02 Oct 2006 15:05 GMT4
I have a problem databind a ListBox to an array of objects defined as a
nested class. The problem is that instead of displaying the text of the
field, it displays the string "<namespace>.NestedTestClass+ProductItem",
which as far as I can tell is the default value returned by ...
FormViewInsertedEventArgs.AffectedRows is always -102 Oct 2006 09:01 GMT2
I'm using a form view together with a ObjectDataSource.
In the FormViewItemInserted event I check
if (1 == e.AffectedRows)
e being of type FormViewInsertedEventArgs
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.