Binding to a propery of an object, of an object of an ObjectDataSource.

  • Thread starter Thread starter Kernel Bling
  • Start date Start date
K

Kernel Bling

Hi.

Is it possible to do this: Bind("objB.prop01")

where objB is a public property accessible object in an object
returned by an ObjectDataSource?

I am able to Eval it: Eval("objB.prop01")

without a problem, but the binding gives:
"A call to Bind was not well formatted. Please refer to documentation
for the correct parameters to Bind."

Regards
 
Hi.

Is it possible to do this: Bind("objB.prop01")

where objB is a public property accessible object in an object
returned by an ObjectDataSource?

I am able to Eval it: Eval("objB.prop01")

without a problem, but the binding gives:
"A call to Bind was not well formatted. Please refer to documentation
for the correct parameters to Bind."

Regards

Hi Everyone,
Anyone have an idea it this is indeed a restriction in ASP.NET or
might there be else something wrong?

Thanks in advance!
 
Back
Top