a dotnet blogging from Vancouver
My disclaimer.
http://weblogs.asp.net/scottgu/posts/32965.aspx
-- Cross Page Postback between pages. Yup -- you can now do it. And it is easy. -- Using ValidationGroups. You can now have validator controls optionally validate depending on which button on the page is pushed. You can group validation rules into “groups“ so that all controls within that group fire or don't fire. -- Building workflow on a page using the new asp:Wizard control. Handle next/back, step1->n workflows easily now (no funky state management tricks for controls required).
10/26/2003 2:19 PM | Add comment | #dotnet