Telerik blogs

Latest

  • Web

    Inheritance With Kendo UI

    If you have been reading some of my other blog posts on things like the DataSource and Models, then you know that I like to talk about some of the lesser known features of Kendo UI.  Kendo UI is more than just great looking widgets with amazing...
    December 09, 2011
  • Web ASP.NET AJAX

    Share your ASP.NET AJAX Pages with Social Networks

    Almost everyone is on some sort of social network nowadays. It’s not just limited to tech-savvy individuals anymore. Even my grandmother, who has a difficult time finding the computer's ON button at times, has figured out how to sync up with me via social networks. With this amount of popularity, of course you want to allow your users to be able to share pages from your ASP.NET AJAX application with networks such as Facebook, Twitter, and Google+. Thankfully, our new ASP.NET AJAX control, RadSocialShare, makes this sharing a breeze. I know you’re eager to have one of those Like buttons...
    December 07, 2011
  • Web ASP.NET AJAX

    Easy Steps to Visualizing an Organization in your ASP.NET AJAX Application

    Have you been looking for a way to visually represent your organization? You’re not alone - many of our customers have been requesting this exact feature. Enter the RadOrgChart. This new ASP.NET AJAX control is perfect for displaying hierarchical structures in a visually appealing and intuitive way. My colleague Nikolay already wrote a blog post regarding the features of this control and the post has a lot of good links that you can follow. What I wanted to take a look at here is how you can get started working with this new and awesome control today, so let’s get started...
    December 02, 2011
  • Web

    CS0103: The name 'ViewBag' does not exist in the current context

    Technorati Tags: .NET,ASP.NET MVC I hit this error today while working with an MVC3 application.  It appeared out of the blue – but don’t they always?  Fortunately, I make a habit of committing my work into SVN every time my tests pass, so I could have just reverted back to my last Revision, but I wanted to know what I did to cause this. Much to my demise, the optimistic fixes didn’t work: Restart the debugger several times, because surely that will fix it :-) Close Visual Studio and reopen it. Just kidding.  But we do tend to try those don’t we? Back on topic,...
    December 01, 2011
  • Web ASP.NET AJAX

    OData Binding for Navigation Controls (ASP.NET AJAX)

    Nowadays, it is more and more common for web developers to utilize RESTfull like services in their projects. There is nothing surprising in that, since in the nature of REST is to provide uniform interface to access the data. One may ask, what uniform means at all? Well simply said, all operations have the same meaning across all the resources they can act on. OData in turn, is a protocol that exposes your data to the web in a simple, RESTlike manner. A consumer can query the data via set of URL parameters and receive a response in the JSON format, which is native...
    November 25, 2011