Re: conditional in datagrid column

From: Cor (non_at_non.com)
Date: 02/18/04


Date: Wed, 18 Feb 2004 09:17:01 +0100

Hi DC Gringo,

I cannot see if you did use the designer from VS.net and did drag things to
your form, but when you want to put a datatable from a database in a
datagrid you need minimal the folowing

a connection with your database (SqlConnection)
a dataset
a SqlDataAdapter
a Datagrid

The dataset can be bounded using the datasourse to the datagrid.

To see a lot of examples for that try to use this.

http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

And if you have problems installing it

http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir

I hope this helps a little bit?

Cor



Relevant Pages

  • Drop drop strongly typed datasets.
    ... Is there a way to drag an xml file onto the designer and have it build the ... data tables for me (like I do with a database connection.)? ...
    (microsoft.public.data.ado)
  • Re: conditional in datagrid column
    ... Yes, of course, all of that is in place and my datagrid is showing. ... use the VS.NET designer as you described. ... "Cor" wrote in message ... > a connection with your database ...
    (microsoft.public.dotnet.languages.vb)
  • hidng and showing rows on a datagrid
    ... I have a datagrid that is bound to a database table using the designer. ... I need to do is show or hide data on the grid via a button. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Adding rows to DataGrid across multiple PostBacks
    ... (not adding to the database or whatever you want to perform ... is only after adding information for every Id Number to the datagrid.) ... datasource which can contain a collection of datatables. ... The user can then put in a new IDNumber, ...
    (microsoft.public.dotnet.framework.aspnet)
  • =?iso-8859-1?Q?Re:_Datenbank_von_DataSet_zur_Laufzeit_=E4ndern?=
    ... habe und deren Daten ich dann auf einem Datagrid in einer Form verwende. ... Datenbank nicht vorhanden wäre. ... Mein Ziel war es meinem vom Designer erzeugten DataSet ...
    (microsoft.public.de.german.entwickler.dotnet.datenbank)