-
New Sunday, February 17, 2008 by
browser to the server. Video Simple File Uploads in ASP.NET Multiple File Uploads in ASP.NET Multiple File Uploads in ASP.NET (Elaborated) File Uploads with an AJAX Style Interface Keywords: File
http://wiki.asp.net/page.aspx/290/fileupload/
-
Revised Saturday, November 15, 2008 by
The Global.asax file, also known as the ASP.NET application file, is an optional file that contains... or by HTTPModule.If you remember it's same as global.asa in ASP. The Global.asax file resides in the root
http://wiki.asp.net/page.aspx/553/globalasax/
-
Revised Monday, February 18, 2008 by
. The rotation shedule of the adds is defined in a XML file. The AdRotator control uses a separate XML advertisement file to store the advertisement information, such as the location of the image to display
http://wiki.asp.net/page.aspx/293/adrotator/
-
Revised Saturday, May 10, 2008 by
Here is a good articlefor connecting toSAP from ASP.NET.... You will need to download the SAP.Net.Setup2003.msi file from the SAP site first. http://help.sap.com/saphelp_nw2004s/helpdata
http://wiki.asp.net/page.aspx/387/connecting-sap-data-from-aspnet/
-
New Wednesday, May 27, 2009 by
XML namepace has XmlWriter class to write to XML file. Code in C#: using System.XML; //Add... xwrite = XmlWriter.Create("c:\\sample.xml");// here you can provide the path for the xml file
http://wiki.asp.net/page.aspx/802/systemxml-namespace/
-
New Thursday, June 26, 2008 by
Every element in the configuration file maps to a class in the .NET framework. It's possible... attributes for our new element that can be defined in the configuration file, below is one
http://wiki.asp.net/page.aspx/415/creating-custom-configuration-sections-in-net/
-
Revised Saturday, November 15, 2008 by
Here is a list of file extensions which are configured by default to be handled byASP.NET 2.0. asax... master used as the extension for the master page. resx used as an extension for the resource file
http://wiki.asp.net/page.aspx/274/file-types/
-
Revised Sunday, August 23, 2009 by
; this.ftpRequest.Credentials = new NetworkCredential("UserName", "Password"); //Selection of file to be uploaded FileInfo ff = new FileInfo("File Local Path With File Name");//e.g.: c
http://wiki.asp.net/page.aspx/283/ftpwebrequest/
-
Revised Sunday, August 23, 2009 by
an HTTP server. This code shows how toread a file's content from a remote webserver using... As System.Net.WebException Response.Write("File does not exist.") End Try End If C
http://wiki.asp.net/page.aspx/285/httpwebrequest/
-
Revised Wednesday, June 11, 2008 by
that this control uses a SiteMap File to detect the location of the current page, hence if you try to navigate to a page that is not included in the SiteMap File, the control will not be displayed. Links
http://wiki.asp.net/page.aspx/404/sitemappath-navigation-control/