Last change
on this file since 6097 was
5977,
checked in by msammer, 14 years ago
|
#1446 added user-controls RunCollectionDetail, RunCollectionTable and class RunCollectionData for showing the run-results
|
File size:
372 bytes
|
Line | |
---|
1 | <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="RunCollectionDetail.ascx.cs" Inherits="HLWebOKBQueryPlugin.Views.Query.RunCollectionDetail" %>
|
---|
2 |
|
---|
3 | <asp:Table ID="TableRunDetail" runat="server">
|
---|
4 | <asp:TableHeaderRow>
|
---|
5 | <asp:TableHeaderCell Text="Property" />
|
---|
6 | <asp:TableHeaderCell Text="Value" />
|
---|
7 | </asp:TableHeaderRow>
|
---|
8 | </asp:Table>
|
---|
Note: See
TracBrowser
for help on using the repository browser.