Ask a Question related to ASP.NET General, Design and Development.
-
Rajesh Tiwari #1
Re: Change font color in Datagrid?
use boundcolumn in the following way
<asp:datagrid id=grd runat=server BackColor="#ccccff" Border=1
BorderColor="black" ShowFooter="false"
AutoGenerateColumns="true"<columns>>
<asp:BoundColumn HeaderText="<font color=red>id</font>"
DataField="fname" runat=server/>
</columns>
</asp:datagrid>
Rajesh
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Rajesh Tiwari Guest
-
How to change the font, the font size, and color text
How to change the font, the font size, and the color for a selected text in C++. David -
font, font size, background color preferences
I tell you, this 7.06 drives me nuts. What was so simple in 5.0 now seems so screwball. I am trying to add text to a form I downloaded, but... -
How do you change the vertical grid line color of the header in a datagrid???
Hi, I managed to change the vertical grid line color for all the rows, but can't get it to work for the header as well. Any help? Thanks -
How to change the color of the modified fields in a Datagrid?
I have a situation where in a user would like to see all the modified fields font red in color when a record has been updated in a Datagrid. ... -
Fieldmember Font color
If I want to change the font color of a field During The Movie, how can I do this. I think it should be possible. Looking in the help gives me a way... -
Sreejumon[MVP] #2
Change font color in Datagrid?
Hi,
Here you go ->
Right clikc the datagrid -> Property builder -> format->
header
Then set the fontcolor and back color.
regadrs
Sreejumon
DOTNET makes IT happendatagrid to>-----Original Message-----
>Hey All,
> This should be easy. I jus t want the header in aI can get the>have the backcolor to be blue, and the font to be white.the font's>backcolor the be blue, but I can't find the way to change>color.
>Any Ideas?
>
>Eric
>.
>Sreejumon[MVP] Guest
-
makthar #3
Change font color in Datagrid?
Add under <asp:Datagrid...
<Headerstyle Forecolor="White"
BackColor="Blue"></Headerstyle>
datagrid to>-----Original Message-----
>Hey All,
> This should be easy. I jus t want the header in aI can get the>have the backcolor to be blue, and the font to be white.the font's>backcolor the be blue, but I can't find the way to change>color.
>Any Ideas?
>
>Eric
>.
>makthar Guest



Reply With Quote

