2
Answers

ListView

Manath Pathana

Manath Pathana

14y
3.1k
1
Hi all,

I have ListView1 and in this listview have 3 Column.
I want set font Column1 is Arial, Column2 is Times New Roman, Column3 is Tahoma.
How can I do? If all of you know it, Please help me.
How we do this in ListView? or we use other control?

Thank Advance
Answers (2)
0
Manath Pathana

Manath Pathana

NA 154 0 14y
How to write CSS? Because I make it in Windows Application?
Please send code to me about this.
Thank
0
Amit Choudhary

Amit Choudhary

NA 27.7k 3m 14y
hi friend,

create 3 css classes with these 3 fonts style... now apply these class on your columns if you are using Item template then you can apply these classes on your layout template.
if not then you have to do this.. in your ItemDataBound event.. apply style to these columns while binding data to your listview.

hope it helps.

Please mark "Do you like this post" if it helps you