nothing wrong with it - and would be the nice way to do it. and
probably will be how it ends up...

but all of the vb developers i know use the shortcuts where ever
possible... Session("key") instead of Session.Items("key"),
Recordset("field") instead of Recordset.Fields("field"), etc.

i'm just trying to cater to their habits of using the shortcuts
instead of forcing properness on them. :-)

g.

On 12/30/05, Weyert de Boer <[EMAIL PROTECTED]> wrote:
> What's wrong with the Items-property and then do a Session.Items[
> "sessionKeyName" ]; ?
> This is also available for the ASP.NET guys.

--
weblog: broadcast.artificialcolors.com
blazePDF: www.blazepdf.com
band: www.cutratebox.com
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to