I am trying convert a project from asp classic to asp.net. The asp classic version has a edit table page that allows users to enter data into textfields that contain html mark up. like <b>, <i>, etc. I have been working with the dynamic data video collection and when I try to hit update after entering any html markup in a textfield, in edit.aspx, the page just stops. It does not throw an error nor does not redirect to the list.aspx on update or cancel, and im pulling my hair out trying to figure out why its doing this. I have tested various different data types and nothing is helping. Anyone have any ideas? The error happens on the sample code provided on the dynamic data page.