Search results for query: *

  • Users: Kannan
  • Content: Threads
  • Order by date
  1. K

    Row Doesn't Get Deleted. What to do ?

    I am having a grid where I delete a row. But when I do the adapter update, changes doesnt take effect. Here is the code.. 'In the form load event Const pPROVIDER As String = "Provider=Microsoft.Jet.OLEDB.4.0;" Dim pDataSource As String = "Data Source=" & Application.StartupPath &...
  2. K

    Search Inside A DataGrid For Matching Rows

    First of all I would like to say that I am a newbie to VB.NET & ADO.NET. For the following problem I searched in google as well as in this forum for "findrows" method and other things which didnt help me. My problems is, I would like to search inside a data grid and refresh that grid to have...
  3. K

    Sleep doesn't work properly.

    This is my situation. In a procedure, I load a form which has around 5 text boxes and a grid. Next I load a data into that grid with around 1000 records ! Then I load another form which has around 5 text boxes and a grid. Next I load a data into that grid with around 1000 records ...
  4. K

    Application To Application Communication.

    This is my situation, I am having an Application 1 which has a function in it to save and close. I am starting Application 2 which should communicate with Application 1 and should call the Application 1's save and close function. The Application 2 should make sure that Application 1 has closed...
Back
Top