|
|
|
สอบถามปัญหาเรื่องดึงข้อมูลจาก mysql และการสร้าง chart Series data point dot not support value of type System.TimeSpan |
|
|
|
|
|
|
|
เพิ่มเติมส่วนของ Repeater ครับ
Code (C#)
<asp:Repeater ID="Repeater1" runat="server">
<HeaderTemplate>
<table border="1" width="100%">
<tr>
<th>DATE</th>
<th>TIME</th>
<th>VALUE</th>
</tr>
</HeaderTemplate>
<ItemTemplate>
<tr>
<td align="center"><%# DataBinder.Eval(Container.DataItem, "DATE") %></td>
<td align="center"><%# DataBinder.Eval(Container.DataItem, "TIME") %></td>
<td align="center"><%# DataBinder.Eval(Container.DataItem, "VALUE") %></td>
</tr>
</ItemTemplate>
<FooterTemplate>
<!--
<tr>
<th>DATE</th>
<th>TIME</th>
<th>VALUE</th>
</tr>
-->
</table>
</FooterTemplate>
</asp:Repeater>
|
|
|
|
|
Date :
2012-03-01 23:43:47 |
By :
หมี |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือมันไม่ซัพพอทกับเวลาอะหรอครับ?
แล้วงี้ถ้าผมจะพล๊อตกับเวลานี่ต้องทำไงอะ?
ขอบคุณครับ
|
|
|
|
|
Date :
2012-03-02 12:06:20 |
By :
หมี |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|