Search Results

Type: Posts; User: EagleShi

Search took 0.01 seconds.
  1. <ext:ComboBox ID="cbWarehouseID" runat="server" FieldLabel="Warehouse" LabelWidth="20"
    ValueField="WarehouseID" DisplayField="Name">
    ...
  2. thank you very much!
  3. how to set the BaseParams value of store like this?



    <BaseParams>
    <ext:Parameter Name="id" Value='<%= ViewData["ID"] %>' Mode="Raw" />
    </BaseParams>
  4. not row editing feature,please help me ,thank you!
  5. thank you for your help

    it does not support the server tag of "<% "!
  6. <ext:Label ID="label1" runat="server" FieldLabel="total" Text="<%= ViewData["SentTotal"] %>" />


    other way?

    thanks!
    <DIV style="MARGIN: 2px 6px 0px 0px; DISPLAY: block; FLOAT: left"...
  7. got it ,thank you!
  8. in controller:


    [AjaxMethod]
    public AjaxResult Test()
    {
    return new AjaxResult { Result = "Hello world" };
    }
Results 1 to 8 of 8