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

/ 0

Adding custom action to Personal Actions menu of SharePoint 2010

This example shows how to create a custom action menu item to PersonalActions menu. In order to create custom action menu item we need an empty element and a feature.


/ 0

FileUpload Control in ASP.NET

This article illustrates how to upload a file to server using FileUpload control. Here we are going to use one FileUpload control to select a file and one button control to upload the selected file to server.


/ 2

Error “Word experienced an error trying to open the file”

/ 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