Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Master & Detail

Reply
Thread Tools

Master & Detail

 
 
wardemon
Guest
Posts: n/a
 
      11-30-2006
Hi All,

Is it possible to create a master & detail type of view via repeater
control with dataview control perhaps, or any kind of data control
combination?

An example of what I'm trying to achieve is the following:

Label_A1 Label_A2
Label_B1 Label_B2 Label_B3
Label_A1 Label_A2
Label_B1 Label_B2 Label_B3
Label_A1 Label_A2
Label_B1 Label_B2 Label_B3

Where Label_A1 & Label_A2 is from TableA and
Label_B1, Label_B2, Label_B3 is from TableB and
Label_A1 = Label_B2 & Label_A2 = Label_B2

I know that <asp:SqlDataSource> has a FilterExpression w/
<FilterParamters>,
however, <asp:ControlParameter> is expecting a
PropertyName="SelectedValue"
as per almost all examples in the net, but for the example above, I
won't be
selecting anything, just simply Displaying Row As and Row Bs w/ their
underlying relationships.

Hope someone can clue me in on how to develop this.

Warm Regards,
Henry

 
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
master/master/detail (easy one though) asmj ASP .Net 0 04-20-2007 09:10 AM
ASp.net data binding: Master-detail-detail Frederik Borg ASP .Net Datagrid Control 0 06-09-2006 11:41 AM
seeking servlet "Master" keep getting "Master/servlet/Master" not found. Tomcat 5.0.25 Doug McCann Java 1 08-05-2004 09:16 PM
Master - Detail Examples =?Utf-8?B?RGVtZXRyaQ==?= ASP .Net 1 10-20-2003 04:02 AM
Master Detail detail Arun Kumar Menon ASP .Net Datagrid Control 0 08-06-2003 08:04 PM



Advertisments