DevTrain

Autor: Hannes Preishuber

Aktuelle Artikel zu ASP.NET aus der Microsoft Knowledge Base

Die Wissensdatenbank von Microsoft bietet sehr oft Lösungen für bekannte Probleme. Trotzdem kennen nicht alle Developer die Knowledge Base. Zu finden ist diese unter support.microsoft.com. Viele Artikel sind sowohl in Englisch als auch Deutsch verfügbar. Die aktuell 18 zum ASP.NET haben wir für Sie hier aufgelistet.
 
After you install the Microsoft .NET Framework Software Development Kit (SDK) or Visual Studio .NET, Internet Information Server (IIS) mappings are created to associate new file extensions and settings for ASP.NET. If you did not have IIS installed...
This article demonstrates how to use an XML Web service using ASP.NET from a Visual Basic for Applications (VBA) macro in Word or Excel.
This article demonstrates how to dynamically include HTML and client-side scripts in .aspx pages. Because ASP.NET applications are compiled and run before they are sent to the client, you cannot use a variable in place of a file name in a server-side...
This step-by-step article demonstrates how to determine the client browser type in server-side code without using the BrowserType object in ASP.NET. In classic Microsoft Active Server Pages (ASP), the two most common methods to determine the client...
Remote Scripting from Microsoft Visual InterDev 6.0 that is used in Active Server Pages (ASP) is not directly supported in ASP.NET. Migrate Remote Scripting procedures to .NET XML Web services and consume them in Microsoft Internet Explorer with...
This step-by-step article describes how to use ASP.NET to build a simple XML Web service that retrieves data from the Microsoft Access sample Northwind database and returns the data as XML to a client when the client calls a method of the service. On...
Use this step-by-step guide to generate Rich Text Format (RTF) from Extensible Markup Language (XML) by using Visual Basic .NET. Rich Text Format is a text-based format that encodes formatted text, document layout, and graphics. It is commonly used...
This step-by-step article describes how to build a tab-delimited text file dynamically from a database that can be opened in Microsoft Excel. The example in this article demonstrates how to connect to a Microsoft SQL Server database, to return a set...
This article describes how to determine the Web browser version in ASP.NET.Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: This article assumes that you are familiar...
This article describes how to use the MS-DOS Xcopy command to deploy a Microsoft ASP.NET Web Application.What Is Xcopy Deployment?Xcopy deployment describes deployment in ASP.NET where you use the drag-and-drop feature in Microsoft Windows Explorer,...
This article demonstrates how to programmatically retrieve data from a Microsoft Access database and present the data to the user. The sample in this article uses the OleDbConnection, OleDbCommand, and OleDbDataReader classes, which are part of...
This step-by-step article demonstrates how to display data from an Excel worksheet through an ASP.NET (.aspx) page by using Visual C# .NET.Create Sample Excel WorksheetCreate ASP.NET Sample Using Visual C# .NET This code sample demonstrates how to...
This article demonstrates how to use ASP.NET and ADO.NET with Visual Basic .NET to create and to call a Microsoft SQL Server stored procedure with an input parameter and an output parameter. The code sample in this article first checks whether the...
This step-by-step article creates a sample page that demonstrates how to retrieve binary data from a file and then how to write the data out to the browser using ASP.NET and Visual Basic .NET. Although this demonstration uses an Adobe Acrobat (.pdf)...
This step-by-step article creates a sample page that demonstrates how to retrieve binary data from a file and then how to write the data out to the browser using ASP.NET and Visual C#. Although this demonstration uses an Adobe Acrobat (.pdf) file...
This article lists the minimum security settings that are required to connect to a remote Microsoft Access database from ASP.NET, including: This article does not include how to configure database connections.
This step-by-step article demonstrates how to display data from an Excel spreadsheet through an ASP.NET (.aspx) page by using Visual Basic .NET.Create Sample Excel WorksheetCreate ASP.NET Sample Using Visual Basic .NET This code sample demonstrates...
Symptoms That Are Exhibited at Run Time When you view an .aspx page in a Microsoft ASP.NET Web application, you may experience the following symptoms: The typical behavior is that the server-side code for the .aspx page is processed, and then the code...

Erfasst am: 21.11.2002 - Artikel-URL: http://www.devtrain.de/news.aspx?artnr=809
© Copyright 2003 ppedv AG - http://www.ppedv.de