Search Results

Type: Posts; User: duban

Search took 0.01 seconds.
  1. it may still be helpful to the new

    <ext:DataView runat="server" Padding="6">
    <Store>
    <ext:Store ID="Store2" runat="server">
    ...
  2. The easiest way to do this is as follows


    this.IMAGEN.ImageUrl = "data:image;base64," + Convert.ToBase64String(bytes[]);
Results 1 to 2 of 2