Search results for query: *

  • Users: izeko
  • Order by date
  1. I

    Question sql connection when using sqlDataAdapter

    Hi, Can anyone help me on this? Thanks
  2. I

    Question sql connection when using sqlDataAdapter

    Hi, Im after some advice on how i go about opening my sqlConnection. At the moment when my program is first run i open the sqlConnection and this is made as a public object so i can reference throughout the program without having to close it untill i close the program. I thought this was fine...
  3. I

    Using service reference in vb.net2008

    Many thanks for your response, i will take a look at what you have said. Just out of interest is there a more prefered way to do this from a programmers point of view, or is it just what works for the individual. Dave
  4. I

    Using service reference in vb.net2008

    Hi, I have created a webMethod which returns a dataset ,but the dataset is quite large and i get the message 'The maximum message size quota for incoming messages (65536) has been exceeded' Should i increase the amount i can receive or should i be looking at sending the dataset in chuncks...
  5. I

    Listview speed slow

    Does anyone know how to get this thing to speed up when populating. Im adding around 50000 records and its taking some time. Cheers Dave
  6. I

    Please help event handling

    what about this If i have a main form that creates an instance of form1, which has a button. When the button is clicked it displays the msg. But it only works for the last form created. Public Class Main Private myform As Form1 Private WithEvents mybutton As Button...
  7. I

    Please help event handling

    Cheers for that.
  8. I

    Please help event handling

    Hi, I have created a 2 new instances of a form which i have designed. This form has a submit button on it amongst other things. How can i create 2 different event handlers for the submit button on each form, as i want one form to do one thing and the other to do something different when the...
Back
Top