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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.