Tagged Questions

0
votes
2answers
102 views

Android. Save Instance State for Dialogs?

Hi, I wonder what is the right way to implement this? Could anybody advice whether my solution is correct? So: Activity is created User clicks on button and dialog is launched (Dialog, not dialog …
0
votes
4answers
38 views

State management issue.

I have three websites which are pointed to, by different domain names. The issue is: If a user logs in at one domain, it is not reflected in the other two domains, and similarly for logout. How to …
4
votes
4answers
686 views

ASP.NET MVC - Is there a way to simulate a ViewState?

Hi everyone! I have the following situation... In a certain View, the user must select the initial hour, the final hour and the weekday. But, I can't save this informations to DB 'cause I need to …
7
votes
5answers
1k views

Cache VS Session VS cookies?

What are the do's and don'ts about Cache VS Session VS Cookies? For example: Im using Session variables a lot and have sometimes problem in a booking-application when users starts to order products …
1
vote
1answer
70 views

Bring the data module to work with — pass-Store-use a connection inside a reusable data module

I want to seperate the data module of a site into an assembly ( a single dll file ) , What is the best way to get-store and pass the ConnectionString of the site in dealing with the web application . …