Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb_dotnet thread: Data Aware Classes


Message #1 by "John Miner" <minerj@c...> on Mon, 3 Jun 2002 00:08:04 -0400
In VB.NET, most controls bind to a DataSet.  A few bind to an 
XMLDataReader class, I believe (too lazy to go to my library and check 
this out).  You use the IDE wizards to create Connection and Provider 
objects.  It is then a simple matter to create a DataSet (one line of 
code) that can be bound as if it were a data-aware class.

R

p.s.  Please submit postings in plain text if at all possible.  Your 
message came thru with all kinds of MIME control characters (see below).

> This is a multi-part message in MIME format.

------=_NextPart_000_0006_01C20A93.A819F960
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

In VB6, it was relatively straightforward to generate data-source and
data-consumer classes using BindingCollections, DataMembers etc.  Can 
anyone
guide me to what the equivalent (or new and improved) approach is in 
VB.NET?

Any help much appreciated.


------=_NextPart_000_0006_01C20A93.A819F960
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">


<META content=3D"MSHTML 6.00.2462.0" name=3DGENERATOR></HEAD>
<BODY>
<DIV>
<P><FONT size=3D2>In VB6, it was relatively straightforward to generate=20
data-source and<SPAN class=3D800590604-03062002> </SPAN>data-consumer =
classes=20
using BindingCollections, DataMembers etc.&nbsp; Can anyone<SPAN=20
class=3D800590604-03062002> </SPAN>guide me to what the =
equivalent&nbsp;<SPAN=20
class=3D800590604-03062002>(or new and improved) </SPAN>approach is in=20
VB.NET?<BR><BR>Any help much appreciated.</FONT></P></DIV></BODY></HTML>

------=_NextPart_000_0006_01C20A93.A819F960--


  Return to Index