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!

Search results for query: *

  • Users: jesal27
  • Content: Threads
  • Order by date
  1. jesal27

    Copying DataColumns from one DataTable to another

    hi, can anyone tell me how to do the following e.g. code datatable dt1,dt2 dt1.columns.add(dt2.columns.item(0)) basically how do i copy a datacolumn from one datatable to another. when i use the above code..it throws an error that the column already belongs to another datatable i...
  2. jesal27

    Help needed for adding Columns to a DataGrid

    hi, i need to add a DataColumn at a specific location.. thers an addat method supposedly in asp.net..not too sure if its supported in vb.net heres my code. --myDt some dataTable --myCol some dataColumn myDt.columns.add(myCol) this always add the new column at the end. how do i get to add...
  3. jesal27

    Column.AddAt method in Vb.Net for DataGrids

    hi, i need to add a DataColumn at a specific location.. thers an addat method supposedly in asp.net..not too sure if its supported in vb.net heres my code. --myDt some dataTable --myCol some dataColumn myDt.columns.add(myCol) this always add the new column at the end. how do i get to add...

Part and Inventory Search

Back
Top