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

  • Home
  • SEARCH
  • 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 8096649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T21:31:14+00:00 2026-06-05T21:31:14+00:00

I want to during the page render remove some html from the page (don’t

  • 0

I want to during the page render remove some html from the page (don’t ask why).

protected override void Render(HtmlTextWriter writer)
    {
        MemoryStream memoryStream = new MemoryStream();

        try
        {
            using (StreamWriter streamWriter = new StreamWriter(memoryStream))
            {
                var textWriter = new HtmlTextWriter(streamWriter);
                base.Render(textWriter);
                textWriter.Flush();
                memoryStream.Position = 0;
                using (StreamReader reader = new StreamReader(memoryStream))
                {
                    var text = reader.ReadToEnd();
                    Regex r = new Regex("<option .+?</option>");
                    text = r.Replace(text, "");
                    writer.Write(text);
                    reader.Close();
                }
            }
        }
        catch (ObjectDisposedException)
        {
        }
        finally
        {
            memoryStream.Dispose();
        }

    }

Unfortunatelly I’ve got the PageRequestManagerParserErrorException exception from the update panel located on this page. How can I achieve the result I want without getting the error?

  • 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-05T21:31:16+00:00Added an answer on June 5, 2026 at 9:31 pm

    Solution was to create a custom control which derived from GridView in this example and used this code in the Render method of this control, not on the page where control is used.

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

Sidebar

Related Questions

I want to see html page during run of some view spec. If I
I can get my page's html code during my program and what I want
I want to parse a part of html page, say my_string = <p>Some text.
I want to store some data during my site viewing. Sometime i need to
I need some advice. I have a web page and want to extend it's
I need to cache one very important thing during one page cycle. I want
I want to add options to a dropdownbox on my aspx page from the
I am having some performance problems with IE 7, whereby the page pauses during
Basically, we want to A/B test 2 different page layout headers. There are some
i want that during marshelling special character should escape, is there any way to

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.