Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Gizmox released Visual WebGui SDK version 6.2.1

    Gizmox announces the release of version 6.2.1 of its SDK. The Visual Webgui SDK now incorporates both the DHTML and the Silverlight and enables to work with both .NET 2.0 and 3.5 on the same machine. In addition, the new release includes the new wrapper feature announced earlier . Here is a more detailed...
    Posted to Visual WebGui (Weblog) by Visual WebGui on 11-17-2008, 12:00 AM
    Filed under: AJAX, Windows Forms, ASP.NET, C#, Silverlight, Web Services, Visual Studio, .NET, community news, .NET FAQ, General Software Development
  • SilverLight DataGrid Binding

    I was working on the unbound SilverLight DataGrid and thought to write one in this regard, There are scenarios when you don't have a predefined collection of objects to bind to SilverLight DataGrid or you don't know the structure of the object to bind with untill run time. For Example you want to bind...
    Posted to NadeemIqbal's Blog (Weblog) by niqbal on 10-06-2008, 12:00 AM
    Filed under: C#, Visual Studio, .NET, .NET FAQ, CLR, WPF, SilverLight, SilverLight DataGrid, SilverLight DataGrid Dynmic Binding
  • SilverLight Unit Test for Value Converter

    When writing unit tests for the Silverlight application, its important to write the unit test for the value converters so that you could test whether converters are working fine or not as Value Converters are most commonly used in Silverlight applications. IValueConverter interface exposes two methods...
    Posted to NadeemIqbal's Blog (Weblog) by niqbal on 01-02-2009, 12:00 AM
    Filed under: C#, Visual Studio, .NET, .NET FAQ, CLR, WPF, SilverLight, unit test, unit test framework
  • Upload file Directly to Amazon S3 using C# via POST

    There are scenarios when you want to directly upload the file from the client browser/application to S3. Amazon provides simple POST method to upload files to amazon File Upload . That method is not acceptable when you want to upload the file(s) programatically using any programming language such as...
    Posted to Coding Geek (Weblog) by niqbal on 06-05-2009, 12:00 AM
    Filed under: Windows Forms, C#, Visual Studio, .NET, .NET FAQ, CLR, SilverLight, SilverLight DataGrid, SilverLight DataGrid Dynmic Binding
  • Silverlight - Convert List to ObservableCollection

    In Silverlight, you will bind the controls such as List/Grid with Observable collection so that any change in the collection automatically reflected on the control. Often you will be required to convert the List to an observable collection but there isn't exist any method which automatically do so in...
    Posted to Coding Geek (Weblog) by niqbal on 07-22-2010, 12:00 AM
    Filed under: C#, Visual Studio, .NET, .NET FAQ, CLR, DataGridView, WPF, SilverLight, SilverLight DataGrid, SilverLight DataGrid Dynmic Binding, XML
Page 1 of 1 (5 items)