U can do it by storeProc simply. Select Distinct values only whn bind the list.
On Wed, Nov 26, 2008 at 11:30 AM, Muhammad Arif <[EMAIL PROTECTED]>wrote: > > Little Changes in the *rhaazy* Function > > List<string> removeDuplicates(List<string> inputList) > replace the parameter List<string> inputlist to IList<string> inputList > > List<string> removeDuplicates(IList<string> inputList) > > the rest works fine. > > Regards > > > > On Wed, Nov 26, 2008 at 8:23 AM, AstroDrabb <[EMAIL PROTECTED]> wrote: > >> On Tue, Nov 25, 2008 at 5:27 AM, TARAK <[EMAIL PROTECTED]> wrote: >> >>> >>> HOW TO DELETE DUPLICATE ITEMS IN THE LIST IN C#. >>> >>> the name of the list is "DBInstanceSpecificAssetAccessList" having 10 >>> items. >>> >> >> Did you really, really name a variable >> "DBInstanceSpecificAssetAccessList"? > > > > > -- > Muhammad Arif > Software Engineer > +923009347315 >
