Asp.Net Web Development
ASP.NET - how to request read receipt in email
Many email clients such as outlook allows you to request a receipt, this blog explains how to achieve that in ASP.NET System.Net.Mail emails
ASP.NET - login with facebook and graph API
ASP.NET - login with facebook and graph API. How to implement login with facebook functionality in asp.net website using Facebook Graph API and asp.net.
Integration of Bing search API in ASP.NET
The post Integration of Bing search API in ASP.NET discusses how to integrate the Bing Search API in asp.net website using Bing Webmaster developer API.
ASP.NET - how to track if email is opened or read!
how to track if email is opened or read using asp.net. It can be achieved in html emails by sending a small image called beacon or web bug in email body
SmtpClient in .net 2.0 does not close connection to mail server
SmtpClient in .net framework 2.0 doesn’t have dispose method which can release connection with Mail server and free up any resources used.
Asp.net validators - call validation by javascript
In this article, we will learn how to validate ASP.Net form controls using JavaScript. As we know, ASP.net's validators are a perfect choice.