Hi...
i m working with c# in visual studio.net 2008 express edition..
how can i use a textbox in this way...i give a string to this textbox at runtime,which shoud show up in another textbox at a mouse_click on a button..upto this i've achieved...the problem is,i dont want the string written in the first textbox at runtime to show up but there shuld be a constant string showing up in that textbox,no matter what we write in it at runtime..all the same the other textbox should show the string written at runtime...
i desparately need to knw this...