Hi all
Hi all,
In my WF Project i have a CodeActivity, that is to check wether entered userid, password are valid or not
how to pass parameters to CodeActivity.
what i tried is
in my class i wrote a method of bool type with userid, password as parameters, am checking here wether values are correct or not according to that am returning bool value.
am entering userid, password values from a window form which is in otherproject of the same solution.
how can i pass those textbox values to my codeActivity event?
based on codeActivity result my next IfElseActivity will work.
Please Share some code
Thanks In Advance
--Naren
Hi all,
In my WF Project i have a CodeActivity, that is to check wether entered userid, password are valid or not
how to pass parameters to CodeActivity.
what i tried is
in my class i wrote a method of bool type with userid, password as parameters, am checking here wether values are correct or not according to that am returning bool value.
am entering userid, password values from a window form which is in otherproject of the same solution.
how can i pass those textbox values to my codeActivity event?
based on codeActivity result my next IfElseActivity will work.
Please Share some code
Thanks In Advance
--Naren
Comment