Monday, 30 March 2015

Send email using Gmail SMTP Using Asp.net || How to send mail by using smtp in asp.net

Sending e-mails with ASP.NET is pretty straight forward. The .NET framework comes with an entire namespace for handling e-mails, the System.Net.Mail namespace   HTML Markup The HTML Markup has a form with some fields such as Recipient Email address, Subject, Body, Attachment,...

Wednesday, 4 February 2015

Simple Login Form example in ASP.Net - Dotnetprograms

Hai friends now i am going to explain about Login page by checking availability in database or not.If the user enter the username and password it check in the database if it is valid it redirect to ("HomePage.aspx") otherwise it dispaly the message as "Invalid User Name or Password". Step...