Advertisement

1 - 10 of 46 containing alltags:("bindingsource") (0 seconds)
For the life of me I can't figure out how to format a string, when I bind a forms text property to an item in bindingsource (which is then linked to a data table). Heres my line of code: Me.Dat...
Zones: MS Visual BasicDate Answered: 07/09/2006 Grade: B Views: 0
Please.... I have a form with Bindingsource, Dataset, DataAdapter and BindingNavigator... The problem is that bindingNavigator is not flexible...So..What I want is to implement the funcionali...
Zones: MS Visual BasicDate Answered: 06/21/2006 Grade: A Views: 17
Hi, I'm using VB 2005. I have a database Application which displays an Invoice.  I'm only saving Certain Fields in the db, For this example assume it's a Subtotal amount and Freight amount.   I ...
Zones: MS Visual BasicDate Answered: 08/13/2006 Grade: A Views: 11
I am working with a Windows Forms application. I have a number of things that I need to do in the UI when the user navigates from one row to the next in a form. I would like to do these things once...
Zones: C#Date Answered: 12/15/2006 Grade: B Views: 0
I am using a c# user control by inheriting the richtextbo,  this control allows the user to edit the content of a note. however if there is no row I want to add a new row  using the bindingsource  ...
Zones: C#, Visual StudioDate Answered: 07/20/2007 Grade: B Views: 159
I have a class similar to the following: Public Class Part     Public PartName as String     Public Description as String     Public HasError As Boolean End Class Then, I created a cl...
Zones: MS Visual BasicDate Answered: 09/21/2007 Grade: A Views: 0
I am having a problem adding a new row to a BindingSource.  I load the binding source as such: BindingSource bsSupplies = new BindingSource(dataSet, "Supplies"); comboMenuList.DataSource = bsSu...
Zones: C#Date Answered: 08/16/2007 Grade: A Views: 57
All you experts: For some reason, BindingSource.Sort and BindingSource.Filter do not work: If list is of type List<A>, "Age" is a public property of  class A and dgv is the DataViewGrid control...
Zones: .NETDate Answered: 12/18/2005 Grade: A Views: 29
All you experts: For some reason, BindingSource.Sort and BindingSource.Filter do not work: If list is of type List<A>, "Age" is a public property of  class A and dgv is the DataViewGrid control...
Zones: C#Date Answered: 12/27/2005 Grade: A Views: 85
Currently I am using the code below to populate a listview control from a dataset, and I need to be able to filter and sort the data within the listview control quickly. I was initially thinking of...
Zones: Visual BasicDate Answered: 02/03/2006 Grade: A Views: 0