Search results for query: *

  1. P

    VB and HTML

    u can give within <script></script> tag.....
  2. P

    No value given for one or more parameters

    I am new to vb.net gazeranco.........but i will change in future...... thanks for tips;)
  3. P

    No value given for one or more parameters

    No help ???? frnds....still i am facing that error. or syntax error pls help me......any ideas...
  4. P

    No value given for one or more parameters

    here s t corresponding code.... con.Open() Dim cmd As New OleDbCommand("update bookdetails set bookid = " & TextBox2.Text & " AND bookname ='" & TextBox3.Text & "' AND authorName ='" & TextBox4.Text & "' AND [publisher Name] ='" & TextBox5.Text & "' AND category ='" & ComboBox1.Text...
  5. P

    No value given for one or more parameters

    hi friends, when i going to update a database it shows an exception that like "NO VALUE GIVEN FOR ONE OR MORE PARAMETERS" what will be the problem? i if anyone knows pls tell me frnds... thanks in advance...
  6. P

    How to get value of selected cells of datagrid

    i got t ans frnds...
  7. P

    How to get value of selected cells of datagrid

    hi friends....i have one doubt in my library project..... when i want to display the selected row of datagrid in a single form when i click inorder to edit...how can i get the values of cells from datagrid to that form..... any ideas..... pls frnds......:)
  8. P

    Doubt in datagrid view

    fianlly i got it friends...thank u for ur help ...................
  9. P

    Doubt in datagrid view

    Still doesnt load into datagrid I created a table..but still it doesnt load into gridview...why??help pls?? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Table1 As DataTable Table1 = New...
  10. P

    Doubt in datagrid view

    k..thanks..............................................................
  11. P

    Doubt in datagrid view

    ya...i got it...but i never created any datatable before...pls give some useful sample for me friend...
  12. P

    Doubt in datagrid view

    u mean table adapter jimcilhinney??
  13. P

    Doubt in datagrid view

    hi friend.... little bit confusing...pls provide some details of code pls...
  14. P

    Doubt in datagrid view

    hi friends, This s one part of code in my lib proj for find bookrecord..... But i find one difficult in this.. when i select the record based on the BOOKID which s matched my id i want to display that record in a datagrid view alone. How can i set a single record to the datagrid view?? Private...
  15. P

    Question Data not inserted into database why??

    hi friends... i have one pbm with my project.. i m creating library management system in vb.net. i designed a adminform in which we can add, edit, delete or update book details.. but after entering details of book when i click add button, it only adds to the datagrid view table at that time...
  16. P

    How can i play a song???

    hi, i want to play a song when i click a button.... it s possible means, pls give an overview or give link to video tutorial....... thnks n advance:D
  17. P

    Need guide to install sql server

    HI FRNDS, i am doing project n vb.net..now i want to install sql server in my system....But where can i get sqlserver and how to install in correct manner...pls give link to the sql server and guide to install sqlserver......:(
  18. P

    How i connect access database to my project>>>>

    hi frnds, i am a beginner, now i created stock management system at small level. Now i want to connect my acces database to my project...and how can i set those fields to corresponding text boxes........pls give an idea only... i dont need code bcz i want to do codemyself....
  19. P

    Question Can i inherit my linklabel from a form to another form...

    oh...i use visual basic 2005 znerb... nw wt must i do for that??
  20. P

    Question Can i inherit my linklabel from a form to another form...

    ya...i copy this code in my welcome screen form i.e., form1 but i faced error Name addressof_not declared End of statement excepted........
Back
Top