Re: Gridview Formatting is poor.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



> computed column
I guess this is the same as an itemtemplate.
Yes, i'm looking for a way i can simply insert it in a property rather than
using additional code.
I don't know how, i'm not to clever with expressions and such.



"Patrice" <a@xxxx> schreef in bericht
news:OlAyI7BHGHA.916@xxxxxxxxxxxxxxxxxxxxxxx
>I would handle this at the query level (or even when the data is entered).
> It allows to make sure you have the protocol info instead of relying each
> time you need it on formatting to get the proper value.
>
> Not familiar yet with the gridview. Doesn't it support databinding
> expression ? In the worst case, you could also add a computed column...
>
> --
> Patrice
>
> "Edwin Knoppert" <news@xxxxxxxxxxxxxx> a écrit dans le message de
> news:43ce1d66$0$12848$ba620dc5@xxxxxxxxxxxxxxxxxxxxxx
>> I want to format a hyperlink bounded field.
>> Fields *could* have http:// *or not* in the websitename entered.
>> I want to format this to http://website.com otherwise i'll get a
>> relative
>> link.
>>
>> I know the itemtemplate workarounds or through row events.
>> It's that i'm trying to use the internal format stuff itself.
>> Is this possible?
>>
>>
>
>


.




... Define an ItemTemplate and an AlternateItemTemplate.... every other item with a different format.... >I have a data list control with 3 columns. ...
(microsoft.public.dotnet.languages.csharp)
  • Re: Formatting a ItemTemplate column?
    ... Marcie ... >I'm trying to test the ability to format a value by just appending a value ... >and returning it from the DataBinder.Eval in an ItemTemplate but I'm getting ...
    (microsoft.public.dotnet.framework.aspnet)
  • access html control in datalist
    ... I need to format the datalist depends on specific condition while databinding ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Formatting a ItemTemplate column?
    ... I'm trying to test the ability to format a value by just appending a value ... and returning it from the DataBinder.Eval in an ItemTemplate but I'm getting ...
    (microsoft.public.dotnet.framework.aspnet)
  • Relevant Pages