Search   Feed   Browse   Add
Feed items 1 - 10 of 50 for July 2008

TrooBloo - Active Server Pages

Articles and tutorials regarding Active Server Pages

ASP.NET Data Controls Part 3: DataList - (Found July 15, 2008 )

by Wei-Meng Lee 03102003 In this third part of the ASP.NET Data Controls series, I will talk about the DataList control. The DataList control is somewhat a combination of the DataGrid and Repeater controls. It works like the Repeater control, allowing you to create templates so that it can be bound to a data source. It also allows you to edit records, much like the DataGrid control. Using the DataList Control To use the DataList control, drag and drop the DataList control from the...
http://www.oreillynet.com/pub/a/dotnet/2003/03/10/datalist.html

ASP.NET Custom Web Control - (Found July 15, 2008 )

By Loek van den Ouweland This ASP.NET custom web control shows some information about the host it runs on. It's an example of how to build custom controls that can be re-used just by dragging them on your web form. How to use: Start a new ASP.NET web application: right click the Toolbar and select 'Customize Toolbox' Select the .NET framework components tab Browse to de DLL provided in the zip-file (bindebug) The component should be added to the component collection, press OK Now...
http://www.csharphelp.com/archives/archive247.html

ASP.NET: Hamburger, Yes! AJAX, "NOT!", Redux! - (Found July 15, 2008 )

Retrofitting Script Callbacks to ASP.NET 1.1 by Peter A. Bromberg, Ph.D. " If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. ." -- Harry Weinberger As described in my previous articles, Remote Scripting has been used by classic ASP developers since the earliest days of Internet Explorer 3.0 when Microsoft put out their Remote Scripting applet and sample source code. Since various developers and seminar...
http://www.eggheadcafe.com/articles/20050528.asp

ASP Server.Execute method - (Found July 15, 2008 )

The Server.Execute method is a new ASP method, introduced with IIS 5.0 for a first time. You can execute a child ASP page with the Server.Execute and treat the child ASP page as part of the main page. What are the advantages of using Server.Execute, why did Microsoft introduce a new method The main advantage of using Server.Execute is that you can do a dynamic conditional execution of an ASP pages. For example with the SSI includes you include file like this: -- include File =...
http://www.aspdev.org/articles/asp-server.execute/

ASP.NET's Hidden Dangers - (Found July 15, 2008 )

By Dinis Cruz Go to page: 1 2 Next ASP.NET is a powerful development platform and, compared to ASP Classic, it is a giant leap forward. But, this extra power also brings new dangers. In ASP Classic, the damage caused by malicious code running on the server was somehow limited by the built-in limitations of the ASP Classic object model. In ASP.NET, due to the number of classes exposed by the .NET framework, malicious code has the potential to be much more damaging and dangerous. Where...
http://www.developer.com/net/asp/article.php/3318911

The ASP.NET Page Object Model - (Found July 15, 2008 )

One Day in the Life of an ASP.NET Web Page Dino Esposito Wintellect August, 2003 Applies to: Microsoft ASP.NET Summary: Learn about the eventing model built around ASP.NET Web pages and the various stages that a Web page experiences on its way to HTML. The ASP.NET HTTP runtime governs the pipeline of objects that transform the requested URL into a living instance of a page class first, and into plain HTML text next. Discover the events that characterize the lifecycle of a page and how...
http://www.msdnaa.com/Resources/display.aspx?ResID=2371

Generating ASP.NET Images on the Fly - (Found July 15, 2008 )

ASP.NET and the .NET framework make the task of generating images on the fly very easy. With classic ASP, developers were forced to use third-party components like ASPImage and ASPPicture for dynamic image manipulation. Fortunately, with ASP.NET, those days are over. Various image manipulation capabilities are now built directly into the .NET framework classes. The .NET Framework offers several classes for image generation and manipulation. ASP.NET developers can use these classes to...
http://www.aspdev.org/articles/generating-asp.net-images-fly/

Debug ASP.NET pages using Tracing - (Found July 15, 2008 )

by Julian Roberts on ASP.NET Read Comments Rate this resource Viewed 11 times Rating: 0 users 0 out of 5 Next In Classic ASP one might debug some code using VB Script: Response.Write strSQL Response.End() and the commentuncomment the code accordingly. This was a bit of a pain during the development process. In ASP.NET, one can use the Trace feature which simplifies matters somewhat. Page-level tracing can be set in the Page directive on the ASPX page: % Page Language="c"...
http://www.developerfusion.com/show/4649/

Pure ASP File Upload - (Found July 15, 2008 )

by Jacob Gilley As a regular to ASP 101, I feel it neccesary to give a little back to the site that keeps me on top of things in the world of ASP. And so, I give you the FileUploader ASP Library. In a nutshell, the FilerUploader library is simply a single ASP include that provides an object-oriented approach to getting files from Internet clients. I have seen numerous "pure ASP" upload solutions, some you even had to purchase, that did the job, but required you to wade through pages of...
http://www.asp101.com/articles/jacob/scriptupload.asp

ASP.NET 2.0's New and Improved Caching Features - (Found July 15, 2008 )

By Thiru Thangarathinam Go to page: 1 2 3 Next The ASP.NET 1.x Cache API was a revolutionary feature that provided capabilities such as declarative output caching, programmatic output caching, and invalidation of cached items when the contents of an XML file or another cached item change. Even though all these increased the performance of Web applications, ASP.NET 1.x did not provide a mechanism for invalidating the data in a cache object when the data in a database changes. This much...
http://www.developer.com/net/asp/article.php/3427131
Available Archives
- July (50 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact