You can modify your SQL SELECT statement like this :
Code:
SELECT Id, Name, ISNULL(Descript, descriptionType) AS Description
I you need the user to save this data though, you may have to keep two separate data models. A better idea might be to modify the data as it is displayed, but I do not have enough experience with Web Forms to help you out on this.