Development With A Dot

Blog on development in general, and specifically on .NET

Browse by Tags

All Tags » .NET » ASP.NET (RSS)
ASP.NET Events
Here is the full list of all events that occur in an ASP.NET application, from the standard modules, to the page, master page, page controls and master page controls. I have not included the IIS 7 specific events ( Log , for example). What When HttpApplication...
Posted: Jan 04 2010, 04:33 PM by Ricardo Peres | with 3 comment(s)
Filed under: ,
ASP.NET Dynamic Data NHibernate Provider
My NHibernateDataSource was just a necessary step in order to build an ASP.NET Dynamic Data provider for NHibernate. I am pleased to say that it is now working! Like the NHibernateDataSource, it is only - for now - merely a proof of concept, it needs...
NHibernateDataSource
I wrote a NHibernateDataSource, which can be used in ASP.NET web forms applications just like their counterparts EntityDataSource and LinqDataSource . It requires a LINQ to NHibernate NHibernateContext -derived class which specifies the queryable entities...
Nested Master Pages
In ASP.NET 2.0+ you can have nested master pages. In Visual Studio 2008, the editor even knows how to handle them properly. Nested master pages allows specializing the original master page, for example, entering Content s for some of the ContentPlaceHolder...
Posted: Dec 11 2009, 03:05 PM by Ricardo Peres | with no comments
Filed under: ,
ListBoundField and ResourceBoundField
Following my previous post on the ForeignKeyBoundField , here are some more templates for your GridView or DetailsView controls: ListBoundField and ResourceBoundField . ListBoundField converts a value coming from a data source in a string, supplied in...
Posted: Dec 11 2009, 11:02 AM by Ricardo Peres | with no comments
Filed under: ,
ForeignKeyBoundField
When working with GridView and DetailsView controls, we must specify the columns we want to include, by adding field templates to the Columns and Fields collections. These field templates are bound to a specific property of a data source, which, typically...
Posted: Dec 10 2009, 09:29 PM by Ricardo Peres | with 2 comment(s)
Filed under: ,
Security Lessons from How Windows Live Uses ASP.NET MVC
Nice whitepaper, available here .
Custom Binding With EntityDataSource
Here's a common scenario: you are using an EntityDataSource control which you are binding to a data control, perhaps a ListView , DataGrid , DataList , Repeater , or GridView . The problem is, you want to do some custom binding. This happens, for example...
New Version of AJAX Control Toolkit Released
Version 3.0.30930 is out. This release includes two new controls: Seadragon - Seadragon enables you to pan, zoom, and make an image full screen. You can use it, for example, to display interactive product pictures. AsyncFileUpload - This new control enables...
Detecting Chrome Browser in ASP.NET
ASP.NET comes with a browser capabilities database (BCD), which describes the capabilities of known browsers. This database is usefull for control developers that want to take advantage on different browser capabilities. Of course, more recent browsers...
Posted: Sep 22 2009, 06:43 PM by Ricardo Peres | with 1 comment(s)
Filed under: ,
More Posts Next page »