Dot Net Sparks C#.NET,ASP.NET,ADO.NET,LINQ,AJAX,JavaScript,SharePoint

/ 0

Password Generator in ASP.NET

This article illustrates how to create a simple password generator.


/ 0

Send mail in ASP.NET

This example shows how to send mail in asp.net. To send mail in asp.net MailMessage and SmtpClient class are used, which are in System.Net.Mail namespace.


0 comments
/ 0

Cookies in ASP.NET

A cookie is a small bit of text that accompanies requests and pages as they go between the Web server and browser. The cookie contains information the Web application can read whenever the user visits the site.

This example shows how to work with cookies in asp.net.

0 comments