Hello,
i have a nasty problem with object identity in
hash tables. I try to use different objects as keys.
It failed bacause i cannot identify object propperly.
Different objects with the same contents have
the same hash code.
DateTime date1 = new DateTime(2001,11,22);
DateTime da...
more >>
I have an app that is deployed that uses .config file settings. I have an
update of that app that I am installing using a setup and deployment
project. The basic setup process works fine. Now I want to get a little
fancier.
I need to have the setup process check for the existence of the .NE...
more >>
I think I read somewhere that if you link 2 tables together in a dataset
then a datagrid will automatically create a drill down. Is this true?
I have a system where people input data based on Company | Date | Price and
I now have to make a summary web application where it will display:
Each ...
more >>