<%
@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>
<
form id="form1" runat="server">
<telerik:RadScriptManager ID="RadScriptManagerCP" runat="server">
</telerik:RadScriptManager>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
Est Prod Date
</td>
<td style="padding-right: 20px">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<asp:TextBox ID="prodDT" runat="server"></asp:TextBox></td>
<td>
<asp:Panel ID="panelProdDT" runat="server">
</asp:Panel>
</td>
</tr>
</table>
</td>
</tr>
<tr><td><asp:TextBox runat="server" ID="txt" TextMode="MultiLine"></asp:TextBox></td>
<td><telerik:RadSpell ID="spell1" Runat="server" ControlsToCheck="txt" IsClientID="true" ButtonText="Spell Check"/></td></tr>
</table>
</form>
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
<telerik:GridTemplateColumn HeaderText="Branch" SortExpression="Branch" UniqueName="TemplateColumn" EditFormColumnIndex="1"> <ItemTemplate> <asp:Label runat="server" ID="lblBranch" ><%# DataBinder.Eval(Container.DataItem, "Branch")%></asp:Label> </ItemTemplate> <EditItemTemplate> <asp:DropDownList ID="DropDownList1" runat="server" > <asp:ListItem Value="KL" >KL Head Office</asp:ListItem> <asp:ListItem Value="PG" >Penang</asp:ListItem> <asp:ListItem Value="JB" >Johor Bahru</asp:ListItem> </asp:DropDownList> </EditItemTemplate> </telerik:GridTemplateColumn>Hi ,
This is Rathan. I placed one tabcontrol inside the page for subselection this tab control is not working in IE8 browser
please help me .how it will work ?
anks & Regards,
Rathan.k
chartSeries1.SetValues(bl.doubleArrayMercado);
chartSeries2.SetValues(bl.doubleArray2009);
chartSeries3.SetValues(bl.doubleArray2010);
for (int i = 0; i < bl.doubleArray2009.Length; i++)
{
if (bl.doubleArray2009[i] == 0)
{
chartSeries2.Items[i].Empty = true; //Here a dot line and no invisible line
chartSeries2.Items[i].Visible = false;
}
}
for (int i = 0; i < bl.doubleArray2010.Length; i++)
{
if (bl.doubleArray2010[i] == 0)
{
chartSeries3.Items[i].Empty = true;//Here a dot line and no invisible line
chartSeries3.Items[i].Visible = false;
}
} 