Search results for query: *

  • Users: jinjouk
  • Content: Threads
  • Order by date
  1. J

    Changes to dataset, update database, programatically?

    Hi, I have a dataset populated with a data adapter connected to sql server. I am trying to modify a row without using a user interface. so far i have: For Each row As DataRow In ds.Tables(0).Rows If row.Item("segment") = segment Then If row.Item("Active") = False...
  2. J

    Map Excel To SQL Table columns in gridview

    Hi there, I have been trying to get this workin for last few days and have searched all over net with no solution. I want a gridview with 2 columns, one is a dropdown box with the values of the Excel schema, the other is just a textbox with each row having a different item of the sql table...
  3. J

    _DragDrop event not called

    Hi, I have a program where i am trying to drag and drop controls within a table layout panel. I have normal controls created at runtime now and i assign a custom event handler to them: Private Sub custom_MouseDown(ByVal sender As Object, ByVal e As MouseEventArgs) Dim con As Control =...
Back
Top