hi,
this is Shakti, i work as a Software Programmer.
i think u should try to convert that value to string before assigning it to textbox.
Lets consider that u have a that value t&m
put that value in
string str=t&m;
textBox1.text=Convert.toString(str);
try this,
hope this works.
reply me ur comments.
|