ASP.NET FormView: "Object of type 'System.Int32' cannot be converted to type 'System.String"
- by Vinzcent
Hey
I have a problem with my FromView.
I would like to show some data from a Database Table in my FormView. But some data is from the tupe Int32, while this data should be in a TextBox, a string.
How do you convert these Int32's.
FormView and my ObjectDataSource
<asp:FormView ID="fvDetailOrder" runat="server">
<ItemTemplate>
…