i want one help from u friends
my requirement is to store 2 values in app.config file
i dnt know how to store in it.
and next thing is i have to get that values and
with that values i have to call functions depending upon the values that i get.
for example
if i store 2 values like
1) key="name" , value="sankar"
2) key="name1",val ue="kumar"
depending upon the values
if he is sankar ,then call functionfirst() ;
if he is kumar ,then call functionsecond( );
how to achieve this, let me have ur suggestions friends.
thanks
durai.
my requirement is to store 2 values in app.config file
i dnt know how to store in it.
and next thing is i have to get that values and
with that values i have to call functions depending upon the values that i get.
for example
if i store 2 values like
1) key="name" , value="sankar"
2) key="name1",val ue="kumar"
depending upon the values
if he is sankar ,then call functionfirst() ;
if he is kumar ,then call functionsecond( );
how to achieve this, let me have ur suggestions friends.
thanks
durai.
Comment