all groups > dotnet windows forms databinding > april 2005 > threads for april 22 - 28, 2005
Filter by week: 1 2 3 4 5
HALP!!! Bound Grid: Bool Column: Detect True so only one row is true?
Posted by Brian Link at 4/27/2005 8:17:45 PM
I have a column in my table called "Default". There can only be one
row where Default = True.
My datagrid is bound to a DataAdapter representing the table, I have
the Default column represented by a DataGridBoolColumn. The
DataAdapter is filling the table properly, and I can navigate, addnew
... more >>
datagrid formating using an If statement
Posted by ScottGX at 4/27/2005 6:02:09 AM
When binding our dataset to our datagrid we want to first put
the data through a routine. For example, a certain DB2 field is a code like
127. When it's 127 I want to display "All day". Any suggestions on how
to format data in a grid by running it through a custom "if" statement?
Thanks
... more >>
Is it possible to access an ACCESS DB with password protected?
Posted by ZhangZQ at 4/27/2005 12:00:00 AM
Is it possible to access an ACCESS DB with password protected?
I have the user/password information of an access db, how can I access it by
System.Data.OleDb ?
Another question is, is it possible to compact a access db by a
System.Data.OleDb ?
Thank you very much!
ZhangZQ
... more >>
Datagrid & child table with no DataGridColumnStyle assigned?
Posted by Quetzal via DotNetMonster.com at 4/27/2005 12:00:00 AM
Hello,
I have a dataset populated using an XML file. The schema has hierarchical
components.
I have created a datagrid and I have assigned a datastyle and then
gridcolumnstyle for all columns at the parent level.
I have created a datastyle for every child level and I have assigned also
gri... more >>
Delphi, Listbox: Could not bind to the new display item
Posted by ZinaLozhkina NO[at]SPAM yandex.ru at 4/24/2005 3:08:08 AM
Hi all,
I tried to create and fill a listbox in Delphi specifying DataSource,
DisplayMember and ValueMember properties. But I got a error "Could not
bind to the new display member".
Then I found an example in Delphi help (only for VB or C++ for some
reason!),
translated it to Pascal and got th... more >>
How to learn about databinding?
Posted by Alex at 4/22/2005 1:43:49 PM
BindingContext, CurrencyManager, PropertyManager, IBindingList, ...
Is there a good tutorial that covers data binding from the basic =
concepts to advanced operation?
Thanks,
Alex.
--=20
Address email to user "response" at domain "alexoren" with suffix "com"... more >>
|