I personally don't like long conversations as they tend to cover the
real issues with web development and that is following

So you select a customer in a long conversation, you retrieve its
details, page get transmitted to client, user goes to toilet,
meanwhile customer gets removed (updated), and your postback
happens !!

What do you want to do as a developer to fix this ?

Suppose the customer was deleted ????, use saveorupdate ???

As a side note these sort if things also means you putting something
into viewstate, sessionstate (in my example the customer)

General advice, use a decent 2nd level cache and retrieve your object
again, much easier

Kind regards

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to