Jump to content
Xtreme .Net Talk

mcerk

Avatar/Signature
  • Posts

    78
  • Joined

  • Last visited

Everything posted by mcerk

  1. Hi. I have populated my dataset and dataadapter with all fields (id, Field1, Field2, Field3, Field4... etc) If I bound datagrid to this dataset, then all fields are displayed. So If I want to display only Field1 and Field2, do I have to change my SQL SELECT statement in data adapter? (I'm looking for some property to edit datagrid columns like in vb6. Is this possible?......) tx, matej
  2. Someone told me, that you can build exe and web page using the same source code in VB.net Is it possible? I don't think it is, becouse this is not the same thing. PS: what is web service? is this what I am asking?
  3. I'm connecting to database (.mdb) with datagrid, table adapter, dataset and data connector. The data is displayed in the datagrid. How can I read the data from the current row and display them into a message box? (in vb6 I would do it like this: msgbox "recordset!field1 " & recordset!field1 & _ " recordset!field1 " & recordset!field1 etc...
×
×
  • Create New...