Search results for query: *

  1. P

    HELP!! Populating datagrid on the basis of data selected in combobox

    Well, I've checked it again and again...:( and can't understand what the problem is. Its really frustrating..It could be a silly mistake but how will I find it, I don't know..:confused: :o
  2. P

    HELP!! Populating datagrid on the basis of data selected in combobox

    I tried this --> con.ConnectionString = "Data Source=Parv;Persist Security Info=True;User ID=project;Password=project;Unicode=True" con.Open() Dim cmd As New OracleClient.OracleCommand("SELECT product_t.product_ID,product_t.product_description,product_t.product_finish FROM...
  3. P

    HELP!! Populating datagrid on the basis of data selected in combobox

    o.k. so here is my code and screenshot of the form once again.I haven't included Close button's code because its obvious and damn easy and also to make it readable with less code..Hope this time we'll be able to catch the problem...:( :( Imports System.Data Imports System.Data.OracleClient...
  4. P

    HELP!! Populating datagrid on the basis of data selected in combobox

    Well, First of all I have removed spaces between ' and the " . Secondly, I load the combo in the form load and run my SQL in seperate button click event but still problem is same. No data in datagrid. What should I do now?????
  5. P

    HELP!! Populating datagrid on the basis of data selected in combobox

    nope, I've checked it again and thats not a problem. God this is really irritating. I can't find any problem with my program but still datagrid is not populated with desired result.
  6. P

    HELP!! Populating datagrid on the basis of data selected in combobox

    Hi all, I have a problem in my application(vb.net 2005 + oracle).Please try to solve it,if anybody can. I have a combobox in my winform and a datagrid view. I need to populate my datagrid on the bases of item selected in combobox. but somehow I'm not getting any data to appear in my...
  7. P

    DataGrid error update

    Try to post your code with the post itself. Nobody has enough time to download the code and read it.
  8. P

    Problem With DataGrid (Select)

    I also want to clear my concepts regarding your problem,so I'm trying to work it out. However any kind of help from other members is appreciated.
  9. P

    HELP!! vb.net and oracle

    Thank you very much mate. Its working now...:) Just one more correction..' End If ' will be after Me.txtLastName.... statement.. cheers!!
  10. P

    HELP!! vb.net and oracle

    What could be the cause of 'data not appearing on the form' according to code that I've mentioned in my last post?????:(
  11. P

    HELP!! vb.net and oracle

    This is my whole code to be precise:--> Imports System.Data Imports System.Data.OracleClient ______________________________________________________________________ Public Class Form1 Dim connString As New String("Data Source=Parv;Persist Security Info=True;User...
  12. P

    HELP!! vb.net and oracle

    Yes, this is working now. I'm not getting any exceptions now but no data is appearing on the forms now.I'll try to look after that. Thanks for your help anyways. How did it work by the way??
  13. P

    HELP!! vb.net and oracle

    Thanks for help but it is still throwing the same exception.:( :(
  14. P

    HELP!! vb.net and oracle

    Hi everyone, Please help me! I've started database programming in vb.net. I'm using visual studio 2005 and oracle 9i as a back-end. I'm getting some run-time exceptions,when I'm trying to bind data to a textbox on the following statement: -...
  15. P

    New to VB.net

    Hi Priya, Online tutorials are good, but you must have something on paper. So, I reckon you are doing a nice job by learning from Wrox' books. But I'd like to advice you not to read Wrox' " Professional VB.Net", as it sucks really. Wrox' " Beginning VB.NET" is a nice book no doubt, but it...
  16. P

    need desperate help on vb.net please

    Yup, I agree. Btw Saunders,you don't need to learn anything if don't wanna try it yourself first. These exercises are pretty basic .Net stuff, so how will you learn advance features then?????
  17. P

    Windows Forms FAQ

    * Bump * This is an awesome link man. :) Thanks.:)
  18. P

    Reference Books

    I'd suggest "Wrox Press' Beginning VB.NET 2003" 2004 edition. Its cool.:)
  19. P

    VB.NET books

    Hi guys,:) I'm new to this forum and this is my first post. The book that is really beneficial for beginners is -> "Beginning VB.NET 2003" [2004 edition] from Wrox Press. Level -> Beginning to Advance. I'm really loving this book. Thank you.:)
Back
Top