I m building a text box with Ajax on runtime n adding text in it by using C# Response.Write() statement on a button click. the problem is it adds data at the top of text box. I want to add it at bottom of earlier text. any suggestions please?
could you tell us some more information?
maybe you could place label in a place you need and than simply make it visible (you can insert text you need into that label of course) or it has to be Response.Write() method?