Mira el error ke saca:
Server Error in '/SPF_v1.0.2' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0654: Method 'SPF_v1._0._2.WebForm1.Combo()' referenced without parentheses
Source Error:
Código:
Line 68: <asp:TemplateColumn HeaderText="Rsble">
Line 69: <ItemTemplate>
Line 70: <asp:DropDownList id="ddlTipoE" runat="server" Height="6px" Width="48px" DataSource="<%# Combo%>" DataTextField="strNombreCorto" DataValueField="strCodUsuario"></asp:DropDownList>
Line 71: </ItemTemplate>
Line 72: </asp:TemplateColumn>
Source File:
http://localhost/SPF_v1.0.2/frmIngreso.aspx Line: 70