News in the Category: DataSet Subscribe to the rss of this category.

Total posts: 423 | Sort by Views | Sort by Hits

jQuery DataTables in Java Web Applications

The Code Project Latest Articles, April 26, 2012
Views: 232 | Hits 7

Enhancing simple tables implemented in Java web applications using the jQuery DataTables plug-in....

JQuery Data Tables in Java Web Applications

The Code Project Latest Articles, April 7, 2012
Views: 308 | Hits 14

Enhancing simple tables implemented in java web applications using the JQuery DataTables plugin...

JQuery DataTables Advanced Filtering in ASP.NET MVC (jQuery DataTables and ASP.NET MVC Integration - Part V)

The Code Project Latest Articles, March 13, 2012
Views: 395 | Hits 30

Description how to implement advanced column filtering using JQuery DataTables...

Let’s Build A Module–Adding Data

Joe Brinkman, March 12, 2012
Views: 232 | Hits

Continuing our look at Data using the Entity Framework, WCF Data Service and Knockout.js, we see how to Add data to your tables. Well take a look at how to use the Entity Framework/WCF Data Service/Kn...

Getting Started with KendoUI and OpenAccess ORM

the telerik blogs, February 9, 2012
Views: 214 | Hits 1

As many of you may know, KendoUI is a really awesome new JavaScript framework that combines everything needed for modern JS development into one sweet package.  One of the features it provides is...

A Web Recipe: Modal dialog and grid for child entities

Clarity Blogs: ASP.NET, February 3, 2012
Views: 338 | Hits 23

This post is the forth in the series of posts described here. So far we’ve put a data model and data access layer in place use EF Code First, and built out a snappy Index view that uses the jquery Dat...

Let’s Build a Module #4–Data!

Joe Brinkman, February 2, 2012
Views: 127 | Hits 2

In this next part of the series, well take a look at how the combination of Entity Framework and WCF Data Services gives you an awesome data access layer in no time flat, Quick, Easy and Powerful....

5 Minutes with Data Binding and JavaScript using Knockout and JsViews

JohnPapa.net, February 1, 2012
Views: 412 | Hits 44

For years when developers heard the term data source control it sent shivers down spines. It often referred to some tightly coupled object that managed binding the source data to the target controls a...

Adding Multilanguage Support To Your Objects

The Code Project Latest Articles, December 21, 2011
Views: 369 | Hits 27

In todays world localization became a must requirement in applications that we develop. We can easily achieve this goal by using recource files for static resources such as exception messages, label t...

Export any page to Excel automatically

The Code Project Latest Articles, December 14, 2011
Views: 655 | Hits 25

DataTable people = (DataTable)Session["people"];ExcelFile ef = new ExcelFile();ExcelWorksheet ws = ef.Worksheets.Add("DataSheet");ws.InsertDataTable(people, "A1", true); Response.Clear(); switch...

Extending DataTables Range Filter

The Code Project Latest Articles, October 28, 2011
Views: 756 | Hits 10

DataTables plugin extension to include range filter...

How to use The JQuery UI Autocomplete widget which enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.

EggHeadCafe.com New Articles, October 27, 2011
Views: 354 | Hits 31

By giving an Autocomplete field focus or entering something into it, the plugin starts searching for entries that match and displays a list of values to choose from. By entering more characters, the u...

System Center Data Protection Manager 2012 Now in Beta

Microsoft Certified Professional Magazine Online | Todays Top Picks, September 2, 2011
Views: 713 | Hits 4

The DPM 2012 beta includes a new centralized console and backup and recovery of generic data sources, among others....

Delete Functionality in GridView with Confirmation using JQuery UI Dialog

The Code Project Latest Articles, August 8, 2011
Views: 755 | Hits 46

You're using a GridView web control to list records from a particular data source and you want a delete functionality for each row of data. A dialog must be presented to the user to confirm deletion. ...

Client-side paging with jQuery

The Code Project Latest Articles, July 25, 2011
Views: 606 | Hits 63

A mash-up of sorts built using Microsoft's jQuery Template plugin along with G Birke's jQuery Pagination plugin & a photo-stream from Flickr acting as a data source...

Entity Framework/WCF Data Services June 2011 CTP: Derived Entities with Related Data

Julia Lerman Blog - Dont Be Iffy..., July 2, 2011
Views: 663 | Hits 28

Well, this change really came in the March 2011 CTP but I didn’t realize it until the June CTP was out, so I’ll call it a wash. WCF Data Services has had a bad problem with inherited types...

Export an ADO.NET DataTable to Excel using NPOI

Scott on Writing, June 7, 2011
Views: 700 | Hits 10

My latest article on DotNetSlackers looks at how to create Excel spreadsheets using NPOI. NPOI is a free, open-source .NET library for creating and reading Excel spreadsheets and is a port of the Java...

