Home All Groups Group Topic Archive Search About
Author
7 Jun 2005 2:59 PM
Tim::..
Can someone please tell me why I don't get any visible text in my datagrid
and yet the DataNavigateURLField and DataNavigateURLFormatString return
values???

I want the Text to contain the same as the the DataNavigateURLFormatString...

Can someone please help!

<asp:HyperLinkColumn HeaderText="Name" DataNavigateUrlField="Name"
DataNavigateUrlFormatString="{0}" Text="<%Container.DataItem(Name) %>">
</asp:HyperLinkColumn>

Thank you!

Author
7 Jun 2005 5:59 PM
bradley
Perhaps the text forecolor is the same as the cell background?

Show quoteHide quote
"Tim::.." <myatix_at_hotmail.com> wrote in message
news:B5EBC6EF-AE77-42C7-A5CF-9CF03ECF29AF@microsoft.com...
> Can someone please tell me why I don't get any visible text in my datagrid
> and yet the DataNavigateURLField and DataNavigateURLFormatString return
> values???
>
> I want the Text to contain the same as the the
DataNavigateURLFormatString...
>
> Can someone please help!
>
> <asp:HyperLinkColumn HeaderText="Name" DataNavigateUrlField="Name"
> DataNavigateUrlFormatString="{0}" Text="<%Container.DataItem(Name) %>">
> </asp:HyperLinkColumn>
>
> Thank you!
Are all your drivers up to date? click for free checkup

Author
7 Jun 2005 6:43 PM
Tim::..
I've checked that!

It's not... but thanks anyway!

Show quoteHide quote
"bradley" wrote:

> Perhaps the text forecolor is the same as the cell background?
>
> "Tim::.." <myatix_at_hotmail.com> wrote in message
> news:B5EBC6EF-AE77-42C7-A5CF-9CF03ECF29AF@microsoft.com...
> > Can someone please tell me why I don't get any visible text in my datagrid
> > and yet the DataNavigateURLField and DataNavigateURLFormatString return
> > values???
> >
> > I want the Text to contain the same as the the
> DataNavigateURLFormatString...
> >
> > Can someone please help!
> >
> > <asp:HyperLinkColumn HeaderText="Name" DataNavigateUrlField="Name"
> > DataNavigateUrlFormatString="{0}" Text="<%Container.DataItem(Name) %>">
> > </asp:HyperLinkColumn>
> >
> > Thank you!
>
>
>

Bookmark and Share