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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:24:28+00:00 2026-05-23T01:24:28+00:00

I am facing a problem I have to fill a TextArea programatically. I used

  • 0

I am facing a problem I have to fill a TextArea programatically. I used the following code.

 System.Windows.Forms.HtmlElement reviewText = myDoc.GetElementById("review-text");
 reviewText.InnerText = Program.mainForm.richTextBox1.Text.Trim();

This works fine and it sets the text in TextArea control. The problem that I am facing is that this text appears light gary. When the user clicks over this text it disappears. It happens only on first click.

So I tried the following code to first click this box and then set the text.

 reviewText.InvokeMember("click");

And then tried to set the text in the TextArea but got the same behaviour.

I dug into the source of the page and found some script associated with this TextArea.

Source of TextArea

<textarea onkeyup="javascript:yelp.ui.widget.countChars(this.form.comment,5000);"   onkeydown="javascript:yelp.ui.widget.countChars(this.form.comment,5000);" name="comment" id="review-text" class="form400" rows="8" cols="40" style="height: 86px;"></textarea>

Script associated with TextArea

 <script type="text/javascript">
   var bizName = "Geary Club";
   if ($('review-text')) 
   {
     new yelp.ui.widget.DefaultValueTextField($('review-text'), 'Please write here');
   } 

Will somebody suggest to me how to insert the text into this TextArea control?

  • 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-23T01:24:29+00:00Added an answer on May 23, 2026 at 1:24 am

    Is this an ASP.NET web app? If it is, the System.Windows.Forms.HtmlElement is a problem. What I think is going on is that you need to somehow disable the new yelp.ui.widget.DefaultValueTextField JavaScript code when you’re pre-filling the TextArea. Are you able to use an ASP.NET TextBox control with the multi-line properties set? If so, I’d use that and change your top code to just set the .Text property of the Textbox control.

    Either way, in the Javascript (if this is jQuery), I’d do this:

    if ($('review-text') && $('review-text').val() != "")
    {
      new yelp.ui.widget.DefaultValueTextField($('review-text'), 'Please write here');
    }
    

    That way the default value is only set if there is no text.

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

Sidebar

Related Questions

I am facing problem with hibernate annotations.For the code shown below I have a
I am facing problem with an Oracle Query in a .net 2.0 based windows
I'm facing a problem while unit testing my forms. The problem is that data
I have never dealt with regular expressions before, and I am facing a problem
I have facing problem in scrolling webview in verticlly, actually i have scroll view
i am facing one problem.i have a class named ReportingService and it should be
I have a bean structure to parse JSon files. I am facing one problem,
I am facing a problem with the code below which is run on Visual Studio 2008.
I have a dropdown which i want to fill through jquery. Problem that i
I'm facing problem in setting my record value. I have nested record inside store

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.