asp316

831
Reputation
273 views

Registered User

name asp316
member for 11 months
seen 10 hours ago
website
location United States of America
age
Nov
23
awarded  Notable Question
Nov
12
comment How to return an object that implements an interface from a method
Makes sense! Thanks for the help!
Nov
12
asked How to return an object that implements an interface from a method
Oct
28
comment What design pattern do you use the most?
Yes, but there are so many, it merits the question
Oct
28
comment What design pattern do you use the most?
I'm surprised I haven't seen factory pattern.
Oct
28
revised What design pattern do you use the most?
added 128 characters in body
Oct
28
asked What design pattern do you use the most?
Oct
22
comment LinqToSql giving ‘Specified cast is not valid’
The sproc dynamically creates a string variable and executes it. Linq doesn't like this. In order for Linq to read the return types in correctly, I have to comment it out and put in an equivalent sql statement. Somehow this wasn't happening properly as in the designer.cs, the return type was an int, rather that a recordset. I changed the sproc, reimported and change the sproc back to executing the string variable. All is happy now. Thanks All!
Oct
21
asked LinqToSql giving ‘Specified cast is not valid’
Sep
24
comment How can I handle multiple row revisions in a single table?
All columns are needed for each revision
Sep
24
asked How can I handle multiple row revisions in a single table?
Sep
16
comment Crystal Reports in Visual Studio - Can margins be dynamically changed?
Okay, after more research, I need to do this not after every page, but after every 2nd page of every record (not page). If the report has multiple records, every page after the new record needs to unsuppress the header. Ideas please?
Sep
12
comment Crystal Reports in Visual Studio - Can margins be dynamically changed?
The detail section is continuing onto the next page. The next page is pushing the details section down per the top margin. However, any page after page 1 I need it pushed down from the top margin PLUS a bit more (perhaps an inch. The amount is irrelevant). Hope this explains it a bit better
Sep
9
comment Crystal Reports in Visual Studio - Can margins be dynamically changed?
Don't need to modify those sections. However, the content I'm trying to push down on page 2+ is in the detail section.
Sep
9
accepted Remote debugging - Getting errors
Sep
9
asked Crystal Reports in Visual Studio - Can margins be dynamically changed?
Sep
8
answered state and federal representatives by zip
Sep
3
awarded  Popular Question
Aug
24
answered How to improve your reading and understanding of code?
Aug
24
comment How to open and run this website in VS 2008?
Shouldn't matter if it's classic or .net, you can still work edit it in VS2k8.
Aug
24
answered How to open and run this website in VS 2008?
Aug
19
awarded  Nice Answer
Aug
19
answered Windows Form Controls and LINQ; What should I return?
Aug
17
awarded  Good Answer
Aug
14
comment What microprocessor for experimentation?
WOW! That's creepy! And he looks proud of it....
Aug
14
answered Interesting Project Ideas for Decent Dev Wanting to Learn More Asp.Net
Aug
12
answered SP taking 15 minutes but the same query when executed returns results in 1-2 minutes
Aug
8
awarded  Nice Answer
Aug
7
answered Senior programming ‘guru’ who can’t program - should I find a different career?
Aug
4
comment Using web hit counter to track application usage, recommendations wanted
There still appears to be problems with GA and Firefox. Have you found a way around them? google.com/support/forum/…
Jul
31
answered Does anyone use SubSonic in .Net
Jul
31
comment How can I return List<MyInterface> in this scenario
This article is good stuff. Makes my brain hurt but will really shed some light on what's going on here. Thanks Greg! –
Jul
31
comment How can I return List<MyInterface> in this scenario
Wow. easy enough. Thanks!!
Jul
31
asked How can I return List<MyInterface> in this scenario
Jul
27
awarded  Popular Question
Jul
24
answered Awesome ASP.Net and C# tutorials for beginner
Jul
24
answered Keeping abreast with technology
Jul
23
revised When should I use stored procedures?
added 218 characters in body
Jul
23
answered When should I use stored procedures?
Jul
15
revised Issue using List returned by webservice
Added webservice method signature
Jul
15
comment Issue using List returned by webservice
Thanks. Not sure how the web service would return an array as here is the definition: public List<Clinic> GetSearchResults(string latitude, string longitude, int searchDistance) { var results = Clinic.GetClinicsNearLocation(latitude, longitude, searchDistance); return results; } Any reason why it would return an array with the method above?
Jul
15
asked Issue using List returned by webservice
Jul
1
comment AS400 / DB2 cross-library query problem
Tried that and recvd a 'SQL0204 - cmpgrid2 in webaccess type * FILE not found' where webaccess is the username Anything else to try?
Jul
1
asked AS400 / DB2 cross-library query problem
Jun
30
comment What was your first home computer?
amazing that the OS was only 64k..ish (en.wikipedia.org/wiki/Mac_OS_history)
Jun
29
comment What’s the best .Net technical thing you’ve learned over the past 3 years?
Can you recommend any good resources to learn how to write unit tests? What about testing code that makes database calls? Are you using any mocking framework?
Jun
29
comment What’s the best .Net technical thing you’ve learned over the past 3 years?
Any specific flavor of linq?
Jun
29
asked What’s the best .Net technical thing you’ve learned over the past 3 years?
Jun
29
comment What was your first home computer?
Ouch. Begining to show my age I guess.
Jun
24
answered Convert/Export C# datalist control/(html page) as a pdf