开发者

web parts in asp.net mvc

开发者 https://www.devze.com 2023-02-18 00:31 出处:网络
This might be the most trivial question asked, but I rai开发者_C百科se it again. Am planning to get started with asp.net MVC on a personal project and here am struck if it supports webparts or any oth

This might be the most trivial question asked, but I rai开发者_C百科se it again. Am planning to get started with asp.net MVC on a personal project and here am struck if it supports webparts or any other alternative to it is present. I intend to have a start page similar to igoogle or pageflakes, but my initial research pointed out that as there's no ViewState nor Postback concepts in ASP.NET MVC implementing web parts is not possible.

If that is the case, are there any resources which helps in building a start page as the one i wish to using MVC.

PS: Links I found in the initial research

  1. Quick tips on asp.net MVC - webparts framework
  2. Building widgets using jquery in asp.net MVC


You should use AJAX to create widgets that can interact with the server without reloading the page.
This way, the widgets will not affect each-other.

jQuery will be useful here.


Alternatively, you could put each widget in its own <iframe>.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号