Click here to Skip to main content
15,885,366 members

Comments by ramyajaya (Top 102 by date)

ramyajaya 28-Sep-15 15:13pm View    
The general working of content type is that the html tags are converted into fields instead of generating td with title case class you can use th tag which will do the needful.

Because td tag mean to generate column but it will not refer to any class and apply style but in html if you use tag it would have made bold
ramyajaya 27-Sep-15 0:20am View    
http://www.c-sharpcorner.com/UploadFile/suthish_nair/mschart-how-to-draw-a-line-or-multiple-line-chart/
http://www.c-sharpcorner.com/Forums/Thread/250110/datatable-to-chart.aspx

Hope it helps
ramyajaya 26-Sep-15 17:16pm View    
You can check if the header text is Item1 and add the chart to the tab panel before adding it to the container

Panel.controls. add(chartElement);
container.Tabs.Add(panel)
ramyajaya 2-Sep-15 16:05pm View    
In your query u have selected x.first () obviously it will return one row right?
ramyajaya 2-Sep-15 16:02pm View    
After setting the color you can set the value for the cell as blank as e.Row.Cells [0].Text="";