So long wizards!
Posted
by geekrutherford
on Geeks with Blogs
See other posts from Geeks with Blogs
or by geekrutherford
Published on Mon, 31 Jan 2011 16:29:16 GMT
Indexed on
2011/01/31
23:26 UTC
Read the original article
Hit count: 387
In an effort to make an application more robust I have been switching to a server-side method of tracking record selections vs. client side. The pages relying on record selections utilized the ASP.NET Wizard control which seemed like a good idea originally. Unfortunately, the design of the control is not all that flexible. It appears to want to center everything vertically which might not be a problem if it did not always use the vertical size of the largest Wizard Step for positioning. So, I am ripping out the Wizard controls and replacing with simple Panel controls that are turned on/off. Much cleaner and presentable.
© Geeks with Blogs or respective owner