<
tel:RadUpload
ID
=
"ruConsent"
runat
=
"server"
AllowedFileExtensions
=
"jpg,jpeg,png,gif,pdf,doc,docx,xls,xlsx"
ControlObjectsVisibility
=
"None"
Height
=
"24px"
MaxFileSize
=
"10485760"
>
</
tel:RadUpload
>
if
(ruConsent.UploadedFiles.Count > 0 && ruConsent.InvalidFiles.Count == 0)
{
// upload file
}
else
{
//Show error message that files are not valid
}
var Addr = $find(idAddr);
Addr._setPromptChar("_");
Thanks, Alex.
node.get_parent().get_nodes().removeAt(0)
to get this functionality, but it looks to take comparatively more time, like to remove 200 nodes it takes around 2-3 seconds. Is there any other efficient method/way to achieve this.
<%
@ 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
>