Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Datagrid Control > Using DataViewManager with a WebControls.DataGrid

Reply
Thread Tools

Using DataViewManager with a WebControls.DataGrid

 
 
martyn_wynne@hotmail.com
Guest
Posts: n/a
 
      06-15-2005
I must be missing somthing here, i can't get DataViewManager to work
with a WebControls.DataGrid, i've followed the MSDN article,

http://msdn.microsoft.com/library/en...iewmanager.asp


Great! Looks exactly what i want, its all fine up till i get to the
lines

// Bind to a DataGrid.
System.Windows.Forms.DataGrid myGrid = new
System.Windows.Forms.DataGrid();
myGrid.SetDataBinding(myDVM, "Customers");

Ok so its a Forms example, there must be a WebControls equivilent
right.... so why can't i find it????

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DataBind GridView to a DataViewManager in ASP.NET ack95 ASP .Net 0 12-14-2006 06:00 PM
Using DataViewManager with a WebControls.DataGrid martyn_wynne@hotmail.com ASP .Net Building Controls 1 06-20-2005 06:36 PM
dataset and dataviewmanager... difference martin ASP .Net 0 04-21-2004 07:48 AM
Binding DataGrid with DataViewManager Jiho Han ASP .Net Web Controls 0 02-18-2004 03:33 PM
Re: MVP? Index error on nested element using System.xml but NOT using msxml??? William F. Robertson, Jr. ASP .Net 1 06-25-2003 08:08 PM



Advertisments