Connecting Tech Pros Worldwide Help | Site Map

Textbox save/edit

  #1  
Old December 7th, 2007, 05:45 PM
anush
Guest
 
Posts: n/a
Hi,
I want to create a ajax textbox where when I add some content and save
it, it saves the content and also appends the username to the content.
And when I clcik the edit button, I just get the content without any
username.

I saw this is in flcikr notes where when I comment on an image, it
displays the content with the username at the end and when i edit it
only the content is retrieved in the box.

Can anybody please suggest me on how I should go about doing it.

thanks,
Anush
  #2  
Old December 7th, 2007, 08:45 PM
David Mark
Guest
 
Posts: n/a

re: Textbox save/edit


On Dec 7, 12:38 pm, anush <anushshe...@gmail.comwrote:
Quote:
Hi,
I want to create a ajax textbox where when I add some content and save
There is no such thing as an "ajax textbox." I assume you mean a
textarea that is part of a form that can be submitted via Ajax.
Quote:
it, it saves the content and also appends the username to the content.
That is done on the server.
Quote:
And when I clcik the edit button, I just get the content without any
username.
That's because the server is not actually appending the user name to
the content, but adding it to the generated page after the edit
operation.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Save GridView once? =?Utf-8?B?U2hhdw==?= answers 1 October 19th, 2007 12:25 AM
Saving using datagrid in VB.NET from SQL Server by SAVE button toddw607 answers 2 April 18th, 2007 09:06 PM
edit shared XML via asp.net page and save back to server. Glenn M answers 4 November 18th, 2005 03:24 PM
TextBox (read,edit,write) Option^Explicit answers 4 July 17th, 2005 08:48 PM