Building Windows Phone appointment viewer application

the telerik blogs, June 1, 2011
Views: 307 | Hits 3

{download the application complete source code from your Telerik account (register here for free if you are new to Telerik)} One of the great new features in the n...

Extending the SO-Aware repository with custom metadata

Pablo M. Cibraro (aka Cibrax), May 25, 2011
Views: 405 | Hits 21

One of the main features that SO-Aware provides is the central repository for storing service artifacts (WSLD, schemas, bindings) and configuration that any organization generates. This central reposi...

Code First/Entity Framework 4.1 Videos and Articles on MSDN

Julia Lerman Blog - Dont Be Iffy..., April 14, 2011
Views: 770 | Hits 57

Currently, 8 of the 10 videos on Code First and EF 4.1 I have already created for MSDN are online but they are not easy to find. Three of them are on the msdn.com/data/videos page. The others have no...

How To Find Out Which NuGet Packages Depend on Yours

youve been HAACKED, February 24, 2011
Views: 614 | Hits 27

Renaming a package ID is a potentially destructive action and one we dont recommend doing. Why? Well if any other packages depend on your package, youve effectively broken them if you change your pack...

FIX: WCF Data Service with Entity Framework Code-First DbContext doesnt accept updates

JonGalloway.ToString(), January 21, 2011
Views: 1,408 | Hits 60

Summary The Entity Framework Code First DbContext doesnt expose the interfaces to support updates when exposed via WCF Data Services. Attempting to save changes results in a fault with the message &q...

The best of javascript and .NET - Together!

ASP.NET Announcements, January 12, 2011
Views: 619 | Hits 83

Hi all,A new example:showing WiseJS with "DataTables plugin for jQuery" - includes CRUD operations "wrapped" see: WiseJS Projectlink of the site:WiseJS HomeThanks in advance for an...

New WCF Data Services CTP now available!

Andrew Conrads WebLog, October 28, 2010
Views: 755 | Hits 30

As of yesterday, we have a new CTP available for WCF Data Services here.  This release includes a number of new OData and WCF Data Service features designed to make producing and consuming consum...

Oh yahnew windows phone 7 release for WCF Data Services also!

Andrew Conrads WebLog, October 28, 2010
Views: 600 | Hits 17

