TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
yadagiri uppari
NA
277
189.6k
how to add AjaxToolKit Editor example in Asp.Net c#
Jun 26 2013 6:03 AM
Pls clarify iam not getting while running..
Aspx :
<head id="Head1" runat="server">
<title>AjaxToolKit Editor in Asp.Net c#</title>
<cc2:Editor runat="server">
</cc2:Editor>
</head>
<body>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div>
<h2>AjaxToolKit Editor example in Asp.Net c#</h2>
<p>
<cc2:Editor ID="Editor1" runat="server" CssClass="htmleditor"/>
<p>
<asp:Button ID="Button1" runat="server" Text="Get Text" onclick="Button1_Click"
/>
</p>
<p id="result" runat="server"></p>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</div>
</form>
</body>
</html>
Reply
Answers (
1
)
Asp.net Image Slide Question
how to create photo album like facebook in our own app