Browse by Tags

Related Posts

  • How can I check a type of generic parameter?

    I have a class for handling dictionaries in our project: public abstract class DictionaryManager <T> where T : System.Collections. IDictionary There are several dictionaries that can be passed for T: OneDictionary, TwoDictionary for example. How can I know the type of T? I mean, something like...
    Posted to Getting Started (Forum) by igoro1975 on 05-03-2008, 12:00 AM
    Filed under: generics, Dictionary
  • How to pass Dictionary<string, object> param to UpdateParameters

    The following is the code in aspx.cs and it's calling BAL to update the data. How do I pass "parameters" dictionary generic object in UpdateParameters so that the it's equivalent to the method UpdateTransformationDetail's "parameters" object. The gridview's updatemethod is UpdateTransformationDetail...
    Posted to Data Presentation Controls (Forum) by rac12 on 01-05-2007, 12:00 AM
    Filed under: Updateparameters, dictionary, Generics
Page 1 of 1 (2 items)