Search results for query: *

  1. R

    DataBind to Textboxes won't update from ComboBox

    It's me again. Had an idea that the problem really was in the databind statements for the "childtable" textboxes. So I figured I thought this: .txtIPAddr.DataBindings.Add(New Binding("Text", tblAdapters.Relations("ConfigsIPAddress").ChildTable.Select("Index = 0"), "IPAddress"))...
  2. R

    DataBind to Textboxes won't update from ComboBox

    Hello All: I have a test app I am building which I call "IP Manager". This app is a Windows App from VB.Net which does a WMI query, and populates a dataset which I create at run time from a (relational tables) schema I built. The schema gets populated OK. Here is a picture of the dataset...
Back
Top