ASP.NET News from Blogger: ENTech Solutions Blog   Get the feed of: ENTech Solutions Blog

Total News: 8

Adding extended column information in CodeSmith

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...

AJAX Modal Dialog using UpdatePanel

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...

Editable GridView with Add New/Insert button

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...

ObjectDataSource: UpdateParameters ignored if DataObjectTypeName is used

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...

MSDN documentation is incorrect on using DataObjectTypeName with SelectMethod

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...

Life cycle of Custom Control within ASP.NET page

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...

Bug Fix: SELECT box displayed through Dynamic DIV in Internet Explorer

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...

Connection/Transaction scope

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