Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7938491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T22:49:39+00:00 2026-06-03T22:49:39+00:00

I have database with ‘students’ and ‘courses’. If a student finishes a course, he

  • 0

I have database with ‘students’ and ‘courses’. If a student finishes a course, he will get an
‘achievement’. Achievements can be printed at once for all students. Here I have no problem.

Problem is when I wanna to do a customizable achievement paper (font, color, position, images). In Windows Forms, there is RichTextEdit, so it is easy to customize.

But how to do it in ASP.NET? Can editors like tinyMCE be integrated with ASP.NET? And can I send information to tinyMCE (or other editor) to change some substrings like {student-name} {course-name} into specified text from database?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T22:49:40+00:00Added an answer on June 3, 2026 at 10:49 pm

    It sounds like the AJAX Control Toolkit rich text solution would be useful to you: HTMLEditorExtender. It is easy to use, and integrates with Visual Studio rather smoothly.

    All you have to do is attach the Extender to a TextBox control. See the documentation page I linked to above for details, but basically all you need is a TextBox and then the extender markup. Make sure that in the extender markup, you set the “TargetControlID” property to the ID of the TextBox you want to use as a “rich text box”.

    <asp:TextBox runat="server" ID="myTextBox"></asp:TextBox>
    <ajaxToolkit:HtmlEditorExtender ID="HtmlEditorExtender1" 
        TargetControlID="myTextBox" DisplaySourceTab="true" 
        runat="server"/>
        <Toolbar> 
            <ajaxToolkit:Undo />
            <ajaxToolkit:Redo />
            <ajaxToolkit:Bold />
            <ajaxToolkit:Italic />
            <ajaxToolkit:Underline />
            ...
            <!--And many more properties, see the linked documentation for more-->
            ...
        </Toolbar>
    </ajaxToolkit:HtmlEditorExtender>
    

    Notice that the ID of the TextBox control is “myTextBox” and the TargetControlID of the HTMLEditorExtender is also “myTextBox”.

    Note: The AJAX Control Toolkit is generally considered to be sort of “heavy” or “clunky” as far as performance goes (I usually recommend jQuery solutions over it), but it is really easy to use (especially for beginners), and for small projects works fine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I Have database. I get my data from database with LINQ and save in
I have database with several tables in it. For sake of example I will
I am creating application in which I would have database which users can´t edit.
I have this problem where I can't get my dynamic data web app to
I have database of about 5 tables. I am going to need to get
i have database from which i get data to my C# app using SQL
I have database tables that look like this: A Task can be mapped to
I have database application, I want to allow the user to restore the deleted
I have Database with date field. I see the time like: 1900-01-01 13:38:00.000 How
i have database table like this +-------+--------------+----------+ | id | ip | date |

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.