You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Hi.

I have one primary variable  . How to load data from mysql to all element (Ex : edit control, select box ...) 

(without grid). 

I see store binder can use : 

row.getProperty("username"); 
        String firstName = row.getProperty("firstName");row.getProperty("username"); 
        String firstName = row.getProperty("firstName");

is there way to load data from mysql to all element from section inform ???

  • No labels