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
~659 People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for sluck
Member Avatar for woodsrr

An application I developed has its session variables reset within 5 minutes. My session variables were timing out when I was connected to a asp state server so I switch session state mode to SQL with the hope that it would fix my problem. Now I'm getting a different error. …

0
62
Member Avatar for woodsrr

I’m stumped! I have an application I developed which has its session variables reset at odd times with no perceivable reason. I have a dedicated server; I have the .net session state service running. I have the following code in my web.config file [code=VB] <sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" timeout="45"/> [/code] …

Member Avatar for woodsrr
0
96
Member Avatar for Sinha's

Just a guess but are the self_amount summing correctly and the self_comm_amt failing to sum correctly? I think the easy solution would be to create a view to presum self_comm_amt. There are other ways but this would be simple.

Member Avatar for woodsrr
0
185
Member Avatar for Pankaj18

I think you should split on comma and remove spaces, '<' and '>' to get a better validation. Just a thought... [code=vb] If CheckEmailList("< [email protected] >, < [email protected]>") Then ' your code here for success End If Private Function CheckEmailList(ByVal sEmilList As String) As Boolean Dim bRet As Boolean = …

Member Avatar for woodsrr
0
117

The End.