Forum: C# Nov 23rd, 2007 |
| Replies: 29 Views: 4,888 You can write a small console app or windows app and schedule it using windows scheduler. |
Forum: C# Nov 16th, 2007 |
| Replies: 29 Views: 4,888 |
Forum: C# Nov 15th, 2007 |
| Replies: 29 Views: 4,888 |
Forum: C# Nov 15th, 2007 |
| Replies: 29 Views: 4,888 As you are comparing two diff. text objects it is good to go with If. |
Forum: C# Nov 14th, 2007 |
| Replies: 29 Views: 4,888 |
Forum: C# Nov 14th, 2007 |
| Replies: 29 Views: 4,888 Switch is faster than using "if". Also i think you are in the right direction with the login. |
Forum: C# Nov 14th, 2007 |
| Replies: 29 Views: 4,888 ok, I got the problem,
In the database you might be getting diff. verification code but when you send in email it is coming same, right?
And the reason is because you are using the same mail... |
Forum: C# Nov 14th, 2007 |
| Replies: 29 Views: 4,888 First debug and see what values are you getting for String v_code = generateVCode(); for each each call.
Then try using diff. mail objects to send mails to diff. people. In the above example you are... |
Forum: C# Nov 13th, 2007 |
| Replies: 29 Views: 4,888 You can check it against the Database, if it already exists then call the same routine to generate next randomn no. |
Forum: C# Nov 13th, 2007 |
| Replies: 29 Views: 4,888 Yes, if app id is only for one user then you can. |
Forum: C# Nov 12th, 2007 |
| Replies: 29 Views: 4,888 You said this requests can goto only designated people. So is anyone allocated to a particlar project? Can the same request goto multiple people? If then you might have to add user_id in ver_code |
Forum: C# Nov 9th, 2007 |
| Replies: 29 Views: 4,888 Let me know if you need some help we can work out something. |
Forum: C# Nov 8th, 2007 |
| Replies: 29 Views: 4,888 Send a verification code in the link which will identify them provide you maintain a record of all verification codes, once it is clicked it cannot used by anyone. You might have to maintain a table... |