[DOTNET] DataBinding in DataGrid Columns

2002-06-28 Thread Ateek Bhardwaj
Hi, Any of the ASP.NET DataGrid Columns doesn't support DataBinding. For example I can not use something like this for a BoundColumn to set the Header Text. When I try this then I get DataBinding Error. But this also didn't work: OR Here GetHeaderText() is a public method return some St

Re: [DOTNET] Databinding and Binding Context

2002-06-27 Thread Steve Wallace
I'm binding to an array containing a custom class. -Original Message- From: The DOTNET list will be retired 7/1/02 [mailto:[EMAIL PROTECTED]] On Behalf Of Keith Franklin Sent: Thursday, June 27, 2002 8:03 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Databinding and Binding Co

Re: [DOTNET] Databinding and Binding Context

2002-06-27 Thread Keith Franklin
] Subject: [DOTNET] Databinding and Binding Context I have two controls on a form one is a grid and the other is a combo box, I need them to both bind to the same source and to both receive updates about changes to the data so that when a property is changed the display text is updated. But I want their

[DOTNET] Databinding and Binding Context

2002-06-26 Thread Steve Wallace
I have two controls on a form one is a grid and the other is a combo box, I need them to both bind to the same source and to both receive updates about changes to the data so that when a property is changed the display text is updated. But I want their navigation to be separate. My first attempt w

[DOTNET] DataBinding

2002-06-13 Thread Wayne Lee
Dear All I have a query run against a database to retrieve a list of companies. I can bind that to the repeater fine no problem. what i'd LIKE to be able to do is, bind that to the repeater as part of theitemtemplate...and have that companies products also in the itemtemplate, as a much smaller h

Re: [DOTNET] Databinding related tables

2002-06-03 Thread Michel Broggi
omerTable, "Customers_Invoices"); > >Thanks, > >Shawn Wildermuth >[EMAIL PROTECTED] > >> -Original Message- >> From: The DOTNET list will be retired 7/1/02 >> [mailto:[EMAIL PROTECTED]] On Behalf Of Michel Broggi >> Sent: Monday, June 03, 200

Re: [DOTNET] Databinding related tables

2002-06-03 Thread Shawn Wildermuth
nal Message- > From: The DOTNET list will be retired 7/1/02 > [mailto:[EMAIL PROTECTED]] On Behalf Of Michel Broggi > Sent: Monday, June 03, 2002 5:40 AM > To: [EMAIL PROTECTED] > Subject: [DOTNET] Databinding related tables > > > Hi, > > I'm trying to find o

Re: [DOTNET] Databinding related tables

2002-06-03 Thread Jason Kaczor
Hmmm, have you tried using an Expression as the "bound sub/child property"?, look at the following for general syntax: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/cpref/html/frlrfSystemDataDataColumnClassExpressionTopic.asp (Relevant section cut'n'pasted here): PARENT/CHILD

[DOTNET] Databinding related tables

2002-06-03 Thread Michel Broggi
Hi, I'm trying to find out what the correct way is to bind two related tables to winform textboxes. The scenario is the following: I have a form showing customer information as well as 1-n adresses. The customer information comes from one table, the adresses from another. In the form, the user s