Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: A question of syntax


Message #1 by "Pat Hastings" <pat.hastings@s...> on Fri, 21 Jun 2002 17:43:22 +0100
Hi,

Is there any difference between the following:

	datareader!field   or session!var

and

	datareader("field") or  session("var")

I have a feeling that the former allows early binding and thus should be 
used but am not 100% sure. Anyone know anything about it?

Pat

  Return to Index