Client Binding Issue

3 replies. Last post: November 3, 2010 4:16 AM by Frank Bruce
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Frank BruceMember

BindingOperationMode="ClientBinding"

................

<ClientBindingSettings DataSourceType="WebService" ServiceUrl="WebService.asmx" ItemTypeName="Customer">
            <ServiceMethods SelectMethod="GetCustomers" DeleteMethod="DeleteCustomer" InsertMethod="InsertCustomer"
                UpdateMethod="UpdateCustomer" />
        </ClientBindingSettings>

when I click"export excel"---"Excel"   It cause wrong:"Invalid client service command."

webui controls does not support "export excel"  while in ClientBinding,is not it????

how to solve the "export excel"  problem in ClientBinding?????

All times are GMT -5. The time now is 1:33 AM.
Previous Next