The IT Manager where I'm working prizes "no touch" deployment
above all else. The instructions I've been given are basically
this: if it's possible in ASP.NET, write it in ASP.NET; use
WinForms only as a last resort.
One of the departments has specified that they need to have
multiple Customer records open at the same time, in different
windows. If they're handling a call from CustomerA and another
call comes in from CustomerB, they need to put CustomerA on hold
and open CustomerB's record, etc etc.
Any suggestions for simulating MDI in ASP.NET?
Thanks!
Timo