Dreamweaver

Display dynamic content in an ASP.NET TextBox control

You can display dynamic content in ASP.NET TextBox form controls when the ASP.NET page is viewed in a browser.

Before you begin, you must define a DataSet or other source of dynamic content for the TextBox.

  1. In Design view, select the TextBox on your page.
  2. In the Property inspector, click the lightning bolt icon beside the Text box.

    The Dynamic Data dialog box appears.

  3. Select the recordset column that will supply a value to the TextBox object, and click OK.