G
Guest
i have for exmaple few DDL
and i want each time to send to the function use the DDL name
and all the code in the function will be dnamic for example
ddlCountry.DataSource =...
will be
obj.DataSource =....
how can i do it?
and how can i do this by passing the function the object name
and doing the same as above?
thnaks in advance
peleg
and i want each time to send to the function use the DDL name
and all the code in the function will be dnamic for example
ddlCountry.DataSource =...
will be
obj.DataSource =....
how can i do it?
and how can i do this by passing the function the object name
and doing the same as above?
thnaks in advance
peleg