Forum: ASP.NET Oct 17th, 2005 |
| Replies: 4 Views: 3,566 No I don't mean so. When an auditor audits the calls, he also logins into the CRM to check for tickets against the audited calls. He uses different username for operating CRM, other than which he is... |
Forum: ASP.NET Oct 15th, 2005 |
| Replies: 4 Views: 3,566 Hi all,
I am facing problem in session variables. We are a Call Center and we have a CRM application in ASP.Net which has two interfaces, one is for tech executive level another is for auditor.... |
Forum: ASP.NET Oct 15th, 2005 |
| Replies: 3 Views: 6,613 Hi All, I have myself resolved the problem. Problem was with DCOM settings for COM applications. The settings are available at following link:
support.microsoft.com/support/kb/articles/Q183/6/07.ASP... |
Forum: ASP.NET Oct 14th, 2005 |
| Replies: 3 Views: 2,960 provide each user with a username , password, if possible encript the passwords. Check for each username whether this user has voted today or not. (if you want to vote them daily) or simply check the... |
Forum: ASP.NET Oct 14th, 2005 |
| Replies: 3 Views: 2,960 At First, on which topic you want voting from your users. Then give display some ideas and clues related to that subject. Provide the users with different options and scales while asking them to... |
Forum: ASP.NET Oct 14th, 2005 |
| Replies: 3 Views: 6,613 When I removed try and catch block, I got the following error :
Cannot create ActiveX component.
Description: An unhandled exception occurred during the execution of the current web request.... |
Forum: ASP.NET Oct 14th, 2005 |
| Replies: 3 Views: 6,613 Hi All,
I am getting following error :
System.NullReferenceException: Object variable or With block variable not set.Source Error:
Line 1266: Error1.text=exp.tostring()
Line... |