Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~434 People Reached
Favorite Forums
Favorite Tags
Member Avatar for mcdt2424

Hi guys, In my application users can search for events that fall with in a particular date range, which works fine. The problem I am having is getting records when I ask for the current months events using the query below. select * From Events Where FromDate >='1/1/2010' And ToDate …

Member Avatar for mcdt2424
0
76
Member Avatar for mcdt2424

Hi All, I am building a global scheduling application in asp.net and I am having a hard time figuring out how to handle the different timezones. In my application when the user selects the date and time of an appointment I save the date time to my DB in UTC …

Member Avatar for kvprajapati
0
63
Member Avatar for upstream

:idea: hi all. Here's my set-up: Server 1: SQL Server 2005 Database Server 2: Public Web Application using ASP.NET VB and IIS6 my newly published website is succesfully running! ~ but after a few minutes (or in some instances)..my application is stopping from responding, it only shows the hourglass cursor, …

Member Avatar for mail2saion
0
186
Member Avatar for mcdt2424

I am having a problem getting a value from my dictionary object. The TryGetValue Method returns true which indicates that it is finding the key in the dictionary but emps variable is not being populated with the value in the dictionary. What am I doing wrong? thanks for your help! …

Member Avatar for mcdt2424
0
101