Browse by Tags
All Tags »
.NET »
ASP.NET (
RSS)
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...
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...
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...
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...
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...
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...
Nice whitepaper, available here .
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...
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...
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...
More Posts
Next page »