4 lines
298 B
Plaintext
4 lines
298 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_orderExtList.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_orderExtList" %>
|
|
|
|
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="true"></asp:GridView>
|
|
<asp:ObjectDataSource ID="ods" runat="server"></asp:ObjectDataSource> |