<ajax:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"> </ajax:ToolkitScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:TextBox runat="server" ID="txtWork" TextMode="MultiLine" height="450" width="570" Text='<%#Eval("work")%>'></asp:TextBox> <ajax:HtmlEditorExtender ID="htmlEditExtForTextBox" TargetControlID="txtWork" runat="server" EnableSanitization="false"> </ajax:HtmlEditorExtender> </ContentTemplate> </asp:UpdatePanel>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)