perlASPX error
by Manfred I-TEK other posts by this author
May 3 2005 12:23AM messages near this date
view in the new Beta List Site
PerlASPX: Output binary data (images)
|
Unable to build a dll project.
FRAMEWORK Hello,
Somebody can try this simple code, I have an exception with:
Can't locate public method AddParsedSubObject(System.Web.UI.LiteralControl)
for System.Web.UI.WebControls.ListItem
The problem is when perl try to add <asp:ListItem the method is not exist ??
May be my NET Framework in not good configured ??
<%@Page Language="Perl" %>
<html>
<head>
</head>
<body>
<form runat="server">
<asp:DropDownList id="DropDownListList1" runat="server">
<asp:ListItem runat="server" > Item 1</asp:ListItem>
<asp:ListItem runat="server" > Item 2</asp:ListItem>
</asp:DropDownList>
</form>
</body>
</html>
If you use C# instead I have no error?
Manfred
_______________________________________________
Perl.NET mailing list
Perl.NET@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|