Simple Directory Watcher is a tiny tool for record change in some particular directory changes like adding new directories and creating and deleting Files ,it auotomatically detects the changes and show on console screen .
C#.NET ASP.NET Articles
Google ads
Saturday, January 14, 2012
Monday, January 9, 2012
Send Email in ASP.NET Using Gmail SMTP
Gmail smtp settings
smtp.gmail.com (use authentication) |
Use Authentication: Yes |
Port for TLS/STARTTLS: 587 |
Port for SSL: 465 |
Use the above settings for SMTP Client Class properties
If you're having any trouble sending mail but you've confirmed that encryption is active for SMTP in your mail client, try to configure your SMTP server on a different port (465 or 587)
If you enable SSL use 465 or else use 587 (default)
Inline Code
Here is working C# Code
Source :Gmail SMTP http://support.google.com/mail/bin/answer.py?hl=en&answer=13287
Saturday, January 7, 2012
Ms Chart Controls
MsChart Control using for first time.Donload sample guide for mschart control provided by microsoft.By following simple steps you can get code and practicing tutorial guide deploye in to IIS and browse code.
Download web samples from here
You can see the code like this at your end.
Source :Microsoft officials http://www.microsoft.com/download/en/details.aspx?id=14422
Saturday, February 5, 2011
EPhoneBook with photos using ADO.NET technology SQLServer 2005 backend
This tool is developed based on c sharp language used to maintain the database of your friends mobile numbers,and their email ids and date of births , with their photos .
retrieving photos from the database using c #.
1)This is the Preview of the EPhoneBook
2)Adding photos from here by clicking the Load image button.
3) And than save prepared values into the database by clicking save prepared. you can simply navigate to the further records over here.
4)You can enter the values simply in desired fields .
retrieving photos from the database using c #.
1)This is the Preview of the EPhoneBook
2)Adding photos from here by clicking the Load image button.
5)Search the contact details of the particular person from here....
This EPhoneBook Designed easy to use and easy to search the contact details of the particular person .
Any Queries regarding this tool reply me i can send the full details and database structure of the EPhonebook.
6)The backend for this Application i used is SqlServer Database and table that having the 6 columns containing name ,cell number ,location ,email-id , date of birth and image .
Subscribe to:
Posts (Atom)