Search results for query: *

  • Users: esilva002
  • Content: Threads
  • Order by date
  1. E

    Update Data from data set and table adapter

    I have a windows form program that pulls data from a sql server. That same data is being read from a ASP.NET website that sets properties for the site. The SQL server has 3 tables: tblWebPage, tblObjects, tblProperties. and 6 views for the 6 web page: vWebPage01, vWebPage02, vWebPage03..ect...
  2. E

    Dynamic Dataset's for a form

    Hi, I have a application that I would like to load a dynamic dataset based off of a array. My array is multidimensional and sets many values for my form. example: pWebSiteInfo(0, 1) = Home (Name of the Form) pWebSiteInfo(1, 1) = index.aspx (File name of the web page it correlates to)...
Back
Top