Posted on: 5/16/2014 2:46:49 PM | Views : 359

In my database I have a table called LOCATIONS and multiple columns.  right now my program populates all the textboxes when you load the page.  However, I want to populate the textboxes based on my first textbox Location ID showing that rows data.

<%@ Page Title="Information" Language="VB" MasterPageFile="~/Site.master" AutoEventWireup="false" CodeFile="Information.aspx.vb" Inherits="Information" %> <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent"> <script type="text/javascript"> function ChangeBG() { blue.style.backgroundColor = "blue"; } function ChangeBG2() { blue.style.backgroundColor = "red"; } </script> <style type="text/css"> .style12 { ...

Go to the complete details ...