ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl.net
perl.net
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved