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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T12:29:27+00:00 2026-05-16T12:29:27+00:00

I have a page that has a few textboxes and a dropdownlist. When a

  • 0

I have a page that has a few textboxes and a dropdownlist.
When a logged in user opens this page the boxes are filled with data that he has input before, he can change the data and update it by pushing a update button.
There is also that dropdownlist which has a dynamically populated data for him to choose from.

What is the best way to make this page work. Where in the page cycles do I populate the forms and where do I input the data to the datatable.

At the moment I’m populating the data on PreRender but the dropdownlist on the preinit. I have a button event handler to do the update on the datatable. The problem is that the autopostback messes up the data in the dropdownlist because its dynamically populated, how would I go by fixing this?

  • 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-16T12:29:28+00:00Added an answer on May 16, 2026 at 12:29 pm

    Here is what I follow in most of my cases

    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            InitDropdDownListes();
            LoadDataFromDataBase();
        }
    
    }
    
    void InitDropdDownListes()
    {
        // fill drop down boxes
    
    }
    
    void LoadDataFromDataBase()
    {
        // load from database
    
    }
    
    protected void OnDropdownListChanges(object sender, EventArgs e)
    {
        // reload the new data from database
        LoadDataFromDataBase();
    }
    
    
    protected void btnSave_Click(object sender, EventArgs e)
    {
        // Save to database
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a MySQL DB with a user that has access only a few
I have a few linkbuttons that each open the save dialog to let users
I have a table with records that has delete links. Basically I followed the
Smart-phones have built in ROM and RAM separately. Also a few phones has virtual
I am sure this question has been asked and answered; but I haven't managed
we've got an almost-finished-ready-to-go magento shop, that has developed an annoying problem. On the
I have a strange problem when I try to deploy my current app to
As a test I am trying to create the simplest webpage where I can
I am thinking of learning a CMS. I am not sure which one will

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.