Geekpedia Programming Tutorials






ASP Alliance

ASP Alliance

A well established community of software professionals writing tutorials for web and Windows development using Microsoft technologies, such as .NET, Silverlight and Microsoft SQL.

1 2 3 4 5 6 7 8
(149 resources in 8 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines
Building Reports using ASP.NET and Crystal Reports - Part 7 Using Subreports to Create Advanced Reports Programming Tutorials

-----
No votes

Dec 15th 2009

Building Reports using ASP.NET and Crystal Reports - Part 7 Using Subreports to Create Advanced Reports

In this article, Vince examines the creation of a report that connects to two databases but displays the data on one report with he help of relevant screenshots and source code. Sub reports embed one report inside another while linking on a common field. They can be useful when you need to report data from more than one data source or when you need to run separate and distinct queries to retrieve data on a report.

More Complex Operations in ADO.NET Data Services Programming Tutorials

-----
No votes

Nov 30th 2009

More Complex Operations in ADO.NET Data Services

In this article, Sergey describes how to define custom user operations in ADO.NET Data Services or Astoria. These operations can return plain content or a collection of objects. The article examines this aspect with the help of relevant code snippets. Sergey provides a brief overview of the data model instance control and delves deep into Service operations. Towards the end of the article, Sergey points out the various data representation formats, which Astoria returns when a web service is executed.

Disable an ASP.NET Button Control During Postback with an AJAX Loading Background Image Programming Tutorials

-----
No votes

Nov 23rd 2009

Disable an ASP.NET Button Control During Postback with an AJAX Loading Background Image

There are times when our applications might take an extra few seconds to respond to a click event. Some users might get impatient and click on the button more than once. We can easily avoid this type of situation by disabling the submit button during postback on the page by using a client-side script.

Advanced View of a ToolTip in Silverlight 3 Programming Tutorials

-----
No votes

Nov 16th 2009

Advanced View of a ToolTip in Silverlight 3

In this article, Sergey examines the capabilities of Silverlight to create an advanced view of a tool tip. After a short introduction, he shows ways to create the tool tip with standard representations and examines the customization capabilities of the tool tip view. Finally, he shows how to create animations for the tool tip.

Building Reports Using ASP.NET and Crystal Reports - Part 6 - Build a Sales Forecast Report Using Parameter Fields Programming Tutorials

-----
No votes

Nov 9th 2009

Building Reports Using ASP.NET and Crystal Reports - Part 6 - Build a Sales Forecast Report Using Parameter Fields

In this sixth part of the series, Vince examines the creation of a sales forecast crystal report based on the AdventureWorks database in a series of steps. He initially provides a brief outline of creating a new solution in Visual Studio 2008 and database connectivity and then demonstrates the usage of parameter fields and formula fields in addition to building an ASP.NET web page to execute and preview the report with the help of exammple screenshots and code snippets.

Pass Tables to Stored Procedure / Table Valued Parameter Programming Tutorials

-----
No votes

Nov 6th 2009

Pass Tables to Stored Procedure / Table Valued Parameter

When we have to pass multiple rows of data to SQL Server, the developers either have to send one row at a time or come up with other workarounds to meet requirements like using XML to pass data, which is complex and tedious to use. There is a SQLBulkCopy object available in .NET to send multiple rows of data to SQL Server at once, but this still cannot be passed to a stored procedure. SQL Server 2008 provides a new feature called "Table-Valued Parameters". This provides us the ability to easily pass a table to a stored procedure from T-SQL code or from an application as a parameter.

Developing with the Taskbar in Windows 7 Programming Tutorials

-----
No votes

Nov 2nd 2009

Developing with the Taskbar in Windows 7

In this article, Sergey Zwezdin examines the capabilities of Windows 7 for developers. In particular, he provides a detailed step-by-step overview of developing with the Windows 7 Taskbar by demonstrating how to implement a progress bar, thumb buttons, and window preview.

Load Testing Crystal Reports with High Shareability Caching Programming Tutorials

-----
No votes

Oct 29th 2009

Load Testing Crystal Reports with High Shareability Caching

In this second part of the series, Eric examines the usage of caching in Crystal Reports. He makes use of Visual Studio Team System testing to compare performance between cached and non-cached pages. After providing a short introduction and outlining the system requirements, he examines the test strategy in detail and provides a comprehensive coverage of both the NonCached and Cached loads with a detailed analysis of the results with the help of screen shots and source codes.

.NET RIA Services Overview Programming Tutorials

-----
No votes

Oct 27th 2009

.NET RIA Services Overview

This article provides a detailed overview of .NET Rich Internet Applications (RIA) services. After a brief introduction, Sergey analyzes the concept with the help of an ADO.NET Entity Framework application along with relevant source code and screen shots.

ASP.NET Multiple Selection DropDownList with AJAX HoverMenuExtender Programming Tutorials

-----
No votes

Oct 20th 2009

ASP.NET Multiple Selection DropDownList with AJAX HoverMenuExtender

This web user control comprises the ASP.NET AJAX HoverMenuExtender, JavaScript, StyleSheet, and CheckBoxListExCtrl. The final product works with or without a MasterPage and you can drag and drop more than one instance of the control on to the page.

Review: Murach's ADO.NET 3.5, LINQ, and the Entity Framework with VB 2008 Programming Tutorials

-----
No votes

Oct 13th 2009

Review: Murach's ADO.NET 3.5, LINQ, and the Entity Framework with VB 2008

ADO.NET 3.5 coupled with LINQ and Entity Framework provides many possibilities for developers. Read what Anand has to say about Anne's latest book on these advanced topics. Will this book help you learn the concepts easily? Does it include adequate coverage with real world code samples? Find it now by reading this review.

Review: ASP.NET MVC 1.0 Quickly Programming Tutorials

-----
No votes

Oct 13th 2009

Review: ASP.NET MVC 1.0 Quickly

In this article, Brendan reviews Packt Publishing's "ASP.NET MVC 1.0 Quickly" book. He briefly describes the book while pointing out what the book has done well and where it could have done better. If you are looking for a book on ASP.NET MVC you should read this review of Maarten Balliauw's book.

Clean Web.Config Files (VS 2010 and .NET 4.0 Series) Programming Tutorials

-----
No votes

Oct 7th 2009

Clean Web.Config Files (VS 2010 and .NET 4.0 Series)

In this article, Scott examines the features of the web.config file that developers use in .NET Framework 4.0. He provides a brief summary of the config file which ships with the previous versions of .NET and then provides crisp coverage of the new file.

Selecting Records Based on Row Number in SQL Programming Tutorials

-----
No votes

Oct 6th 2009

Selecting Records Based on Row Number in SQL

Selecting a record from a database table in SQL based on a certain ordering of the records in a table is a difficult problem. For example selecting the employee with the second highest salary. In this short snippet, Aamod recounts his having been asked this question in an interview and how to solve the problem.

Building a Silverlight 3 based RIA Image Management System - 1 Programming Tutorials

-----
No votes

Aug 25th 2009

Building a Silverlight 3 based RIA Image Management System - 1

With the web development technology maturing, more and more people are expecting RIAs (Rich Internet Applications). After many years of silence, in a world dominated by Flash, Microsoft was unwilling give up, quickly developing the so-called "Flash killer" technology -- Silverlight. In this four part article series, I will show you a basic RIA image management system using Silverlight 3, in which we will explore the typical routines and necessary skills in creating Silverlight-based applications.

Building Reports Using ASP.NET and Crystal Reports - Part 4: Dynamic Grouping Programming Tutorials

-----
No votes

Aug 18th 2009

Building Reports Using ASP.NET and Crystal Reports - Part 4: Dynamic Grouping

In this fourth part of the series, Vince Varallo examines the creation of an employee report and demonstrates the usage of Crystal Reports object model to change the grouping fields and manipulate the properties of the group at runtime to show or hide sections, reset the page number, or insert a page break using Visual Studio 2008. He provides a step-by-step analysis of each procedure with the help of relevant screen shots and source code.

Edit XML Files Using ASP.NET TreeView Control Programming Tutorials

-----
No votes

Aug 10th 2009

Edit XML Files Using ASP.NET TreeView Control

The article will show how to edit an XML file using the ASP.NET TreeView control and the TextBox control. The article contains screen shots of the application and fully functional code. This application will be helpful for programmers who wish to implement administrative sections where the configurations of web applications are in XML files.

Review: The Art of Agile Development Programming Tutorials

-----
No votes

Aug 4th 2009

Review: The Art of Agile Development

Agile software development continues to gain traction as a more productive way to produce working applications. The Art of Agile Development provides a practical and well-researched handbook of how to actually practice agile software development using Extreme Programming. Steve Smith reviews this title and describes some of the areas he found most valuable.

Getting Posted ASP.NET MVC Form Data Programming Tutorials

-----
No votes

Jul 27th 2009

Getting Posted ASP.NET MVC Form Data

In this article, Brendan describes how to interact with the data posted using HTML forms in ASP.NET MVC. He gives code snippets and screenshots showing how to get data posted from the HTML form.

Building Reports using ASP.NET and Crystal Reports - Part 3 - An Invoice Report Using Disconnected Data Programming Tutorials

-----
No votes

Jul 20th 2009

Building Reports using ASP.NET and Crystal Reports - Part 3 - An Invoice Report Using Disconnected Data

In this third part of the series, Varallo shows how to rebuild the Invoice created in Part 1 using disconnected datasets instead of connecting directly to the database. This gives the user the flexibility to manipulate the data and implement rules in a c# business class rather than in the report. He provides a detailed overview of each concept in a step-by-step manner supported with screen shots and source code.

1 2 3 4 5 6 7 8
(149 resources in 8 pages)
Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons