Search

You searched for the word(s): userid:672346

Matching Posts

  • Re: BitArray.cardinality method missing

    [quote user="pickyh3d"]You could inherit from the class and add the Cardinality property.[/quote] the class is marked as not inheritable, i think that for performance reasons. The best way i have find is to use reflection to get the reference to the private backbone int32 array, and use this function that count byte to byte instead bit to bit. Private Shared _bitsSetArray256 As Byte () = {0, 1, 1, 2, 1, 2, 2, 3, _ 1, 2, 2, 3, 2, 3, 3, 4, 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, _ 5
    Posted to Visual Basic .NET (Forum) by Jokin.c on 12/18/2007
    Filed under: Reflection, .NET, Inheritance, performance
  • Re: Detailview defaultvalues

    bmains: Hey, For the objectdatasource, each parameter should have a ConvertEmptyStringToNull property, which in your case you would set to false. this don't work, because i'm using a custom "DataObjectTypeName", So the custom object ignore my update parameter list. I have to tweak the filling of the object to check if null values are pased. This also cause me another thing, because my dataaccess layer get the custom object and a parameter array as parameters, and i have to make a proxy function to
    Posted to Data Presentation Controls (Forum) by Jokin.c on 8/3/2006
  • Detailview defaultvalues

    I have a detailview binded to a custom objectdatasource. How can I set the default values to the strings properties to empty string? It left as nulls, and i don't permit nulls in the database. I can't change the values one by one in the databound, or check it in the data access, but i wan't to know if there is a better way of doing this. Thanks in advance. Jokin
    Posted to Data Presentation Controls (Forum) by Jokin.c on 8/2/2006
  • Re: Unofficial bug/issue list for the Atlas June CTP

    I don't know if this is the correct place to post an issue, but i have a problem with firefox, the OnApplicationLoad event isn't fired, and the code that initialize the page don't work with firefox. ¿where is the official bug tracker?
Page 1 of 1 (4 items)