Hi all i have done a small code like if i enter some value in my text
box i will pop up a new form corresponding to the value entered i will
take the values from the pop up form and click on save and i am
redirecting to the previous page and will click on save now i would like
to save the data along with the data that is entered in the pop up form
Ex
: My first form is like
Name ABC
Address XYZ
Value
3 Here when i enter 3 i will get a pop up if i click on save it will
take input 3 times from the user. That data should be carried to the
prev form and wiil fill the remaining values in that form and click on
save
Phno 12345
now i would like to save my text
file as
ABC XYZ 3 12345
and the 3 times that user
entered data should be appended can any one give me idea please. I am
doing it in windows application so can any one please help me