Login
Register
Tutorials
Forum
Career Development
Resources
Reviews
Jobs
Interview
Communities
Projects
Training
Silverlight Games
|
Bookmarks
|
New Members FAQ
|
Mentor
|
Code Converter
|
IT Companies
|
Peer Appraisal
|
Members
|
Revenue Sharing
|
Computer Jokes
|
New Posts
|
Social
|
Talk to Webmaster
Tony John
Facebook
Google+
Twitter
LinkedIn
Online Members
baskar
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
Tweet
Responses
#679387 Author:
chiranjita nayak
Member Level:
Silver
Member Rank:
570
Date: 08/Jul/2012 Rating:
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:
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
.
Tweet
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
Validation Controls
no of click on advertisement in asp.net application
Please Please help.................. tooo urgent
Please tell me .Net interview Questions for 2+ Years Exp
To upload Documents like(doc,pdf,etc) to file system
Follow us on Twitter:
https://twitter.com/dotnetspider
Active Members
Today
Sriram
(18)
naveensanagase...
(15)
Phagu Mahato
(13)
Last 7 Days
baskar
(291)
Asheej T K
(203)
srisunny
(187)
more...
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.