DataBinder Problem

B

Bruce A. Julseth

Text='<%# DataBinder.Eval(Container.DataItem, "price", "(0:c2)") %>'

Produces (0:c2) in the output column

Text='<%# DataBinder.Eval(Container.DataItem, "price") %>

Produces xx.xx00 in the output column

What's wrong?

I note that in my "Currently insalled progams" I have

Microsoft .NET Framework(English) v1.0.0375 (no size listed)
Microsoft .NET Framework 1.0 Hotfix (KB886906) Size 1,721.00MB
Microsoft .NET Framework 1.1 Size
1,721.00MB
Microsoft .NET Framework 1.1 Hotfix (KB886903) Size 1,721.00MB

Would this have anything to do with my problem? Should I uninstall the first
2 items of the list above?

Thank you....
 
B

Bruce A. Julseth

Bruce A. Julseth said:
Text='<%# DataBinder.Eval(Container.DataItem, "price", "(0:c2)") %>'

Produces (0:c2) in the output column

Text='<%# DataBinder.Eval(Container.DataItem, "price") %>

Produces xx.xx00 in the output column

What's wrong?

I note that in my "Currently insalled progams" I have

Microsoft .NET Framework(English) v1.0.0375 (no size listed)
Microsoft .NET Framework 1.0 Hotfix (KB886906) Size 1,721.00MB
Microsoft .NET Framework 1.1 Size
1,721.00MB
Microsoft .NET Framework 1.1 Hotfix (KB886903) Size 1,721.00MB

Would this have anything to do with my problem? Should I uninstall the first
2 items of the list above?

Thank you....

Sorry. I accidentally posted this twice...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top