Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. problem in fetching and showing images from Share point site to end user site grid

problem in fetching and showing images from Share point site to end user site grid

Scheduled Pinned Locked Moved ASP.NET
helpcssdatabasedata-structuressecurity
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ankushmn
    wrote on last edited by
    #1

    Hi, We are facing one issue in our web application. Architecture is we have one end user site which fetches data from database and fetches images from share point site. In end user site in one of our page we show grid which contain information along with the images related to that row. To show images we use one function which request to share point site for images with Id/pwd for authentication. This function is working properly. There are at least 50,000 rows in database and which we are showing in grid. But not all them having images. In grid we are able to show all images properly. Currently we are showing 10 records per page means grid page size is 10. Now the issue is : On the same page there is a link which opens a popup, this popup shows all records in one grid without paging means all records on one page. In this case we use same function to fetch images from share point and but this we are not able show all images properly some of the image are Red Cross so we confirmed that whether images are present in share point site but the images are there in share point site. above case we tested for 350 records also ... still only 190 to 180 images get download and rest of the images are red cross but when we right click on them and select Show Image option then they get appear. Explanation about function which fetches images from share point site is as follows Request to share point site will returns byte array in response for one image at a time means if there are 300 images will call this function 300 times. When we get this byte array will use Response.WriteBinary to show this image. I am not able to understand why images are not appearing and why they are appearing after right click and show image option. Is there any issue related to memory ?? Is there any limit to show no. of images on one aspx page ?? Can any one help me in this issue … Thanks in advance

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups