Hi,
In my asp application I want to populate the textBoxes with values from a streamreader. On every click on a button, the next line of a stream reader to be read and the text boxes to be populated. But can anybody tell me which is the best way to update them
on click event of a button?
Is it by using UpdatePanel?
Thanks
P.S. I tried by using
thisGo to the complete details ...