No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
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. …
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] …
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.
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 = …
The End.
woodsrr