.NET news » Search results

Search results for query "data" (259):

Using the New ListView Control in ASP.NET 3.5

ASP.NET's new ListView control provides template-based layout for both display and CRUD database operations, making it an extremely way to build data-centric Web applications.
2008-07-17 16:48:15   Source: Using the New ListView Control in ASP.NET 3.5   Tags: ASP.NET

Generating Word Reports / Documents

Generate Word documents by appling XSLT on XML data
2008-02-21 16:50:00   Source: Generating Word Reports / Documents   Tags: Office

Sound activated recorder with spectrogram in C#

This project demonstrates an implementation of the waterfall spectrogram and use of statistical data to trigger events in near real-time. This demonstration utilizes the Wave classes developed by Ianier Munoz.
2008-01-28 02:25:00   Source: Sound activated recorder with spectrogram in C#   Tags: Multimedia Examples

Visual Application Launcher

A WinForms UI using WCF services, Entity Framework, repository data access, repository caching, Unit of Work, Dependency Injection, and every other buzz work you can think of!
2011-06-24 13:59:00   Source: Visual Application Launcher   Tags: GUI

ASP.NET Web Pages: Introduction to WebMatrix

This new site editor for ASP.NET Web Pages is different from the usual Microsoft product. See how it simplifies everything from site creation to data access to deployment and even Search Engine Optimization.
2011-03-31 19:00:00   Source: ASP.NET Web Pages: Introduction to WebMatrix   Tags: Performance

Inside ASP.NET AJAX back end services

Most of the emphasis with AJAX is on how to perform an asynchronous update at the client. Dino Esposito considers the other end of the connection: how exactly does the server provide the data that the client needs?
2008-01-26 07:18:00   Source: Inside ASP.NET AJAX back end services   Tags: Ajax

Exploring Secrets of the .NET DataGridView and Dynamic Data Manipulation

Find out how to use a single DataGridView to display dynamic queries, adjusting columns automatically, and how to format individual cells exactly the way you want users to see them.

High-speed Charting Control

A flexible charting control to display 2D data
2010-07-13 18:42:00   Source: High-speed Charting Control   Tags: Graphics

Using Microsoft's Chart Controls In An ASP.NET Application: Exporting Charts

The Chart Web control makes it easy to display a chart in an ASP.NET web page - simply drag the Chart control onto the page, set a few properties and either bind it to a data source control or write a few lines of code that get and bind the data of interest. When a page with a Chart control is visited by a user, the Chart control renders an <img> element on the page that displays the rendered chart.

The Chart control is great for displaying a chart on a web page, but what if a user wants to view that chart offline, or send the chart to a colleague? In an earlier installment, Programmatically Generating Chart Images, we examined a number of ways to generate the chart image programmatically. This technique is useful if you want to modify the chart image before displaying it (to, say, add a watermark) or if you want to send the chart to a recipient via email. This technique can also be used to allow the visitor to export the chart image into an alternative format.

This article shows how to let users export a chart from a web page to an alternative format. Specifically, we'll look at adding an "Export" button to the chart web page that, when clicked, exports the chart displayed in the web page to either an image file that can be downloaded or as a PDF file.

2010-10-05 19:00:00   Source: Using Microsoft's Chart Controls In An ASP.NET...   Tags: Source Control

QC DATA PULLER using C#

Using this application user can generate report of test case execution from QC(Quality center) in to HTML web page with fancy pie chart and tabular format using C# and OTA API expose from QC(Quality Center).
2011-03-03 12:39:00   Source: QC DATA PULLER using C#   Tags: Graphics