IBlog<Johan>

Johan Danforth's Blog

Syndication

Random Links

Walkthroughs and Tutorials

Browse by Tags

All Tags » Json (RSS)
Fill a Select/Option from Json with jQuery
More jQuery and Json… To fill a listbox (select) with items from a Json call. I got this helper class to handle the options/items: public class SelectOption { public String Value { get ; set ; } public String Text { get ; set ; } } A sample action/method...

Posted by jdanforth | with no comments

Filed under: , ,

Json, jQuery and ASP.NET MVC
I’m stacking a few things here related to Json, jQuery and ASP.NET MVC so that I can get to them later on. JQuery to grab some Json when a web page is loaded: $(document).ready( function () { $.getJSON( "/MyController/MyJsonAction" , null ,...

Posted by jdanforth | 1 comment(s)

Filed under: , ,

More Posts