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
Loading
Manath PathanaPosted Jul 9, 2010, 6:26 AM
Please send code to me about this.
Thank
Amit ChoudharyPosted Jul 8, 2010, 6:51 AM
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