Saving color changes for next login

  • Thread starter Thread starter mjdieth
  • Start date Start date
M

mjdieth

I have a program that when someone selects a field in a row from an
html table it highlights the row a color. I want to be able to save
what rows were selected and the next time the user logs in, the color
still show on the rows that were selected at last login. The rows also
delete after 10 days of being displayed. Is there a way to do this? I
am stuck. Thanks for all your help in advance.
 
You have quite a few options here, ranging from the old style ini files
to registry to XML. Do a few searches in this newgroup for stuff like:

save user settings
xml settings
cor dataset xml
etc...

That should turn up a wealth of information.

If you have questions on a particular method please post back and I'll
try and help you out.

Thanks,

Seth Rowe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top