Archives / 2009 / June

  • Silverlight 3 with Bing Translator Services

    6/19/2009
    I was working with one of the web application localization. I was searching with couple of translator's available with the web. The most popular of them are 1. Google Translation Service 2. Bing Translator Service I tried using the Google API for the web and it was pretty good. Then in recent times I came across Bing translator and tools link in them gave me the way to implement the Bing API. Bing is making a revolution in the search engines and so I liked to use that here. Following URL's are referred for this. http://www.bing.com/developers/appids.aspx http://msdn.microsoft.com/en-us/library/dd576292.aspx http://msdn.microsoft.com/en-us/library/dd877917.aspx http://www.bing.com/developers/appids.aspx Application
  • CheckboxList State Maintenance

    6/9/2009
    Known is a drop, Unknown is a world. I had a small requirement where we have to show a Checkboxlist with some collection. I thought it was a easy stuff as it wa s dealing with a normal Checkbox collection. The requirement was to show some set of options in the collection, in addition there will be a option showing as "Select All" . This was a requirement given by my friend. I thought helping out and found how difficult it was. You may think easy as I first thought. We will see about that. Liks referred: http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.listitem.aspx http://msdn.microsoft.com/en-us/library/ms972429.aspx http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.checkboxlist.aspx