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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T22:37:08+00:00 2026-06-13T22:37:08+00:00

In my C# app i got the following code: private void button1_Click(object sender, EventArgs

  • 0

In my C# app i got the following code:

private void button1_Click(object sender, EventArgs e)
{
    string uri = urlTextBox.Text;

    Uri myURL;

    if (!Uri.TryCreate(uri, UriKind.Absolute, out myURL))
        return;

    WebRequest request = WebRequest.Create(myURL);
    request.Method = "GET";
    using (WebResponse response = request.GetResponse())
    {
        using (Stream stream = response.GetResponseStream())
        {
            using(StreamReader sr = new StreamReader(stream))
            {
                responseTextBox.Text = sr.ReadToEnd();
            }
        }
    }

}

But when I click the button it returns me the following text:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Login Timed Out</title>
<link rel=stylesheet type="text/css" href="../../shared/css/ilearn_base.css">
<script>
function redirectToTop(reloginLoc) {
   if (opener != null && opener != self) {
      opener.top.location = reloginLoc;
      window.close();
   }

   else if (top != self) {
      top.location = reloginLoc;
   }

   else {
      location = reloginLoc;
   }
}
</script>
<noscript>
Your browser does not support JavaScript. Please turn on JavaScript to use the features of this web page.
</noscript>

</head>
<body onLoad="redirectToTop('../../learner/jsp/relogin_site.jsp')">

</body>
</html>

What I can’t understand is why it says: “Your browser does not support JavaScript. Please turn on JavaScript to use the features of this web page.“, because I activated JavaScript in both my current browser and in IE.

In my Internet Browsers the page looks different, having the scripts executed, and I want to find out how can I activate javascript in C# browser to get the full response.

  • 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-13T22:37:09+00:00Added an answer on June 13, 2026 at 10:37 pm

    You are getting the full response.

    The noscript tags are included in case your browser doesn’t support javascript. For this page the server likely always includes this in the response – it does not necessarily mean that your browser doesn’t support javascript.

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

Sidebar

Related Questions

I got the following code inside my templateApp.java: package com.android.templateApp; import android.app.Activity; import android.os.Bundle;
i got the following problem: I am developing an app which requires the zxing-QR-Code
I got the following problem: In my Android App I am using a table
I've got the following in conf.py : def setup(app): app.add_config_value('base_url','http://localhost:2000', True) How do I
I've got the following Flex application markup: <app:MyApplicationClass xmlns:app=* width=100% height=100% layout=vertical horizontalScrollPolicy=off verticalScrollPolicy=off>
I've got an app with the following class: @interface SearchViewController : UIViewController <UITableViewDataSource, UITableViewDelegate,
I've got a fairly complex web app which I've condensed down to the following
I've got a c++ app, with the following main.cpp: 1: #include <stdio.h> 2: #include
I've got the following code to download a binary file from the web: WebClient
I need to launch 'TextMate' from an App, and I used the following code.

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.