Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP.Net > File Management > Code behind
Search:
What's New - What's Hot


"Cool" ASP.NET Features: Code Behind        
Total Hits: 182  |  Today: 1 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |   Your Rating: 

Using the new ASP.NET feature of "Code Behind" to seperate layout from content.In the previous article I introduced web forms, this article progresses the example to show how to seperate the logic into file that sits behind the layout to seperate code from design.Much is made of ASP.NETs new object oriented abilities, and code behind shows a useful way of exploiting this. Effectively what you are doing is creating a class for the page to inherit from....

Read and Write BLOB Data to a Database Table with ODP.NET        
Total Hits: 42  |  Today: 0 Author: Steven Swafford       Rating:  
Read Reviews | Write Review |   Your Rating: 

By utilizing ODP.NET, Oracle database, and really very little effort you also can store images as a Blob for convenient storage and simple categorization....

Utility Belt: HTTPGrab        
Total Hits: 35  |  Today: 0 Author: Charles Carroll       Rating:  
Read Reviews | Write Review |   Your Rating: 

The code below shows "Utility Belt" grabbing the content of a URL and the second example shows the same thing with caching applied.
Here is the standard URL scraper....

How to Change the Page Title in ASP.NET using HtmlGenericControl()        
Total Hits: 390  |  Today: 0 Author: Asif       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can use HtmlGenericControl() with in the ASP.Net pages vb file to change the page title of the ASP.net web page....



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net