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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21887924.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21892597.htm...
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21916065.htm...
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22086488.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22658090.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22669725.htm...
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22673600.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21662471.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21662472.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21722010.html
Zones:
Visual BasicDate Answered: 02/03/2006 Grade: A Views: 0