Managing Forms in ASP.NET

AnymnSouffiff

New Member
I have a project with about 30 forms. I load my data through objects and then assign the property values from my objects to teh properties (such as the text property) on my web forms controls.<BR><BR>This works like a charm! Then when I go to convert the data back, I get all sorts of conversion errors. <BR><BR>Is there any thing I can do to eliminate these conversion errors other than using the Convert function on EVERY property? Please help. Any techniques or strategies would be greatly appreciated.<BR><BR>Thanks in advance!
 
Back
Top