index | search | no replies | posting guidelines | help login | register
Index » Products » ASP DataGrid
search this forum:
:: Creating Hierarchical Reports ::    show all messagesPost a New Message | Post a Reply
May 21 2004, 6:40 PM
 Re: Creating Hierarchical ReportsPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

You can use the DataGrid as follows:

<%
...
  
objGrid.Command = "Select Table1.FIeld1,  Table2.Field3 FROM Table1,  Table2 WHERE Table1.Field1=Table2.Field1"
objGrid.MasterTable = "Table1"
  
...
  
%>



-------------------------
Ghost
Pages: (1)   [1]

search this forum: