Search results for query: *

  • Users: choudhmh
  • Content: Threads
  • Order by date
  1. C

    Question Read and Display CSV Data

    Hiya; I need to read and display data from a csv file in a table format. I then will need to use these data to calculate different values. This is how the CSV file looks: <table> <tr> <td>9 carat gold</td><td>11.87</td> </tr><tr> <td>18 carat gold</td><td>23.73</td> </tr><tr>...
  2. C

    Automotically Update Value

    Hi Guys, Can someone direct me on how can i automatically update my value when a user changs the listbox item. At the moment i have a button click when the user changes the list box item and press the button the values get updated, everytime the listbox item get changed i have to repeat it click...
  3. C

    Display Listbox items

    hi Guys, i'm having issues trying to show listbox items into a text box. I have a list box item, when any of these items are selected from the collection (using VS.NET) i need that item to be shown in a text box. Can someone help me with that. Thanks, M
  4. C

    Pass Parameters

    Hi, I have two forms; in one form i'm inserting some fields into a database. When i click the insert button, it inserts the data from the textbox to the database field and redirects me to form two. In form two i'm trying to retrive the data i've just inserted. I also need to retrive the ID...
  5. C

    SQL Select Statement Date Range issue

    Hi guys, I'm having problem writing an SQL statement where it will selcet records according to the date range submitted. Can someone help solve the issue listed below. I'm using MS access xp version with windows xp: Dim strSQL AsString = "select * from StudentRegister WHERE DOB BETWEEN...
  6. C

    Need help with Database insertion

    Hi there guys, I'm learning vb.net for the first time - at present i'm playing around with stored procedures. i created this procedure ti insert data into database - but i'm not sure how do i create the back end code and the parameters. I looked of on different tutorial still cannot find the...
Back
Top