Hi all,
I am new to the telerik suite of controls, and so far quite impressed after working with Ajax asp.net programming for a few years now (MS or Anthem mostly).
I am in design of a multiple active page internet customer portal (login/order creation/order status/product browser/profile..messages), hence requirement for a much better site style out of the box (I do not program CSS or JS or even muck about with HTML much) .
What I would normally do is design each 'active page' as a panel all in one .aspx, and switch the visibility on/off for each panel, but this site i'm estimating to be a little heavier in the amount of rendered html (+much more graphics) in total for one page, and the code behind will get a bit messy for the amount of server side functions that will be required.
My basic reasoning for this 'style' is that i am normally low on graphics (intranet style business applications) and I like to give a 'no page refresh ever' scenario (i.e never real postbacks, always callbacks).
This time I think my approach is going to have to be different, so I wanted to gather a little opinion from you all of a basic approach that might be reasonable given my intense dislike of page refreshing, but keep my code base and user experience expectations intact.
Should I consider master/content style (can this be done without full page refresh between each content page switch?), or something else that I havn't thought of or seen yet?
Any help would be appreciated.
Thanks,
Kevin.
I am new to the telerik suite of controls, and so far quite impressed after working with Ajax asp.net programming for a few years now (MS or Anthem mostly).
I am in design of a multiple active page internet customer portal (login/order creation/order status/product browser/profile..messages), hence requirement for a much better site style out of the box (I do not program CSS or JS or even muck about with HTML much) .
What I would normally do is design each 'active page' as a panel all in one .aspx, and switch the visibility on/off for each panel, but this site i'm estimating to be a little heavier in the amount of rendered html (+much more graphics) in total for one page, and the code behind will get a bit messy for the amount of server side functions that will be required.
My basic reasoning for this 'style' is that i am normally low on graphics (intranet style business applications) and I like to give a 'no page refresh ever' scenario (i.e never real postbacks, always callbacks).
This time I think my approach is going to have to be different, so I wanted to gather a little opinion from you all of a basic approach that might be reasonable given my intense dislike of page refreshing, but keep my code base and user experience expectations intact.
Should I consider master/content style (can this be done without full page refresh between each content page switch?), or something else that I havn't thought of or seen yet?
Any help would be appreciated.
Thanks,
Kevin.