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 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Newbie With Database Connection Error31 Oct 2005 15:31 GMT1
Wonder if Somebody could help me? I`ve been searching all over for a
solution but am totally lost.
I have a Class called Connection as below:
Public Class Connection
how to erase all rows in DataGrid before populate it again28 Oct 2005 14:10 GMT1
   How can I erase the content o a Data Grid so the next content will be a
fresh one, instead of ADDING to the last line in the datagrid...?
   Thank you
Binding combobox to a cell of a datagrid28 Oct 2005 13:43 GMT1
i am facing problem with attaching combobox to a cell of a datagrid. namely
to the cell 3rd row 4 column..
then the combobox should display the content of that particular cell...
can anyone help me in this regard
Empty table27 Oct 2005 20:47 GMT2
Hello everybody,
I have controls two tables in a dataset that are linked with a relation and all field are bind to control on a form.
When I navigate to a row in the parent table for wich there is no child, the binded text box are empty, as expected.  
When I put text in the ...
Results of query are not returned in DataAdapter Fill method21 Oct 2005 16:43 GMT2
Windows Form Application, MSAccess Database, VB.NET
I am having a very strange problem with the OleDb.OleDbDataAdapter.Fill
method.... I have used this method thousands of times with success and
have never had any problems, but recently I have a query that will
Concurrency21 Oct 2005 01:26 GMT2
i've been researching concurrency issues with ado .net for the past few days
and have found some trouble finding examples that suit my needs.  Over and
over again the only two options i've found is either save the your changes
(DataRowVersion.Current) or don't (DataRowVersion ...
Using DataView filter when binding to DataGridView19 Oct 2005 20:49 GMT4
I have set the 'datasource' property of a 'bindingsource' object to a
DataView ('dv').  The dv is in turn bound to a dataset table:
           dv = this.MyDataSet.MyTable.DefaultView;
I then set the 'datasource' property of a DataGridView ('DGV') object to the
SQL Server and DataSet bound to DataGridView19 Oct 2005 15:41 GMT2
Using VS 2005, I've added a datasource to a DataGridView ('DGV') and this
creates the automatic designer code to bind a dataset to the DGV and a data
adapter to update the SQL database.
The problem is that if I then change the database (e.g. add a field), I need
BuildSortString exception19 Oct 2005 01:34 GMT2
I am using the SortableBindingList<T> class described in the MSDN Custom Data
Binding article at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnforms/html/wi
nforms11162004.asp?frame=true

This business object is displayed in a listbox using databinding via a
binding to the DataGridView16 Oct 2005 14:04 GMT1
I've been looking at the code samples for binding data to a DataGridView
using the bindingSource property.
I do somthing like
bindingSource = new BindingSource();
refer to a field in a table15 Oct 2005 06:09 GMT7
i think i FINALLY found the correct group...wooohooo
using vb2005
i drag-dropped a table onto a form, and removed a bunch of fields i didnt
actually need on the form for dataentry.
Deepbinding: ICustomTypeDescriptor problem12 Oct 2005 15:29 GMT1
I'm trying to implement deepbinding for my custom business objects.
I have written two custom classes:
   BindableObject which implements ICustomTypeDescriptor
   BindableCollection which inherits CollectionBase, ITypedList,
datagrid and custom collection object synchronization12 Oct 2005 13:40 GMT2
I have already posted this on microsoft.public.dotnet.general, but without
answer.
I have custom collection that is bind to the System.Windows.Forms.DataGrid.
My custom collection business object has property Quantity.
databinding to two comboboxes through dataset relationship05 Oct 2005 08:55 GMT1
I have two combo boxes that are populated and bound from two related dataset
tables through their relationship, like this:
//bind to domain tables to populate values
ParentComboBox.DataSource = myDataSet.ParentTable;
Unbound Datagrid Limit Columns03 Oct 2005 23:40 GMT1
The DataGrid appears to show all public properties from the datasource
as columns in an unbound datagrid.  Is there a way to limit the set
shown?  I'm doing this not to avoid showing them but to avoid the
properties being requested from the objects in the datasource.
 
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.