A simple Q: there any performance penalty by extensive data bindin

From: zhaounknown (zhaounknown_at_discussions.microsoft.com)
Date: 03/09/05


Date: Tue, 8 Mar 2005 23:47:01 -0800

I have like 50 controls from data grid and textboxes bound to a dataset in
windows form. Some one told me the extensive data binding will slow down the
aplication.

Does it really perform slower than manually set the textbox values by
"ControName.Text=ValueString"?



Relevant Pages

  • Deleting data in a data grid windows form control
    ... I wanted to display data from a dataset on a windows form and ... the data grid works wel when the dataset ...
    (microsoft.public.data.ado)
  • Writing a simple parent-child dataform
    ... I have a simple windows form with a few textboxes bound to a table in a ... dataset and a datagrid bound to it's child table. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Nested Data Grid Controls
    ... purchase in a windows form. ... Number field and have that bring up a new data grid that will allow ... the first "shopping cart" data grid and populate the item number, ...
    (microsoft.public.dotnet.framework.adonet)
  • Updating a DataGrid without user interaction
    ... I am having a Critical issue with the DataGrid Controls on a Windows form ... I am trying to update a Data Grid by updating the Dataset it is Connected to but when i make changes in the Dataset in a seperate Function it is not showing up on the Data Grid ... It would be great if i could get the Data Grid loded from a Diffrent location ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Dual Database Master Detail
    ... > I am trying to create a windows form that is based on a maser detail ... > (dropdown with a data grid). ...
    (microsoft.public.vb.database)