Browse by Tags

All Tags » C# » ASP.NET (RSS)

WCF REST and SOAP Service with WSSF (Service Factory 2010) by mohanbrij

SOAP or REST this is always been a debated topic. In both the approach we have certain disadvantages as well as advantages. Internet is flooded with such an articles, but what if we want to keep both parallel, yes of course we can do this because WCF...

Rows and Columns Merging in ASP.NET GridView Control by mohanbrij

Its been a long time I have written any article on ASP.NET. Just few weeks back I got a very interesting requirement where I had to customize my GridView by Grouping the Columns and also merging the Rows by using Colspan properties. So while in View mode...

Passing Objects between ASP.NET and Silverlight Controls. by mohanbrij

This is Part –2 of my previous post “ Passing parameters between Silverlight and ASP.NET – Part 1 ” In my previous post I have showed how to pass parameters between Silverlight and ASP.NET using Query Strings, Init Parameters and HtmlPage.Document. These...

FREE Cheat Sheets for Developers(Quick Reference Card) by mohanbrij

Hi All, here is the link for the great library of cheat sheets, I assure you that after looking into this collection you will be amazed....these Cheat Sheets are... Written by bestselling authors and leading experts Reliable information on major developer...
Filed under: , ,

Sharing source code between .NET and Silverlight by mohanbrij

A common problem when developing Silverlight applications is how to share classes and in particular (Entity Framework) entities which are compiled for the full .NET framework in a Silverlight application. Silverlight is a browser plugin and a platform...

LINQ to XML and LINQ to Objects Basic Sample by mohanbrij

In this post I will show how to use LINQ to XML and LINQ to Objects, very basic example with sample code .   First I have created a XML file which contains the Customer Details, as given below <? xml version = " 1.0 " encoding = "...
Filed under: , , ,

Using ASP.NET 3.5 History Control with ASP.NET 2.0 by mohanbrij

Normal 0 Using Back Button in ASP.NET 2.0 and AJAX This post will show you how to use ASP.NET 3.5 Ajax COntrolToolKit History control with ASP.NET 2.0, As you might be aware of that microsoft has included AJAX with Framework 3.0, and from version 3.5...

Using ASP.NET 3.5 Extensions History Control by mohanbrij

Normal 0 This post will provide useful links on how the ASP.NET Extensions Preview allows control over the Browser back button in Ajax. Normally this is not possible using AJAX Controls in WebBrowsers, because AJAX Control's partial postback is not added...
More Posts