how to set the BaseParams value of store like this?

  1. #1

    how to set the BaseParams value of store like this?

    how to set the BaseParams value of store like this?

     <BaseParams>
          <ext:Parameter Name="id" Value='<%= ViewData["ID"] %>' Mode="Raw" />
     </BaseParams>
  2. #2
    Hi,

    You can set AutoDataBind="true" on the <ext:Parameter>.

    Example

    <ext:Parameter Name="id" AutoDataBind="true" Value='<%= ViewData["ID"] %>' Mode="Raw" />
    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    thank you very much!

Similar Threads

  1. Get baseParams from Store in Javascript
    By Waltheer in forum 1.x Help
    Replies: 0
    Last Post: Mar 09, 2011, 12:24 PM
  2. Replies: 4
    Last Post: Dec 01, 2010, 10:48 AM
  3. [1.0 RC1] Add FileUploadField to Store's BaseParams
    By Maarten Boone in forum 1.x Help
    Replies: 0
    Last Post: Nov 13, 2010, 10:04 AM
  4. Set Store BaseParams from codebehind
    By stu in forum 1.x Help
    Replies: 2
    Last Post: Jun 22, 2010, 4:47 PM
  5. Problem with Store.BaseParams
    By CheGuevara in forum 1.x Help
    Replies: 2
    Last Post: Jul 14, 2009, 7:26 PM

Posting Permissions