all groups > dotnet windows forms databinding > march 2005 > threads for march 22 - 28, 2005
Filter by week: 1 2 3 4 5
datagrid and textbox
Posted by mf_sina at 3/26/2005 10:49:12 AM
Hi!
I have a datagrid bound to a dataset and also i have a textbox bound to the
same dataset.
when i navigate in my datagrid i want the textbox also navigate
automatically with my datagrid because textbox is using the same dataset as
it's datasource.
for example when i go to record number 1... more >>
Data Binding and validating data
Posted by post.messages NO[at]SPAM gmail.com at 3/26/2005 12:01:00 AM
I have a few issues with databinding.
First of all, I read so much about how painful it seemed to be for
people that I initially started out not using it. As in, if I do
things manually, at least I know what is going on.
However, I liked what I read about the ErrorProvider and the
SetRowErr... more >>
Performance with DataSet: suggestions for best practices?
Posted by Chris Zopers at 3/25/2005 1:47:39 AM
Hello,
I've developed a lot of database-systems in Microsoft Access. Now I'm
going to develop a large system in VB.NET. Before I start, I'm testing
some performance differences between MS Access and VB.NET. When I
connect to a large table (more than 100.000 records) from a database
with MS Ac... more >>
Lock/Stop/Restrict entry when combo box is bound.
Posted by flat_ross NO[at]SPAM yahoo.com at 3/23/2005 9:23:31 AM
I have been unable to google the right keywords to this hopefully easy
answer.
I bind a combobox:
With cboOperator
Dim operator As OperatorDataTable = _company.Operator
.DataSource = operator
.DisplayMember = operator.Name.ColumnName
.... more >>
Datagrids - Rows???
Posted by Darryn Ross at 3/23/2005 12:00:00 AM
Hi
How do i set a row readonly after applying custom table styles and binding
to a datasource??
i need to set particular rows readonly, but i do not know what they are
until i have loaded data from my tables.
Regards
Darryn
... more >>
System.IndexOutOfRangeException
Posted by João Santa Bárbara at 3/22/2005 4:51:42 PM
hi all, i have this error anyone knows how to solve it ???
thks
JSB
at System.Windows.Forms.CurrencyManager.get_Item(Int32 index)
at System.Windows.Forms.CurrencyManager.get_Current()
at System.Windows.Forms.ErrorProvider.ErrorManager_CurrentChanged(Object
sender, EventArgs e... more >>
|