Groups | Blog | Home
all groups > asp.net > march 2007 >

asp.net : forms textbox history


Sashidhar Kokku
3/30/2007 7:54:00 AM
Cookies are still the way to go. However, it is more of bad security over
convenience.
--
Sashidhar Kokku
ikaSystems Corp


[quoted text, click to view]
Mark Rae
3/30/2007 3:00:03 PM
[quoted text, click to view]

Do you mean e.g. like a login page which "remembers" the userid of the last
person who logged on...?

If so, all you probably need is a cookie...

Mark Rae
3/30/2007 4:01:05 PM
"Sashidhar Kokku" <SashidharKokku@discussions.microsoft.com> wrote in
message news:6B5E1B99-737D-4131-A53A-9893203253F9@microsoft.com...

[quoted text, click to view]

Agreed.

ThatsIT.net.au
3/30/2007 9:50:06 PM
when you enter text into a textbox in a form and submit it, IE will keep a
history of the text so that next time you do not have retype the same text.
I have a page where I do not submit the page using a form but I would like
the text to remember the text anyhow, is there a way to add to the textbox
history?

--
Dim Alan as ThatsIT.net.au.Staffmember
Alan.signature = "Thank You"
Response.Write Alan.signature.toString()
__________________________________________
ThatsIT.net.au
3/30/2007 10:35:47 PM

[quoted text, click to view]

Yes I do

[quoted text, click to view]


I want to save all entries not just the last
I could make a drop down list of them, but this is getting messy
AddThis Social Bookmark Button