WCF Hands on Lab – Csharp Corner Delhi Chapter event : A Very Successful day

Hi All,

CSharp corner Delhi Chapter had a very successfully event in Noida on 18th may 2013 and attended by around 100 attendees . In this event we had a full day hands on lab on WCF and continued more than 10 hours. I talked on Exception and Error Handling in WCF and every body enjoyed the day. The topics that we covered are

Continue reading

Working with WebGrid using AJAX : ASP.NET MVC

I am going to write another post on ASP.NET MVC. Here in this post, I’ll be talking about WebGrid. If you have read my last post ( to go Click here), I had a main View and many Partial Views that are integrated with main View. Every partial view was independent and we loaded each partial view via jQuery AJAX call.

I got another requirement to have one more partial view on that page which also shows the data similar to other controls but here the requirement was to provide a specific feature Sorting. So as I was looking for various options for it. First I thought to making my custom partial view which provides the desired behavior. But I thought of using any existing control.

Continue reading