Let the releases roll! New WCF Data Service client for Windows Phone 7. This is an update to the WCF Data Service client that we shipped with .net 4.0 with a few phone specific features added in (e....

HDC10From Datasets To Data Services Presentation Materials

DonXML Demsaks All Things Techie, September 9, 2010
Views: 812 | Hits 7

If you attended my HDC 2010 session From Datasets to Data Services and want a copy of  the slide deck and code, you can get them from my HDC10 Skydrive folder.   As usual, the Heartland De...

Reporting in Threads

ASPAlliance.com - The #1 ASP.NET Community, August 24, 2010
Views: 852 | Hits 20

Sometimes we need create many reports in multiple threads simultaneously. This may be the development of a web service, or output information from an existing multithreaded application in a certain do...

obout Super Form - forms on steroids!

ASP.NET Announcements, June 17, 2010
Views: 1,375 | Hits 36

Create great looking forms without any code.  Simply specify a data source, set a few default properties and super form will generate all the necessary fields.- Exciting unique feature: linked fi...

New Features in DNM 01.20.00 for DotNetNuke

DNN Creative Magazine for DotNetNuke, June 1, 2010
Views: 662 | Hits 9

In this tutorial we look at the new features of DNM RAD and walk you through how to create a new data source, creating a linked table, creating a direct query and we preview the new color coded editor...

We're taking OData on the Road!

Marquee de Sells: Chriss insight outlet, May 6, 2010
Views: 884 | Hits 10

We have a series of free, day-long events we're doing around the world to show off the beauty and wonder that is the Open Data Protocol. In the morning we'll be showing you OData and in the afternoon ...

ASP.NET Combo Box and List Box Performance Improvements - v2010 vol 1

The ASPx Blog, April 22, 2010
Views: 851 | Hits 34

Check out this great new performance feature of our ASP.NET combo box and list box controls for the DXperience v2010.1 release. You can now manually populate lists with items based on the currently a...

Stumbling Through: Visual Studio 2010 (Part I)

Clarity Blogs: ASP.NET, April 21, 2010
Views: 2,292 | Hits 27

Ive spent the better part of the last two years doing nothing but K2 workflow development, which until very recently could only be done in Visual Studio 2005 so I am a bit behind the times. I seem to ...

Telerik Releases the Data Service Wizard

the telerik blogs, April 9, 2010
Views: 774 | Hits 11

After a great beta cycle, Telerik is proud to announce today the commercial availability of the OpenAccess Data Service Wizard. You can download it and install it with Telerik OpenAccess Q1 2010 f...

Adding Custom Fields to RadScheduler for WinForms Appointments

the telerik blogs, April 8, 2010
Views: 1,795 | Hits 21

When using RadScheduler for WinForms, it will almost always need to be customized in some way. This could come in the form of custom dialogs, context menus, or even custom appointments. In this blog ...

Looking for Astoria aka ADO.NET Data Services aka WCF Data Services in VS2010?

Julia Lerman Blog - Dont Be Iffy..., February 19, 2010
Views: 880 | Hits 33

Remember, that the data service is an item template, not a project template.and that its been renamed to WCF Data Services. After you create a project (I usually use an empty web app to host the serv...

How to video: Using Telerik Data Services Wizard Beta1 to build an Astoria service

the telerik blogs, February 5, 2010
Views: 1,288 | Hits 6

.NET Ninja in training, Peter Bahaa, once again returns to show us how to build a WCF .NET Data Service (aka Astoria) using Telerik OpenAccess entities and the Data Services Wizard beta 1. Te...

Reckless Drivers

Simple Talk, January 7, 2010
Views: 781 | Hits 34

Ten years ago Microsoft lost enthusiasm for the ODBC standard, and it is left mainly to "sticks in the mud" like Phil Factor to point out that what we dismissed was actually worth having: a ...

Telerik Data Services Wizard Walk Through

the telerik blogs, December 15, 2009
Views: 1,278 | Hits 9

Last week Telerik released the December CTP of the Data Services Wizard. I posted on my blog a video that shows how to get started, however, for those of you that like walkthroughs better, here is on...

Pivoting DataTable Simplified

The Code Project Latest Articles, December 8, 2009
Views: 1,204 | Hits 54

A class to pivot a DataTable with various aggregate functions....

Introducing SOA.UI Helpers

ComponentArt WebLogs, December 1, 2009
Views: 861 | Hits 17

  The SOA.UI library has, since its introduction, defined its standard UI-serving services not only in terms of interfaces and DataContracts, but as a set of base classes to be inherited. This a...

RadScheduler for WinForms data binding and occurrence exceptions

the telerik blogs, November 4, 2009
Views: 2,359 | Hits 15

The big [new] feature for Q3 2009 release in RadScheduler for WinForms has got to be the resource grouping functionality. There are, however, numerous other improvements that also deserve attentio...

Here's a quick way to add English counties to your next sign-up form

Run Tings Proper, October 30, 2009
Views: 654 | Hits 11

In the never-ending quest to speed up development and reduce the chance of user error I have packaged up a data source which can be used to populate your controls with a complete list of English count...

How to display data from different tables using one data source

the telerik blogs, October 28, 2009
Views: 3,641 | Hits 35

In many cases our customers who use Telerik OpenAccess ORM face the need to rapidly change the source table from which they are displaying data. For example you can have a RadGrid filled with customer...

Binding Hierarchical RadGrid for ASP.NET Ajax with Telerik OpenAccess ORM

the telerik blogs, October 2, 2009
Views: 3,390 | Hits 14

Eventually developers face the need to use a master-detail hierarchical representation of their data. However most users are not aware that this is extremely easily achieved by using Telerik OpenAcces...

Determining Merge Errors in a Typed DataSet

DevX: .NET Feed, August 11, 2009
Views: 1,177 | Hits 24

Discover the underlying cause of Merge Constraint errors when merging DataSets....

Typed Datasets: A First Step to .NET Flexibility

DevX: .NET Feed, July 10, 2009
Views: 1,012 | Hits 58

One of your first steps to serious .NET development should be creating and implementing flexible typed datasets to maintain control and protect the validity of your data....

Binding to custom fields with RadScheduler for WinForms

the telerik blogs, July 7, 2009
Views: 3,326 | Hits 22

We just finished working on the Q2 2009 release of RadControls for WinForms. One of the best things about releases is that we get to show off the cool new stuff that we managed to get done. One of my ...

ASP.NET AJAX 4.0 Template Programming - Part I

The Code Project Latest Articles, June 28, 2009
Views: 2,097 | Hits 120

An article describes ASP.NET AJAX 4.0 template programming with DataView and DataContext...

Using ASP.NET 3.5's ListView and DataPager Controls: Inserting Data

4GuysFromRolla.com Headlines, June 17, 2009
Views: 2,663 | Hits 55

The ListView control is similar to the GridView control in many ways: both display a set of records, both support built-in sorting, paging, editing, and deleting functionality with minimal effort. Th...

Codeless Data binding in RadScheduler for WinForms Q2 2009

the telerik blogs, June 9, 2009
Views: 1,803 | Hits 13

I am happy to share that RadScheduler for WinForms gets some cool new improvements for Q2 2009. Our Roadmap does not reveal much, but here is a quick preview of what we have been working on.   W...