calling a function in a click event
- by KATy
hi,
i ve data in d sql DB using those values i ve to call a function in the system..
data in sql
location of func:c:\
namespace:calci
class name:arith
function name:add
parameter 1: 1
parameter 2: 2
now we ve use the values
c:\,calci,arith,add,1,2
using this we ve to calculate the result..
thanx..