Using SQL Server Reporting Services in MVC Web Application
You might be wondering how to use SQL Server Reporting Services Reports with an MVC Application hence you’re in this page, well let me explain to you in this simple steps
You might be wondering how to use SQL Server Reporting Services Reports with an MVC Application hence you’re in this page, well let me explain to you in this simple steps
We’ve been posting a lot of MVC and jQuery lately and I guess you have to get used to it for a couple of months more as this the technology that I am using currently in most of my projects. For today’s session I will be discussing on how to make a sortable list which… Read More »
Have you encountered an error in Telerik’s MVC grid where when you delete an item using Ajax Databinding the grid does not refresh but the row item was actually deleted? I came across with this issue when I was working with Telerik MVC Grid and was wondering why when I perform Ajax insert and update… Read More »
You might be wondering how to place an MVC View easily on a pop-up window like the image above that’s why you are in this page now?
If you are using MVC on your projects and you are using a Grid View control most probably it will be the Telerik Grid. While it is one of the best ones around it still have its cons but whats good with it is that the product is regularly updated even for the open source… Read More »
If you are working with Telerik MVC Grid and Internet Explorer you might have encountered an issue where columns and rows are not rendered properly. You will notice rows are not in line with their respective columns and even grid lines are not lining properly. Look at some screen shots below from different browsers I… Read More »
You might have encountered this error “Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.” when pushing a large data to Telerik’s MVC Grid.
Don’t you miss developing the traditional way? where you can just use Update Panels and Auto Post backs, it was so easy to develop the UI before where you can see it in the design view and interact with the objects in a rich manner. But that was the past, now we have MVC where… Read More »
Recently we started a big project which uses S#arp Architecture and for those who does not know what it is you can go to the site (http://www.sharparchitecture.net/) and have a read, but in a gist it is an open source architectural foundation that uses ASP.NET MVC framework with NHibernate.