User-884967499 posted
i have assigned the following variables as:
string[] s_no=""'
string[] emp_name="";
i have a table at backend which contains the above entities.
how can i access those multiple value and bind it to a single variable?
should i do it using array only or by loop?
in both cases how?