ASP.NET News from Blogger:
ENTech Solutions Blog
Total News: 8
This article will demonstrate how to add and customize "ColumnGrid" extended property to CodeSmith. This property
allows user to add extended information to columns in the table without using Sql S...
XLib library is pretty close to being complete. I should be done next week if everything goes according to plan. It will contain User Controls, Database classes, ATLAS integration and many other coo...
Today I worked on implementing a GridView that would have the following features:1. Inline add/edit/delete2. Delete confirmation3. Data access through object data sourceOut of the box GridView let's y...
If you specify 'DataObjectTypeName' parameter in ObjectDataSource — UpdateParameters get ignored. So if you have:When you do update — parameter 'SomeName' is not bind to Customer.SomeName.The soluti...
When reading MSDN documentation for ObjectDataSource.SelectMethod I found the following paragraph.If the DataObjectTypeName property is set, the method is resolved in a different way. The ObjectDataSo...
There are a lot of articles about life-cycle of the page and custom controls. The problem is they are all looked at separately. I had to do a bit of research on the order of control events within th...
There is a common bug that occurs when there is DIV (with absolute positioning) being displayed in front of SELECT html control. The SELECT control stays visible even with the div over it. It has to...
I have been doing some research on already available classes for keeping track of open transactions and connections. For .NET 2.0 Microsoft has released TransactionScope class which really simplifies...
View Other bloggers