[CLOSED] Using asp expression

  1. #1

    [CLOSED] Using asp expression

    <p class="MsoNormal"><p class="MsoNormal">Sometimes I need to use the asp.net expression like this :</p><p class="MsoNormal"><%# something %></p><p class="MsoNormal">or</p><p class="MsoNormal"><%$Resources something %></p><p class="MsoNormal">
    </p><p class="MsoNormal"><ext:Panel ID="Tab1" runat="server" Title="<%$Resources:ResStr, TimesheetFrm_Project%>" Icon="ApplicationForm" Border="false"></p><p class="MsoNormal">	<AutoLoad Url="http://www.matin.qc.ca" Mode="IFrame" ShowMask="true" MaskMsg="<%$Resources:ResStr, TimesheetFrm_Project%>'..." /></p><p class="MsoNormal"></ext:Panel></p><p class="MsoNormal">
    </p><p class="MsoNormal">If we use it, we must call in the "code behind" Page.DataBind (). That's correct. But I noticed that it worked on the main node containing runat = "server". But once we enters the hierarchy of the node, it no longer works. Regardless of the expression used, it is an empty string that is assigned.</p><p class="MsoNormal">In my example above, the window title will contain "project". But MsgMask will remain empty.</p><p class="MsoNormal">What is the proper way to do it?</p><p class="MsoNormal">Thanks!</p><p class="MsoNormal">
    </p></p>
  2. #2

    RE: [CLOSED] Using asp expression

    Hi,

    Try to set AutoDataBind="true" for AutoLoad
  3. #3

    RE: [CLOSED] Using asp expression

    It works thanks!

Similar Threads

  1. Replies: 0
    Last Post: Oct 05, 2011, 3:45 PM
  2. Replies: 1
    Last Post: Feb 15, 2011, 8:05 PM
  3. Status Code 200: BADRESPONSE: missing } in XML expression
    By marcossoft in forum 1.x Legacy Premium Help
    Replies: 32
    Last Post: Oct 09, 2010, 6:46 AM
  4. Advanced Filtering - Filter Expression
    By ecerrillos in forum 1.x Help
    Replies: 0
    Last Post: Aug 29, 2010, 8:38 PM
  5. editable grid and custom validation with regular expression
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 0
    Last Post: Sep 24, 2009, 5:08 PM

Posting Permissions