
Signature
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
((DataRowView)e.Row.DataItem).Row["NEWPFXO"]

Signature
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> this fires from a gridview and this type of construction works ok in vb.net
> but i keep getting:
[quoted text clipped - 11 lines]
>
> I'm sure it's a simple one.
WebBuilder451 - 28 Aug 2007 23:06 GMT
i did it this way: (string)DataBinder.Eval(gvr.DataItem,"NEWPFXO")
I like your way better, Thank You!

Signature
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
> ((DataRowView)e.Row.DataItem).Row["NEWPFXO"]
>
[quoted text clipped - 13 lines]
> >
> > I'm sure it's a simple one.