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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:47:43+00:00 2026-05-10T17:47:43+00:00

If I have a control on a page that has its Datasource set to

  • 0

If I have a control on a page that has its Datasource set to a DataReader, does that control consume the reader at the time the Datasource is set, or does the datareader continue to exist until Databind has been executed?

What actually happens under the covers when Databind is executed?

  • 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. 2026-05-10T17:47:43+00:00Added an answer on May 10, 2026 at 5:47 pm

    Depending on the Control, DataBind() will Bind the Data to the Control. It does this by Iterating through the DataSource and create the Html and other Controls that are needed.

    For a DropDownList, DataBind() will create the ListItem for each record in a DataSet or each Element in an ArrayList.

    Later the Render method is call on the DropDownList, which returns the Html for a Select tag. It also creates the Html for each ListItem by returning Option tags inside the Select tag.

    For a Label, DataBind() will set the Text to the value you pulled from the Database (for example).

    If you don’t call DataBind() for the specific control, you can also make sure that your DataSource is set for a control and call Page.DataBind(). This will go through the Controls in the Page and call all of the DataBinds for each Control.

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

Sidebar

Related Questions

I have a GridView control on my page that I have defined a number
1) I have a ReportViewer control on a page that's linked to a ServerReport
I have a page that contains a user control that is just a personalized
I have a master page that contains an ASP.NET server side Menu control (System.Web.UI.WebControls.Menu)
I have an ASPX page and on this page I have a control that
Lets say that I have a header user control in a master page, and
I have long tables generated by datagrid control that go beyond the page width.
I have a page that has 4 different usercontrols on it. At a certain
I have an ASP.Net page that has a button that when clicked I would
I have a problem with ViewState. I have an aspx page that has a

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.