Using model var in mvc view

  1. #1

    Using model var in mvc view

    Hi,

    Is it possible to use <%= Model.Name %> inside ext.net controllers?

    I want to show variables from the model inside a panel

    Thanks

    Doron
  2. #2
    Hi

    Do you mean simething like this?

    <ext:TextField ID="TenderTitle" runat="server" FieldLabel="Tender Title" Text="<%# Model.Title %>" AutoDataBind="true" AllowBlank="false"  />
    Alex

Similar Threads

  1. [CLOSED] [Razor] Using Model in MVC View
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 02, 2012, 4:38 PM
  2. Replies: 1
    Last Post: Feb 01, 2012, 2:35 PM
  3. Replies: 2
    Last Post: Jan 10, 2012, 6:35 AM
  4. [CLOSED] EXT.NET and ASP.NET MVC View Model
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 18, 2011, 6:04 PM
  5. [CLOSED] Null view model with PartialViewRenderer
    By paulc in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 17, 2011, 7:30 AM

Tags for this Thread

Posting Permissions