This HTML5 document contains 62 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
n7http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtProgressVisualStudioDataGridFormsApp/
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n16http://vos.openlinksw.com:80/wiki/main/VOS/VirtProgressVisualStudioDataGridFormsApp/
n9http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n4http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n17http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n8http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n11http://vos.openlinksw.com/dataspace/person/dav#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/
n5http://vos.openlinksw.com/wiki/main/VOS/VirtProgressVisualStudioDataGridFormsApp/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n19http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n14http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#

Statements

Subject Item
n11:this
foaf:made
n4:VirtProgressVisualStudioDataGridFormsApp
Subject Item
n17:this
sioc:creator_of
n4:VirtProgressVisualStudioDataGridFormsApp
Subject Item
n9:item
n8:services_of
n4:VirtProgressVisualStudioDataGridFormsApp
Subject Item
n19:this
sioc:creator_of
n4:VirtProgressVisualStudioDataGridFormsApp
Subject Item
n2:VOS
sioc:container_of
n4:VirtProgressVisualStudioDataGridFormsApp
atom:entry
n4:VirtProgressVisualStudioDataGridFormsApp
atom:contains
n4:VirtProgressVisualStudioDataGridFormsApp
Subject Item
n4:VirtProgressVisualStudioDataGridFormsApp
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:36:42.491330
dcterms:modified
2017-06-29T07:39:37.878054
rdfs:label
VirtProgressVisualStudioDataGridFormsApp
foaf:maker
n14:this n11:this
dc:title
VirtProgressVisualStudioDataGridFormsApp
opl:isDescribedUsing
n7:sioc.rdf
sioc:has_creator
n17:this n19:this
sioc:attachment
n5:VirtProDataGridApp07.png n5:VirtProDataGridApp08.png n5:VirtProDataGridApp05.png n5:VirtProDataGridApp06.png n5:VirtProDataGridApp11.png n5:VirtProDataGridApp12.png n5:VirtProDataGridApp09.png n5:VirtProDataGridApp10.png n5:.DS_Store n5:._.DS_Store n5:VirtProDataGridApp03.png n5:VirtProDataGridApp04.png n5:VirtProDataGridApp01.png n5:VirtProDataGridApp02.png n5:VirtProDataGridApp23.png n5:VirtProDataGridApp24.png n5:VirtProDataGridApp21.png n5:VirtProDataGridApp22.png n5:VirtProDataGridApp27.png n5:VirtProDataGridApp25.png n5:VirtProDataGridApp26.png n5:VirtProDataGridApp15.png n5:VirtProDataGridApp16.png n5:VirtProDataGridApp13.png n5:VirtProDataGridApp14.png n16:._.DS_Store.txHOkm n16:.DS_Store.5RDuyK n5:VirtProDataGridApp19.png n16:.DS_Store n5:VirtProDataGridApp20.png n5:VirtProDataGridApp17.png n5:VirtProDataGridApp18.png n16:._.DS_Store
sioc:content
%VOSWARNING% %META:TOPICPARENT{name="VirtProgressEntityFrameworkUsage"}% ---+++Visual Studio Windows <nop>DataGrid Form Application This article details the steps required to create a simple Visual Studio 2008 Windows Form application, with associated <nop>DataGridView control for displaying data in selected tables from the target database. 1 Launch the Visual Studio 2008 SP1 IDE. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp01.png" style="wikiautogen"/>%BR%%BR% 1 Create a <b>Web Application</b> project by going to the <b>File</b> menu in Visual Studio and choosing <b>New Project</b>. %BR%%BR% 1 When the New Project window appears, choose either <b>Visual Basic</b> or <b>Visual C#</b> as the programming language.%BR%%BR% 1 Within the language category, click on <b>Windows</b> and select <b>Windows Form Application</b> from the right-hand panel. %BR%%BR% 1 Choose a name for the project, for example <b><nop>VirtWindowsFormApplication</b>, and click <b>OK</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp02.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Toolbox</b>, expand <b>Data</b> Controls, and drag the <b><nop>DataGridView</b> control onto the form. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp03.png" style="wikiautogen"/>%BR%%BR% 1 Click on the little <b>arrow</b> in the top right of the <b><nop>DataGridView</b> control to load the <b><nop>DataGridView Task</b> menu. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp04.png" style="wikiautogen"/>%BR%%BR% 1 Click on the <b>Choose Data Source</b> list box. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp05.png" style="wikiautogen"/>%BR%%BR% 1 Click on the <b>Add Project Data Source</b> link to connect to a data source. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp06.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Data Source Configuration Wizard</b> dialog <b>Choose Data Source Type</b> page, select the <b>Database</b> data source type and click <b>Next</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp07.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Data Source Configuration Wizard</b> dialog <b>Choose your Data Connection</b> page, select the <b>New Connection</b> button. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp08.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Choose Data Source</b> dialog, select the <b><nop>OpenLink Virtuoso Data Source</b> from the list and click <b>Continue</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp09.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Connection Properties</b> dialog, specify the <b>hostname</b>, <b>portno</b>, <b>username</b>, and password for the target Virtuoso Server. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp10.png" style="wikiautogen"/>%BR%%BR% 1 Select the <b>Select Database From List</b> radio button and choose <b>isports</b> from the drop down list. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp11.png" style="wikiautogen"/>%BR%%BR% 1 Press the <b>Test Connection</b> dialog to verify that the database is accessible. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp12.png" style="wikiautogen"/>%BR%%BR% 1 Leave the default connect string name -- <b>isportsConnectionString</b> -- and click <b>Next</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp13.png" style="wikiautogen"/>%BR%%BR% 1 From the list of tables returned for the isports database, select the <b>Salesrep</b> table to be associated with the <b><nop>DataGridView</b> control. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp14.png" style="wikiautogen"/>%BR%%BR% 1 The columns names of the select table will be displayed in the the <nop>DataGridView. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp15.png" style="wikiautogen"/>%BR%%BR% 1 Resize the Form and <nop>DataGridView to allow all columns to be visible if possible. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp16.png" style="wikiautogen"/>%BR%%BR% 1 To test the application, simply hit <b>Ctrl+F5</b> within Visual Studio or select <b>Start Debugging</b> from the <b>Debug</b> menu. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp17.png" style="wikiautogen"/>%BR%%BR% 1 The data from the <b>JOBS</b> table will be displayed in the <b><nop>DataGrid</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProDataGridApp18.png" style="wikiautogen"/>%BR%%BR% The task is now complete.
sioc:id
e0563201294a4ab13aa2a408632494fc
sioc:link
n4:VirtProgressVisualStudioDataGridFormsApp
sioc:has_container
n2:VOS
n8:has_services
n9:item
atom:title
VirtProgressVisualStudioDataGridFormsApp
atom:source
n2:VOS
atom:author
n11:this
atom:published
2017-06-13T05:36:42Z
atom:updated
2017-06-29T07:39:37Z
sioc:topic
n2:VOS