Description and steps: 1. I have created “EmailHelper” class which is very self explanatory. 2. Include the namespace “System.Net.Mail”. Please note: We can include “System.Web.Mail”
Month: August 2013
What is HTTP Header?
A header is a series of lines, with each line containing a name followed by a colon and a space, and then a value. HTTP headers
Configure SMTP on Windows 7
Pre-requirement: You need to install IIS manager first. SMTP setting comes under the IIS manager window. As, it can be installed ONLY on computers that
Difference Between Server-side Validation and Client-side Validation?
What is validation? Validation is a process of testing and ensuring that the user has entered required and properly formatted information through the web form.
Call a Web Service Using JQuery in ASP.NET
Download Full Source Code here: [115 KB] 1. First you need to add a reference to JQuery script in your page. 2. I have written
Difference Between DDL, DML And DCL Commands In T-SQL?
Data Definition Language (DDL) It is used to create, alter, or drop data structures in the database. 1. CREATE – to create objects in the