Scripts n'Stuffs
Directory

Subscribe to this category

Top > ASP.NET > Tips and Tutorials  

Web Links
Sort By :
31. Hierarchical Relationships Without DataRelation Object in ADO.NET



At my place of employment, I work a great deal with somewhat complex hierarchical data as part of our measurement and analysis software. Thus, recursion and I have become rather close friends over the last few years. While rewriting an old website, I needed to turn a set of four relational tables into a hierarchical data structure. The top level table held self-referencing relationships as well as child relationships to table 2. Tables 3 and 4 were your basic "run of the mill" child tables up through table2.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 62 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

32. Extend Dynamic TextBox Control View State To Store NameValueCollection



Learn how to extend an ASP.NET control to hold an unlimited number of additional values in ViewState to avoid expensive re-querying of the database.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 59 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

33. How to implement custom validation for any process



When developing ASP.NET applications, you may sometimes need to implement a custom validation that is recognized and displayed by the ValidationSummary control so that all validation error message appear in one place without additional coding. You also want to implement this custom validation by using page CodeBehinds, as you would like to leave the ASPX page with the miminum code necessary. This article shows you how in nine easy steps, complete with screen captures and code descriptions.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

34. Using the DataList control



This tutorial covers the creation of a DataList control to retrieve records from a database. Also shows you how to make the DataList esthetic by changing its attributes.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 8 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

35. Connecting to a SQL database from ASP .NET II



This is part II of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to connect to the database using ASP .NET code and Visual Studio .NET's features.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

36. Troubleshooting ASP.NET on IIS



This article provides some helpful tips for troubleshooting ASP.NET on Microsoft's Internet Information Services (IIS) web server. In order for ASP.NET web pages to run properly on IIS, it must have properly defined mappings that associate each of the ASP.NET files types with its associated application DLL. This article walks you through how to resolve several common ASP.NET failure situations involving IIS.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 6 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

37. .NET Compact Framework Distributed Weight Slider Control



The control offers a very user friendly mobile device experience in that it allows the user to use their stylus / mouse to adjust the weight for a given decision criteria instead of typing the numbers.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 8 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

38. Creating and using stored procedures



The tutorial shows you how to create stored procedures, after which you'll see how to use stored procedures in an ASP .NET web application.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 6 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

39. How to bind a DataGrid to an array



It simply shows how to bind a DataGrid to an array using C# code.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 13 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

40. Real World Best Practices for Handling Dates



Ideally, every application built would be designed with correct date handling techniques. In practice, applications are often built using ad hoc date formatting to match a corporate culture, the default format on a company’s server, or the favorite format of the lead developer. Also, many applications are not locale aware or were not designed to be deployed in an environment where locale issues were not considered important. Because of this it is extremely important to know the date formats in use for input and output when building applications that will integrate with other systems or databases and to handle these formats explicitly.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 10 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

Pages:     4       


Home      New Listings      Hot Listings      Top Rated      Editor Pick      Add a Listing      Update a Listing      Get Rated
Copyright © 2006 SCRIPTSANDSTUFFS.COM. All Rights Reserved. Powered by INDEXU 5.2.0
Valid XHTML 1.0 Transitional   Valid CSS