how set ability guid aspx page
i have following formula aspx pages:
<% foreach (dependency dep this.common.getdependencies(this.request.querystring["name"]))
{ %>
<ctl:dependencyeditor dependencykey='<%= dep.key %>' runat="server" />
<% } %>
when i run it, i following error:
parser blunder message: can't emanate an vigilant form 'system.guid' the twine illustration '<%= dep.key %>' 'dependencykey' property.
is there any proceed i emanate control pass guid aspx page? i'd unequivocally loathing have loop by emanate controls formula behind only since that...
note: pivotal ability dependency vigilant is guid.
Comments
Post a Comment