Hi Tomasz,
Thanks for infoming me this. I've forward this issue to some other ASP.NET
engineers (also include the connect report link). I'll update you if I get
any new information.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Tomasz J" <oegweb@nospam.nospam>
>References: <##5l6BBoIHA.2068@TK2MSFTNGP05.phx.gbl>
<YPQ9jLFoIHA.10116@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: Data Binding and Formatting Problem
>Date: Thu, 17 Apr 2008 11:39:04 +0200
>This issue has been described as item 338632
>https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID
=338632
[quoted text clipped - 37 lines]
>> ==================================================
>> Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>> ications.
>>
[quoted text clipped - 28 lines]
>>>
>>>Thomas Jastrzebski
Steven Cheng [MSFT] - 22 Apr 2008 06:35 GMT
Hi Tomasz,
After some further consulting, I've got some information on the Bind
expression from some ASP.NET dev engineer. They told me that this is an
by-design behavior. The Bind() statement doesn't allow specifying any
format info. It just allows a a field name and an optional format string.
And one of the dev engineers has published a blog entry describe how bind
expression works:
http://weblogs.asp.net/leftslipper/archive/2007/06/29/how-asp-net-databindin
g-deals-with-eval-and-bind-statements.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Content-Transfer-Encoding: 7bit
>From: stcheng@online.microsoft.com (Steven Cheng [MSFT])
>Organization: Microsoft
>Date: Fri, 18 Apr 2008 06:56:24 GMT
>Subject: Re: Data Binding and Formatting Problem
>Hi Tomasz,
>
[quoted text clipped - 108 lines]
>>>>
>>>>Thomas Jastrzebski
Tomasz J - 23 Apr 2008 10:33 GMT
Thanks.
I know Bind does not support format info. I never tried to use it that way.
The point is that it does not also support format string as expressions. It
supports constant strings - predefined formats only.
Thomas
> Hi Tomasz,
>
[quoted text clipped - 158 lines]
>>>>>
>>>>>Thomas Jastrzebski
Steven Cheng [MSFT] - 24 Apr 2008 04:29 GMT
Hi Tomasz,
Yes, only a simple constant format string is allowed in the Bind
expression. Actually, as Elion mentioned in his blog entry, Bind expression
will not allow any format expression that is generated by additional
function call or operates.
However, I think it's a good suggestion that the Bind expression be
improved to support more formatting options. You're welcome to post your
comments to our connect site:
#Visual Studio and .NET Framework - English
http://connect.microsoft.com/feedback/default.aspx?SiteID=210
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Tomasz J" <oegweb@nospam.nospam>
>Subject: Re: Data Binding and Formatting Problem
>Date: Wed, 23 Apr 2008 11:33:55 +0200
>Thanks.
>
[quoted text clipped - 13 lines]
>> And one of the dev engineers has published a blog entry describe how bind
>> expression works:
http://weblogs.asp.net/leftslipper/archive/2007/06/29/how-asp-net-databindin
>> g-deals-with-eval-and-bind-statements.aspx
>>
>> Sincerely,
>>
>> Steven Cheng