Monday, May 10, 2004
ASP.NET Validation in Groups
I thought this was a well-written article on the subject and it contains a nice sequence of events for page validation.
- Create page and control objects according to the aspx file
- Recover state of the objects from viewstate
- Update objects based on user input
- Fire Page_Load event
- Fire change notification events
- Save object state in viewstate
- Render HTML
Comments:
Post a Comment