Search   Feed   Browse   Add
Feed items 21 - 30 of 50 for July 2008

TrooBloo - Active Server Pages

Articles and tutorials regarding Active Server Pages

ASP.NET Tip: Create a ViewState Property - (Found July 15, 2008 )

By Eric Smith ASP.NET uses the ViewState to store data going back and forth to the server, eliminating the manual drudgery of reloading form controls and so forth. The ViewState can also be helpful for keeping your own state information, once you know how to read and write it. Using the ViewState can also eliminate nearly every case in which you would have used a hidden input field, a cookie, or a query string variable to pass information. It simply provides a cleaner way to pass your...
http://www.developer.com/net/asp/article.php/3606741

ASP-based SQL Command Processing Tool - (Found July 15, 2008 )

By Mark Vogt Rating: not yet rated Rate this article email this article to a colleague Introduction Anyone who has been working with ASP for enough time knows that designing a maintenance scenario and tools for the web site can be more work then creating the web site itself. One of the biggest concerns, especially for off-site hosting is how to maintain the dynamic database that the Active Server Pages are calling. The scenario that we are going to discuss in this article is one where...
http://www.15seconds.com/issue/980719.htm

ASP.NET Data Web Controls Kick Start - (Found July 15, 2008 )

from Sams Publishing ASP.NET Data Web Controls Kick Start by Scott Mitchell Softcover - 432 pages Published by Sams Publishing Date Published: February 2003 ISBN: 0672325012 Buy a Copy I just requested my reviewer's copy so it's naturally not here yet. In the mean time, I've posted a sample chapter so you can take a look at the book until I get a chance to do so. Read Sample Chapter 3 - Customizing the HTML Output Table of Contents Introduction. I. DISPLAYING DATA. 1. An Introduction to...
http://www.asp101.com/articles/sample_chapters/sams_aspnetdatawebcontrolskickstart/default...

Using Components and Objects in ASP - Introduction - (Found July 15, 2008 )

by Talal Ahmed Siddiqui on Active Server Pages Read Comments Rate this resource Viewed 11995 times Rating: 111 users 4.52 out of 5 Next COM components are the key to building powerful, real-world Web applications. Components provide functionality that you use in your scripts to perform specialized tasks, such as executing financial transactions or validating data. ASP also provides a set of base components that you can use to greatly enhance your scripts. About Components A COM...
http://www.developerfusion.com/show/1725/

ASP Request.ServerVariables collection - (Found July 15, 2008 )

ASP ServerVariables collection contains information about the server where your ASP script is running on information about the client requesting the ASP script. The ServerVariables collection can give you lots of information about the server settings Server IP, Server name, Server virtual path, Server Software (IIS4, IIS5 or IIS6), etc. Using ServerVariables you can get your visitors IP address, their browser version, their browser language settings, etc. The list of ServerVariables...
http://www.aspdev.org/articles/asp-servervariables/

ASP.NET Screen Scraping - (Found July 15, 2008 )

ASP.NET and the .NET framework make it unbelievably easy to retrieve web content (that s it, whole web pages) from remote servers. You might have various reasons to retrieve remote web content, for example you might want to get the latest news headlines from popular news sites and link to them from your website. To accomplish screen scraping in classic ASP, we had to resort to COM objects like AspHttp, ASPTear and Microsoft.XMLHTTP. The good news is that the .NET framework has built-in...
http://www.aspdev.org/articles/asp.net-screen-scraping/

Introduction To Active Server Pages+ - (Found July 15, 2008 )

This manuscript is an abridged version of a chapter from the Wrox Press book Introduction To Active Server Pages+ . Chapter 1 of Introduction To Active Server Pages + covers the evolution of ASP and the next generation web services framework. The Chapter also looks at how ASP+ is different from ASP and how to get started with ASP+ Introduction To Active Server Pages + covers a product that is still under development, and as such it is aimed at experienced ASP developers who are working...
http://www.asp101.com/articles/wrox/4753/contents.asp

Sending email from ASP.NET - (Found July 15, 2008 )

by Robert Kingsley on ASP.NET Read Comments Rate this resource Viewed 430 times Rating: 1 users 3.00 out of 5 Next One of the most commonly performed operations that I see in web applications - aside from database actions - is sending email from code. In Active Server Pages 3.0 and earlier, this task required the use of a third-party control such as ASPMail (from ServerObjects) or ASPEmail (from Persits). Both of these COM objects work quite well, but they are no longer required when...
http://www.developerfusion.com/show/4658/

Beginning Components for ASP - (Found July 15, 2008 )

This manuscript is an abridged version of a chapter from the Wrox Press book Beginning Components for ASP . This book will teach you how to create components for use with Active Server Pages. Components allow us to do things that aren't possible with script, and they bring other benefits to our code too - things like code reuse, easier maintenance, and safer, simpler distribution. Components allow us to build stronger, more robust web applications - with better design, performance,...
http://www.asp101.com/articles/wrox/2882/contents.asp

Introduction to HDML and ASP - (Found July 15, 2008 )

By: Christina Biggs Dilemma Although most wireless internet phones in the US will accept both HDML and WML, you have decided to use HDML and ASP, (Active Server Pages), for your application. This is a wise choice for the present, but you may have noticed that there just is not much information out there about using ASP to output HDML. Since there seems to be much more information available about using ASP with WML (www.wapuseek.com) and little to none on ASP and HDML, this article will...
http://www.asp101.com/articles/hdml/index.asp
Available Archives
- July (50 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact