Search results for query: *

  • Users: nitin
  • Content: Threads
  • Order by date
  1. N

    editable datagrid

    hi gurus.pls help. i need to display a datagrid which is editable in which i can add new rows,delete a existing record and update existing records.but all changes made must be updated in the original table in database . like in asp.net we have a delete button,edit button,addnew record...
  2. N

    storing table from dataset to database table

    ' Create a new DataTable. Dim myDataTable As DataTable = New DataTable("temp") ' Declare variables for DataColumn and DataRow objects. Dim myDataColumn As DataColumn Dim myDataRow As DataRow Public myDataset As DataSet Private Sub createtable() ' Create new DataColumn, set DataType...
  3. N

    updating database

    hi people.i want to ask like i have created a dataset using a sqldataadapter.now to in this dataset i have added new row in a table in dataset using addnew row command.now my problem is how wil i update this changes to the original database. the error it gives is that an update command...
  4. N

    using variables

    hi people.pls help me out with this problem. how to use a variable value used in one form in another form?like in asp we use querystring an retrive the variable value in the previous page how to access the same in VB.NET.
Back
Top