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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:04:29+00:00 2026-05-21T16:04:29+00:00

I am trying to populate a table in page_load, but nothing is showing and

  • 0

I am trying to populate a table in page_load, but nothing is showing and I know I have results from the database. here is my code:

p

rotected void Page_Load(object sender, EventArgs e)
        {

            StreamReader reader = new StreamReader(Page.Request.InputStream);
            data = reader.ReadToEnd();
            reader.Close();


            string queryKeys = "";
            if (data != "")
            {
                string[] IDs = data.TrimEnd().Split(' ');
                SQLiteConnection sqlite_connectionUM = new SQLiteConnection("Data Source=" + path_to_um + ";Version=3;");

                sqlite_connectionUM.Open();
                   foreach (string ID in IDs)
                   {
                SQLiteCommand sqlite_queryMax = sqlite_connectionUM.CreateCommand();
                sqlite_queryMax.CommandText = "SELECT Keywords.Word from Keywords where Cluster = @c ORDER BY Keywords.Score LIMIT 5";
                sqlite_queryMax.Parameters.Add(new SQLiteParameter("@c", IDs[0]));
                SQLiteDataReader keywords = sqlite_queryMax.ExecuteReader();
                while (keywords.Read())
                {
                    queryKeys += keywords.GetString(0) + " ";
                }

                showRecommendations(queryKeys);
     }
                queryKeys = "";
            }

        }

And this is my showRecommendations method:

public void showRecommendations(string data)
        {

            Recommendations recommendList = new Recommendations();
            List<string> similarUsers = new List<string>();
            List<RecommendedWebsites> recommendationList = new List<RecommendedWebsites>();


            recommendationList = recommendList.getRecommendations(data);


             TableRow trow ; 
            TableCell tcell;
            recommendedsites.Visible = true;
             foreach (RecommendedWebsites recommendation in recommendationList)
            {
                Label1.Text = recommendation.getTitle();
                 trow = new TableRow (); 

                    tcell= new TableCell (); 
                    tcell.Controls.Add(new LiteralControl("<b>" + recommendation.getTitle() + "</b>")); 
                    trow.Cells.Add(tcell);
                    tcell.Controls.Add(new LiteralControl("<p> <a href=\"" + recommendation.getLink() + "\"</a>" + recommendation.getLink() + "</p>"));
                    trow.Cells.Add(tcell);
            recommendedsites.Rows.Add(trow); 
            }

        }

why isn’t it showing? I had tried this with a normal click from a button, and the table appeared without any problem

  • 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-21T16:04:30+00:00Added an answer on May 21, 2026 at 4:04 pm

    Is recommendedsites a asp.net data control (gridview or something like that) if it is, you may want to add recommendedsites.DataBind();

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

Sidebar

Related Questions

I am trying to populate a spinner, but am getting an error. Here is
I'm trying to populate a table with user information in a MS SQL database
In the below code, I am trying insert the records from excel to Database
I'm trying to populate a table structure with around 5 fields of data from
Hi I am trying to load table from MySQL database and show contents of
Im trying to create an ajax (post) event that will populate a table in
I am trying to populate a select list with AJAX as follows: HTML: <table>
I trying to populate the dropdown list when page was loaded.But it is not
I am trying to populate a ListView ....but I cant add 2 string values
I am trying to populate the list li from the LoginAction on to the

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.