Hello Everyone
I have to set string using html control;
suppose I have string like...
string x="Leave Request from :" + obj.name+ " Leave Reason :" + obj.reason + " Leave Type :" + obj.type+ " + " From ip :" + obj.ip.tosting();
this is my string
this string i was send into mail,now I want to result like this.
Leave Request from : name
Leave Reason : reason name
Leave Type : sick leave
From ip : 111.111.111.111
I have use this bt not getting answer following...
string x="Leave Request from :" + obj.name+ " Leave Reason :" + obj.reason + " Leave Type :" + obj.type+ " + " From ip : " + obj.ip.tosting();
Please give me this solution
Priyaranjan K SPosted Oct 26, 2015, 7:25 AM
Manish SolankiPosted Oct 26, 2015, 7:21 AM
Priyaranjan K SPosted Oct 26, 2015, 4:42 AM
Manish SolankiPosted Oct 26, 2015, 3:59 AM
Priyaranjan K SPosted Oct 23, 2015, 10:57 AM
Priyaranjan K SPosted Oct 23, 2015, 10:54 AM