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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. deesooner

    Help with Error

    I am getting this error and dont know why. Below is the stack trace. Thanks Server Error in '/CawWebApplication1' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. Description: An unhandled...
  2. deesooner

    This code is only incrementing once, anyone know why?

    Dim myFteDataSet As DataSet = New DataSet Dim myFteDataTable As DataTable = myFteDataSet.Tables.Add("xmlInfo") Dim myFteDataColumn As DataColumn = myFteDataTable.Columns.Add("id", Type.GetType("System.Int32")) With myFteDataColumn...
  3. deesooner

    Saving multiple user input without overwriting existing data

    I am looking for instructions on how to save multiple entries of data into xml tags without overwriting the existing data using VB .Net 2003. ex. Xml Form <Names> <first>Bob</first> <middle>James</middle> <last>Smith</last> </Names> This is all based on a web form that would ask for...

Part and Inventory Search

Back
Top