Posted by Erland Sommarskog on 01/30/07 11:22
rmk (kivimaki@swbell.net) writes:
> In my asp.net application I have a local report with an image control in
> the detail row of the table and the Value attribute set as
>
>="File://" & Fields!FQPhotoFileName.Value
>
> The first row in the table always shows the wrong image and it's always
> the same wrong image. The problem is there even when I change the sort
> order or the criteria for the underlying dataset. For example, I ran a
> small test that populated the dataset with 2 rows and 2 images. When I
> sort by any column (e.g. ID) in ascending ascending order the ID=1 row
> (the 1st row) shows the wrong image and the ID=2 row shows the correct
> image. When I rerun the report sorting in descending order the ID=2 row
> (which is now the 1st row) shows the wrong image and the ID=1 shows the
> correct image.
>
> Any suggestions?
Are you absolutely sure that you are in the right newsgroup? I have no idea
of what you are talking about...
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Navigation:
[Reply to this message]
|