ARTICLESSubmitted by:P.R.S
11/4/2012 12:00:00 AM
Language: Asp.net MVC
1.Put this in .aspx <%@ Import Namespace=" System.Net.NetworkInformation"%> above <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "ht Submitted by:P R S
9/19/2012 12:00:00 AM
Language: Asp/Asp.net
1. 1) Go to Start >> All Programs >> Microsoft visual studio 2008 >> Visual Studio Tools >> Visual Studio 2008 Command Prompt (Note: if you’re using windows 7 right click on command prompt and select Run as administrator) Submitted by:P.R.S
7/31/2012 12:00:00 AM
Language: C#
Sending email from a web page is one of the most common functionality required from a web site. The System.Web.Mail Namespace in the .NET Framework contains the required support classes and enumerations for email capabilities. The main classes used are System.Web.Mail.MailMessage and the SmtpMail class. contains the listing for a simple web form to send email. This form assumes that the SMTP service is running on the serve
Step 1 Add Code in .cs File
using System; Submitted by:santosh
7/30/2012 12:00:00 AM
Language: PHP
$file_name = $_FILES['uploadFile']['name'];
< Submitted by:P.R.S
7/29/2012 12:00:00 AM
Language: Programming
Model View Controller architecture aims to separate an application into three parts: Model: It is the business logic of an application. From an object oriented perspective it would consist of a set of classes that implement the c |
Share Your Source Code or Article
Do you have source code, articles, tutorials, web links, and books
to share? You can write your own content here. You can even have your
own blog.
Submit now... SponsorPopular Source Code (Today)Random Source Code |