Search results for query: *

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

    calculation and enter keypress in datagrid(VS 2003)

    Hi , I have a datagrid attached to a dataset (physical Dataset) and I want to use the enter key to navigate through the datagrid. Say if I reach to the last column and by pressing enter key it should go to next row and I also want to do a calculation at a cell leave. How can I do this? Any...
  2. srimal

    I want my VB .Net app to restore a SQL database

    can some help me to find a code to backup and restore a sql server 2000 database
  3. srimal

    Help me to detect changes in the dataset

    Can any one please with this code? im tryng to track the changes in the dataset but i couldn't. PrivateSub BtnUpdateO_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnUpdateO.Click Try If MyDataSet.HasChanges(DataRowState.Deleted) Then Dim...
Back
Top