hi Jeev,
thanks for getting back to me so soon!
> Session variables are infact stored in the server memory and the values are user session dependant,
> hence the name session variables .The values in the web.config ie connectionstring, appsettings etc
> are available to you at any time you need them in code
yes, sorry... i think what i was trying to get at was is the web.config like and application.cfm.
> you would be better off splitting it into methods depending upon what functionality you wish to accomplish.
> Also depending on the need to do certain things at certain times in the page lifecycle, you can put things
> in the init, Prerender events etc to name a few
more reading up here then!
> SqlDataReaders work only when the connection is open and by default output is not cached. Could you
> load the information into a table which is a page level variable if you need it at multiple places
interesting, i shall look it up.
> Well you have the concept of user controls to break a single page into multiple pieces.
yes, the more i use it i guess things will become clear.
> I'd suggest looking at some tutorials that are available on this site just to familiarize yourself with the new concepts
yep, have been... its just i seem to be in a middle ground of knowing what i want to achieve and being able to do it in many ways but the syntax is foxing me a bit.
> Hope this helps and all the best on this new journey. I'm sure you will enjoy it
sure does, many thanks for the reply... i've got a couple of books on the way so hopefully i'll get up to speed at somepoint...
cheers,
Luke