Название: Using MapQuest Maps in your ASP.NET Application
Автор: Eric Neff MCP
Содержание: A book is great, but a picture is worth 1,000 words right? So stop giving your address and expecting people to find you ... draw them a map! Better yet, have MapQuest draw a map for you. You'll learn how to add a map to your ASP.NET application in this article.
Размещение: http://www.dotnetjunkies.com/HowTo/F9E655CC-DDE0-4A62-8599-0EBB9FE2348B.dcik
Название: Building ASP.NET Controls in VB .NET and HTML
Автор: Brent Holliman MCDBA, MCSD (5/10/2004)
Содержание: It is always nice to be able to drag and drop controls on to your Web Forms, but there are times when you need to control the situation a little better. In this how to, I will show you some tricks on how to build ASP.NET controls using Visual Basic .NET (VB .NET) and HTML. I will talk about four different controls: textbox, label, dropdown list, and button.
Размещение: http://www.dotnetjunkies.com/HowTo/63C2FC74-EBF4-4284-9306-F987DD1C9580.dcik
Название: ASP.NET 2.0's Client Callback Feature
Автор: Minh Nguyen (5/4/2004)
Содержание: One of the most overlooked features of ASP.NET 2.0, part of Visual Studio 2005 or "Whidbey", is the Client Callback feature. This feature allows you to programmatically call server-side methods through client-side JavaScript code without the need for posting back the page. This article describes how to use the Client Callback feature to implement your own callback scenario and introduces the new TreeView control that has this feature built in.
Размещение: http://www.dotnetjunkies.com/Tutorial/E80EC96F-1C32-4855-85AE-9E30EECF13D7.dcik
Название: Creating Apps with SQL Server CE and SQL RDA
Автор: Bill Wagner
Содержание: In this article, I'll discuss the best practices for designing an application for both the desktop and Pocket PC, and how to use SQL Server CE and RDA to keep the data synched between the two machines. The simplest solution is to store your Pocket PC data using SQL Server CE, and transfer that data to the desktop using SQL Server Remote Data Access (RDA).
Размещение: http://www.sqljunkies.com/Tutorial/1B5A2375-EF85-43CB-9516-BB3CD598CF46.scuk
Название: Check Boxes for Reporting Services Reports
Автор: Trent Miesner MCDBA, MCSE, MCT (5/10/2004)
Содержание: Reporting Services offers a wonderful array of reporting features, but surprisingly leaves out one important feature you find in most other reporting tools: check boxes. Check boxes are vital for all sorts of reports such as surveys, checklists, etc. Fortunately, there's a simple solution to this problem and I'll show you it in this how-to.
Размещение: http://www.sqljunkies.com/HowTo/0D746276-352D-42D9-A2BB-225C0B2A3AB5.scuk
Название: Using the SQLDMO COM Object to Control SQL Server from ASP.NET
Автор: Shannon Horn MCAD, MCSD, MCT (5/4/2004)
Содержание: Most applications expose themselves as an object and Microsoft SQL Server is no exception. The functionality of SQL Server is exposed through a COM component called SQLDMO (SQL Server Distributed Management Objects). It is very easy to communicate with a COM component from within a .NET application, and you'll learn how to do so in this tutorial.
Размещение: http://www.sqljunkies.com/Tutorial/1BFBD444-DCB2-4318-A315-56BCA1D8C97D.scuk