web part vs js
-
Hi, I want to create a web page that could be customized by user; It means user can show some parts, drag them to desired place ... and the setting be saved for next log in. I think I have two solutions (Except on Silverlight): 1. using asp.net web part 2.using a javascript library like jquery UI which one is better choice? Actually these days I hear less about web part(specially in ASP.net 4) and I thought it's not a good solution ever.
Best wishes
-
Hi, I want to create a web page that could be customized by user; It means user can show some parts, drag them to desired place ... and the setting be saved for next log in. I think I have two solutions (Except on Silverlight): 1. using asp.net web part 2.using a javascript library like jquery UI which one is better choice? Actually these days I hear less about web part(specially in ASP.net 4) and I thought it's not a good solution ever.
Best wishes
I go with JS, since it is light-weight.
I appreciate your help all the time... CodingLover :)