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 6971413
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:50:13+00:00 2026-05-27T16:50:13+00:00

I want to display one String which is comes from SQLC. String is Like

  • 0

I want to display one String which is comes from SQLC. String is Like “Hello This demo & i want that” this string is strore in database.
Out put side i only display “Hello This demo &” I want to display full string “Hello This demo & i want that” in C#

  • 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-05-27T16:50:14+00:00Added an answer on May 27, 2026 at 4:50 pm

    I think your problem occurs because the char &
    You need to encode your data before you store it in db, and decode it after you getting data from db.

    Example

    string value = "Hello This demo & i want that";
    
        // 1. Encode your html before you store it in your db
        value = HttpUtility.HtmlEncode(value);
        //Now you can store it in your db
    
        //Decode your values from the db before you present it on page.
        value = HttpUtility.HtmlDecode(value);
    

    I also suggesting to prevent sql injection before you store data in db.

    for example see this function

        protected string Injection(string str)
    {
        //Checks for remarks, new commands and string inputs.
        if (str.Contains("--"))
            str.Remove(str.IndexOf('-'), 1);
        else if (str.Contains(";"))
            str.Remove(str.IndexOf(';'),1);
    
        return str.Replace("'","''");
    
    }
    

    you can add more protection.

    i hope it will help you

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

Sidebar

Related Questions

I want to display a lengthy rotated string in the background of one of
On one of our Java application screens, we want to display data loaded from
I have an datetime object that I want to remove one hour to display
I want to display content in more than one languages in a page. For
I want to display about 5-8 images on my page, one by one, but
I want to display the TIME field from my mysql table on my website,
I want to display tabular type data, but it will not be coming from
One of My First View Controller's method returns an integer value which I want
I have a JLabel that needs to display some html-formatted text. However, I want
Suppose I have a Site.Master page. I want to display something like the version

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.