Recent content by hueikar

  1. H

    Error ArgumentNullException was unhandled when retrieve image to window phone

    Actually i not really understand the coding. just want to test the example 1st. I am using this Inserting and Retrieving images from SQL Server Database using C# | Redmond Pie to insert image into Sql server from web-based system. But want to retrieve image into window phone from Sql server...
  2. H

    How to do login function at windowphone 7

    I am trying to develop a simulate de ecommerce win7 app since it is my school project..but i had no idea to do a login function on a mobile device.. Can someone teach me how to do it? My database is sql server and i am using window phone emulator 7.1.
  3. H

    Error ArgumentNullException was unhandled when retrieve image to window phone

    I am referring this Display Images from Database in Windows Phone 7 (WP7) using WCF service to retrieve image from sql server to window phone and had error ArgumentNullException was unhandled when run it at the that higlighted row. public class ImageConverter : IValueConverter {...