T
Terry Williams
I went on a job interview today... Basically, you've got mainframers
trying to create reports modules in asp.net, and the they need a
programmer with vb.net/asp.net experience.
One of the questions was...
How do you pass data from one form to another, example, you fill out a
webform, then go to the next webform, then the next webform, until
you've reached the end, then process all the data.
They use session variables for everything ? I mainly use session
varibles. So they might end up with 30 or 40 session variables for a
particular report.
I personally pass as much info via the parameters of a URL. and use
session variables for mainly setup parameters, system wide configuration
parameters and storing viewstate.
What's your opinion on this ?
Also, they converting over to DB2, and learning the speed of stored
procs. Nice enough people, though.
trying to create reports modules in asp.net, and the they need a
programmer with vb.net/asp.net experience.
One of the questions was...
How do you pass data from one form to another, example, you fill out a
webform, then go to the next webform, then the next webform, until
you've reached the end, then process all the data.
They use session variables for everything ? I mainly use session
varibles. So they might end up with 30 or 40 session variables for a
particular report.
I personally pass as much info via the parameters of a URL. and use
session variables for mainly setup parameters, system wide configuration
parameters and storing viewstate.
What's your opinion on this ?
Also, they converting over to DB2, and learning the speed of stored
procs. Nice enough people, though.