Sharepoint InputFormTextBox not working on updatepanel?

Posted by James123 on Stack Overflow See other posts from Stack Overflow or by James123
Published on 2010-04-08T22:29:15Z Indexed on 2010/04/08 22:33 UTC
Read the original article Hit count: 1120

Filed under:
|

I have two panels in update panel. In panel1, there is button. If I click, Panel1 will be visible =false and Panel2 will be visible=true. In Panel2, I placed SharePoint:InPutFormTextBox. It not rendering HTML toolbar and showing like below image.

 <SharePoint:InputFormTextBox runat="server"   ID="txtSummary" ValidationGroup="CreateCase" Rows="8" Columns="80" RichText="true" RichTextMode="Compatible" AllowHyperlink="true" TextMode="MultiLine" />

http://i700.photobucket.com/albums/ww5/vsrikanth/careersummary-1.jpg

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about updatepanel