Forum: C# Apr 25th, 2008 |
| Replies: 1 Views: 7,034 How can I show alert messages if a changed happend on the form before moving to the next form to save.
The idea is to show an alert to the user if has made changes to the first screen of a... |
Forum: C# Mar 20th, 2008 |
| Replies: 5 Views: 3,874 Does it insert the record once? |
Forum: C# Mar 11th, 2008 |
| Replies: 10 Views: 9,531 Well, if you got problem with this, I cannot help. Iam not here to debate. I have better things to do. May be its your job to pick and post on each post on daniweb.
Anyways enjoy! |
Forum: C# Mar 11th, 2008 |
| Replies: 10 Views: 9,531 But someone else can benefit out of this. As you came back to read this post someone else will also do. |
Forum: C# Mar 11th, 2008 |
| Replies: 10 Views: 9,531 You can actually read and download a collection of .NET questions from here (http://www.coderewind.com/?categ&view_article=98) |
Forum: C# Nov 23rd, 2007 |
| Replies: 29 Views: 4,914 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,914 |
Forum: C# Nov 15th, 2007 |
| Replies: 29 Views: 4,914 |
Forum: C# Nov 15th, 2007 |
| Replies: 29 Views: 4,914 As you are comparing two diff. text objects it is good to go with If. |
Forum: C# Nov 14th, 2007 |
| Replies: 29 Views: 4,914 |
Forum: C# Nov 14th, 2007 |
| Replies: 29 Views: 4,914 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,914 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,914 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,914 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: 3 Views: 751 |
Forum: C# Nov 13th, 2007 |
| Replies: 2 Views: 3,067 Download GZIP and TAR utilities from here (http://users.ncrvnet.nl/gmvdijk/utilities.html). These files require CYGWIN to work under windows. Download it here. (http://www.cygwin.com/)
The... |
Forum: C# Nov 13th, 2007 |
| Replies: 3 Views: 751 I think this is a really good book for beginners specially with lot of visual learning.
Illustrated C# 2005 (Paperback) by Daniel Solis (Author)
Publisher: Apress (December 18, 2006)
Language:... |
Forum: C# Nov 13th, 2007 |
| Replies: 29 Views: 4,914 Yes, if app id is only for one user then you can. |
Forum: C# Nov 12th, 2007 |
| Replies: 29 Views: 4,914 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 10th, 2007 |
| Replies: 4 Views: 1,558 Thats true, I did not think about it, My Bad. |
Forum: C# Nov 9th, 2007 |
| Replies: 4 Views: 1,558 What kind of question is that? I think VS 2005 is really user friendly and you can fgure that out. |
Forum: C# Nov 9th, 2007 |
| Replies: 29 Views: 4,914 Let me know if you need some help we can work out something. |
Forum: C# Nov 8th, 2007 |
| Replies: 29 Views: 4,914 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... |
Forum: C# Oct 11th, 2007 |
| Replies: 1 Views: 4,114 There is not a way of wrapping text on a columnheader of a listview. But you can increase the height of your column headers. |
Forum: C# Aug 28th, 2007 |
| Replies: 2 Views: 1,980 Are you talking about 2 separate apps or on app? if its one app. then you can do it easily. But if its 2 different apps, then its a little tricky. You need to find the handle of that label control.... |
Forum: C# Aug 28th, 2007 |
| Replies: 2 Views: 4,398 hi you can read my article on implementing simple login system using asp.net. You can also download the source for the sample app here (http://www.coderewind.com/?categ&view_article=34). |