since I just got it working... I agree 100%! thanks
TRAVIS D. FALLS, M.B.A. | THE HARTFORD FINANCIAL SERVICES GROUP |
860.843.4592 | Travis.Falls%40HartfordLife.com">Travis.FallsHartfordLife.com
"Dean Fiala" < dfiala%40gmail.com">dfialagmail.com>
Sent by: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOkyahoogroups.com
09/20/2007 04:26 PM
Please respond to
AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOkyahoogroups.com
To
AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOkyahoogroups.com
cc
Subject
Re: [AspNetAnyQuestionIsOk] String Formatting for #Eval
No worries. I just find working with the DataBound event easier to deal
with when formatting gets more complex.
On 9/20/07, travis.falls%40hartfordlife.com">travis.fallshartfordlife.com < travis.falls%40hartfordlife.com">travis.fallshartfordlife.com>
wrote:
>
> Never worked with it before; didn't think of it... until now. I will
> check it out. (Sorry I have been stuck doing Winforms for the last 18
> months; just trying to get my sanity back) Thanks Dean.
>
> TRAVIS D. FALLS, M.B.A. | THE HARTFORD FINANCIAL SERVICES GROUP |
> 860.843.4592 | Travis.Falls%40HartfordLife.com">Travis.FallsHartfordLife.com
>
>
> > "Dean Fiala" < dfiala%40gmail.com">dfialagmail.com>
> Sent by: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOkyahoogroups.com
> 09/20/2007 04:12 PM
> Please respond to
> AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOkyahoogroups.com
>
>
> To
> AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOkyahoogroups.com
> cc
>
> Subject > Re: [AspNetAnyQuestionIsOk] String Formatting for #Eval
>
>
>
>
> >
> If you are going to go through that trouble why not just use the
> ItemDataBound event?
>
> On 9/20/07, travis.falls%40hartfordlife.com">travis.fallshartfordlife.com < travis.falls%40hartfordlife.com">travis.fallshartfordlife.com
>
> wrote:
> >
> > Thanks for the thoughts Abdulla, however the first suggestion yields
> > http://localhost/AutoEnrollLogViewer/src=%22images/DONE for an image
> path
> > instead of http://localhost/AutoEnrollLogViewer/images/DONE.gif
> >
> > I will try writing a public function, I think that is the best bet.
> Thanks
> > again
> >
> > TRAVIS D. FALLS, M.B.A. | THE HARTFORD FINANCIAL SERVICES GROUP |
> > 860.843.4592 | Travis.Falls%40HartfordLife.com">Travis.FallsHartfordLife.com
> >
> >
> >
> > Abdulla Hussein < abdulla_ah2001%40yahoo.com">abdulla_ah2001yahoo.com>
> > Sent by: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOkyahoogroups.com
> > 09/20/2007 03:50 PM
> > Please respond to
> > AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOkyahoogroups.com
> >
> >
> > To
> > AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOkyahoogroups.com
> > cc
> >
> > Subject > > Re: [AspNetAnyQuestionIsOk] String Formatting for #Eval
> >
> >
> >
> >
> >
> >
> > Try this inside the item template
> >
> > <img border="0"
> > src="../images/<%# Container.DataItem("status") %>.gif"
> > />
> >
> > or write a public function and called it in the item template if you
> have
> > a select cases
> >
> > I hope it help
> >
> >
> > travis.falls%40hartfo