G
Guest
Hello,
An interesting feature on ASP.NET is to maintain the values for webcontrols after a submit action on the webform. Could I do that also with domain objects? Let´s see the context: My webform uses a domain object that has all the data to persist it on the database. However, every time that occurs a page submit, my object is released and another is instanciated. So, I have to rebuild it frequently. It seems not to be the same with webcontrols. How this process works? Is there a way to do the same with my domain objects? If yes, this would affect the performance?
Thanks a lot for any comment...
Alisson Vale
An interesting feature on ASP.NET is to maintain the values for webcontrols after a submit action on the webform. Could I do that also with domain objects? Let´s see the context: My webform uses a domain object that has all the data to persist it on the database. However, every time that occurs a page submit, my object is released and another is instanciated. So, I have to rebuild it frequently. It seems not to be the same with webcontrols. How this process works? Is there a way to do the same with my domain objects? If yes, this would affect the performance?
Thanks a lot for any comment...
Alisson Vale