How Can I fetch the Data from DATAContext
        Posted  
        
            by SHASHANK 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SHASHANK 
        
        
        
        Published on 2010-06-12T09:01:01Z
        Indexed on 
            2010/06/12
            9:13 UTC
        
        
        Read the original article
        Hit count: 408
        
hello all
i have a problem, i have some data in Datacontext and i want to fetch this data how can i achive it
thanks in advance shashank
button1.DataContext = new DataView(tablename, "field1 in (" + stringbuilder.ToString() + "0)", "field1", DataViewRowState.CurrentRows);
        © Stack Overflow or respective owner