Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nitehawk416

  1. nitehawk416

    assigning database record values to text box using for loop

    hi, thanks for the response, i actually figured it out though. turns out i forgot to bind the column to my textbox as the datasource... thanks again!
  2. nitehawk416

    assigning database record values to text box using for loop

    Hi, i just joined here, I have a question about assigning values from a dataset. I have an access database linked to my C# app, and i want to basically loop through the records and have it update the value in the text box with each loop, heres what i have so far... for (int i = 0; i <...

Part and Inventory Search

Back
Top