Last change
on this file since 6097 was
6076,
checked in by msammer, 14 years ago
|
#1446 Changed RunCollectionTable for using it in the MVC-pluginhost. Changes for using real Run-objects in the table
|
File size:
779 bytes
|
Line | |
---|
1 | <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
|
---|
2 |
|
---|
3 | <div id="RunCollectionTable" style="overflow: auto; width: 100%">
|
---|
4 | <form id="frmRunCollectionTable" runat="server" method="post">
|
---|
5 |
|
---|
6 | <asp:GridView ID="GridRunCollection" runat="server" DataSourceID="dsQueryRuns">
|
---|
7 | <SelectedRowStyle BackColor="Aqua" />
|
---|
8 | <Columns>
|
---|
9 | <asp:BoundField />
|
---|
10 | <asp:CommandField ShowSelectButton="true" SelectText="Details" />
|
---|
11 | </Columns>
|
---|
12 | </asp:GridView>
|
---|
13 | <asp:ObjectDataSource ID="dsQueryRuns" runat="server"
|
---|
14 | SelectMethod="getTestRuns"
|
---|
15 | TypeName="HLWebPluginHost.Models.QueryModel">
|
---|
16 | </asp:ObjectDataSource>
|
---|
17 |
|
---|
18 | </form>
|
---|
19 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.