dotnetspider.com
Login Login    Register      

TutorialsForumCareer DevelopmentResourcesReviewsJobsInterviewCommunitiesProjectsTraining

Subscribe to Subscribers
Talk to Webmaster
Tony John

Facebook
Google+
Twitter
LinkedIn
Online Membersbaskar
Phagu Mahato
More...
Join our online Google+ community for Bloggers, Content Writers and Webmasters




Forums » .NET » ASP.NET »

Ckeditor failes to load when button click event.


Posted Date: 06 Jul 2012      Posted By:: bulli guruvu setty     Member Level: Gold    Member Rank: 337     Points: 5   Responses: 2



Hi guys,

I am using ckeditor for asp textbox.when the first time page loads it displaying textbox with editor properties successfully.

But when i click button on the same page textbox becomes normal textbox,it doesn't load with editor properties.

Here is my code:

<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
<script type="text/javascript" src="/ckeditor/adapters/jquery.js"></script>

<script type="text/javascript">
$(document).ready(function () {
$('#<%= Editor.ClientID %>').ckeditor(function () {
}, { height: '200px' });
});
</script>

<asp:TextBox ID="Editor" TextMode="MultiLine" runat="server" />

<asp:Button ID="btnAddNewsFeed" Text="Add News Feed" runat="server"
onclick="btnAddNewsFeed_Click" />

Can any one help me the solution for this?

Thanks in advance..

Thanks & Regards
D.Bulli Guruvu Setty




Responses

#679387    Author: chiranjita nayak      Member Level: Silver      Member Rank: 570     Date: 08/Jul/2012   Rating: 2 out of 52 out of 5     Points: 1

Your page is inside update panel or without update panel


 
#679463    Author: bulli guruvu setty      Member Level: Gold      Member Rank: 337     Date: 09/Jul/2012   Rating: 2 out of 52 out of 5     Points: 1

Hi,

My page is inside update panel.

Thanks & Regards
D.Bulli Guruvu Setty



 
Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.



Next : Is there an ASP.NET-based application generator?
Previous : Temporary internet file deletion from users machine
Return to Discussion Forum
Post New Message
Category:

Related Messages



Follow us on Twitter: https://twitter.com/dotnetspider

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Email subscription
  • .NET Jobs
  • .NET Articles
  • .NET Forums
  • Articles Rss Feeds
    Forum Rss Feeds


    About Us    Contact Us    Copyright    Privacy Policy    Terms Of Use    Revenue Sharing sites   Advertise   Talk to Tony John
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.