Search results for query: *

  • Users: David_nyh
  • Content: Threads
  • Order by date
  1. D

    dataset between forms

    I have two forms. On the first form I have a datagrid when I click on a row it fills a typed dataset. On the second form I have another datagrid that has to display all the rows I clicked on the datagrid from the first form. When I'm ok with the selection I click save on the second form. But...
  2. D

    Usercontrol event

    Hi I have a problem with my usercontrol. I used this example from this board: http://www.vbdotnetforums.com/showthread.php?t=6754&highlight=RaiseEvent+switchTo%28Me%2C+MyApplication.MyForms. But I have the buttons in my usercontrol and it give my a fault: Fault: Value of type...
  3. D

    Constructors

    How do you call a constructor from your nested class? See bold text: Public Class A Public Class B Private m_Age As Integer Property Age() As Integer Get Return m_Age End Get Set(ByVal Value As Integer)...
  4. D

    Oracle asp.net question

    Hi, I have to make a project in asp.net using a oracle database. But I have to demostrate it on my laptop. But I can't run oracle on my laptop. Is there a solution for this? Sorry for my bad spelling.
  5. D

    RegularExpressionValidator

    How does the RegularExpressionValidator code look for an isbn nummer like 00-000-0000-0 or 00-000-0000-x and for tel 0000 00 00 00 or 000 00 00 00. Thanks
  6. D

    Doesn't accept password

    Ok guys I have been working on this for hours and I still cant figure out what the problem is. So here is my setup web.config <?xml version="1.0" encoding="utf-8" ?> <configuration> <!-- APPLICATION SETTINGS --> <appSettings> <add key="strConn" value="Provider = Microsoft.Jet.OLEDB.4.0;Data...
  7. D

    Updating my datagrid

    How can I save my datagrid? I tried everything. I can delete a row and cancel it but I can't save it. Some of my code: 'Data van de tabel parameters ophalen Private Sub fillDataSetParameters(ByVal paramSQLString As String) 'Data uit de tabel parameters ophalen Dim paramDataSet As New...
Back
Top