MadMAxJr

589
reputation
160 views

Registered User

name MadMAxJr
member for 1 year
seen Dec 8 at 20:55
website
location Missouri
age 27
Programmer / Hobby games enthusiast.
Dec
6
awarded  Mortarboard
Dec
3
awarded  Popular Question
Nov
25
answered Something like viewstate and session
Nov
25
comment Something like viewstate and session
I'm another developer on this project. Part of the problem is the system we're using to display various charts has four screens. Each screen (with one browser instance) needs to be able to keep track of what it is filtering different from each of the others. Hence our inital use of viewstate. Session is just one instance, so when you update one browser, it's using all the filters from the most recent change on any of the other instances.
Nov
20
comment What are some bad programming habits to look out for and avoid?
I'm guilty of this.
Nov
17
awarded  Popular Question
Oct
18
awarded  Great Question
Sep
17
awarded  Yearling
Sep
16
awarded  Commentator
Sep
16
comment Constructing a good search query using system.data.oracleclient
My problem is a bit more narrow in scope than what your link is meant for, but it makes for some very interesting reading, and I wanted to thank you for that.
Sep
16
comment Constructing a good search query using system.data.oracleclient
I'm going to test this real quick. If this works, you'll be the happy owner of 100 shiny new rep.
Sep
11
comment What’s a programming answer you hate to hear the most, yet give out yourself on many occasions?
I'm guilty of this one, multiple times in one day.
Sep
11
revised Constructing a good search query using system.data.oracleclient
Needed VB tag
Sep
11
asked Constructing a good search query using system.data.oracleclient
Aug
31
comment Elmah not working with asp.net site
For some reason, this got ELMAH working for me on a different server. Which is odd, as it should be identical to ours, yet we just have system.webserver declarations.