I've been struggling with trying to get this to work. Does anybody know of a easy to follow tutorial that shows the Master/Detail grid view?
Thanks. I'm a very novice programmer.
I'm using Visual Studio 2008 with c#.
views:
40answers:
1
+1
A:
You can use the BindingSource class. Could you provide the kind of data you want to be displayed (DataTable, custom objects) ?
[EDIT]
Seb
2010-03-09 15:32:20
The page I need will be in asp.net, so the MSDN How To http://msdn.microsoft.com/en-us/library/c12c1kx4.aspx will not work for me.I did find this Visual C# Tutorial: http://www.asp.net/(S(pdfrohu0ajmwt445fanvj2r3))/learn/data-access/tutorial-10-cs.aspx .I was looking for another good example. Thanks for any help.
Javier
2010-03-09 17:43:20
I need to be able to select one record, and open the details of another table either on the same page, or redirected to a new page. The tables are linked through a primary key/foreign key relationship.
Javier
2010-03-09 18:21:31
Maybe you should replace the winforms tag by an asp.net tag, shouldn't you ?
Seb
2010-03-10 09:17:28