--- In flexcoders@yahoogroups.com, "siyaram_5" <[EMAIL PROTECTED]> wrote: > > > Hi all . > > I m .NET developer and doing R & D in Flex 3 . > > I m using SQL SERVER and in one of its column i have given Image Path. > > In Flex i have retrieved the dataset but dont know how to assign that > Image Path stored in Sql server to Flex Image control. > Supposing that you got an handle on you data object from the sql server, eg : myData
<mx:Image source="{myData.imagePath}" /> I hope this help