I am wondering if there is a way to make ASP.
NET controls play nicely with my ASP.
NET MVC app. Here is what I am doing.
I have an order page which displays info about a single Order object. The page will normally have a bunch of rows of data, each row representing an OrderItem object. Each row is an ASP.
NET User Control. On the user
…