Click here to Skip to main content
15,891,607 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiontable control Pin
Mohammed Elkholy13-Feb-07 22:18
Mohammed Elkholy13-Feb-07 22:18 
AnswerRe: table control Pin
Sylvester george13-Feb-07 23:12
Sylvester george13-Feb-07 23:12 
GeneralRe: table control Pin
Mohammed Elkholy14-Feb-07 0:33
Mohammed Elkholy14-Feb-07 0:33 
QuestionSecure Upload and Download Pin
R.Palanivel13-Feb-07 22:13
R.Palanivel13-Feb-07 22:13 
AnswerRe: Secure Upload and Download Pin
andyharman13-Feb-07 23:19
professionalandyharman13-Feb-07 23:19 
GeneralRe: Secure Upload and Download Pin
R.Palanivel13-Feb-07 23:55
R.Palanivel13-Feb-07 23:55 
QuestionShowing 500 to 700 images in grid without paging .... using Response.BinaryWrite(byte []) to show images Pin
ankushmn13-Feb-07 21:44
ankushmn13-Feb-07 21:44 
AnswerRe: Showing 500 to 700 images in grid without paging .... using Response.BinaryWrite(byte []) to show images Pin
Jesse Squire14-Feb-07 3:38
Jesse Squire14-Feb-07 3:38 
This may be a bit of a shot in the dark, but it sounds to me like this could be a time-out issue. Some questions that you may wish to ask yourself:
  • Have you done any measurements around how long the popup takes to render with different amounts of records?
  • How about the time it takes to retrive images from the SharePoint site?
  • Are you retrieving each image individually or in a batch?
  • Do you have any kind of cache strategy around the images, or are you asking SharePoint for them each time out?
One thing that you may wish to consider is using an HTTP Handler to request the images from SharePoint and cache them for future requests. For the extreme case, you may wish to consider having that handler preemptively request images from SharePoint and cache them before they are requested.

Of course, you would be trading higher memory usage for speed and would also have to make the decision as to how often you anticipate those images changing, and how close to real-time those images need to be returned.

Hope that helps a bit. Smile | :)

  --Jesse

QuestionHow to add stored procedures in crystal report Pin
MissionSuccess13-Feb-07 20:43
MissionSuccess13-Feb-07 20:43 
Questionprovide security Pin
indian14313-Feb-07 19:46
indian14313-Feb-07 19:46 
AnswerRe: provide security Pin
badgrs13-Feb-07 23:13
badgrs13-Feb-07 23:13 
GeneralRe: provide security Pin
indian14314-Feb-07 1:41
indian14314-Feb-07 1:41 
QuestionProblem with a javascript function Pin
gauthee13-Feb-07 19:40
gauthee13-Feb-07 19:40 
AnswerRe: Problem with a javascript function Pin
N a v a n e e t h13-Feb-07 21:58
N a v a n e e t h13-Feb-07 21:58 
GeneralRe: Problem with a javascript function Pin
gauthee13-Feb-07 22:13
gauthee13-Feb-07 22:13 
QuestionUse of Text (Label,text), in the horizontal case [modified] Pin
ManAmir13-Feb-07 19:28
ManAmir13-Feb-07 19:28 
QuestionDataGrid Pin
Khan.Bangash13-Feb-07 19:04
Khan.Bangash13-Feb-07 19:04 
AnswerRe: DataGrid Pin
Sylvester george13-Feb-07 19:16
Sylvester george13-Feb-07 19:16 
GeneralRe: DataGrid Pin
Khan.Bangash13-Feb-07 19:35
Khan.Bangash13-Feb-07 19:35 
GeneralRe: DataGrid Pin
Sylvester george13-Feb-07 19:56
Sylvester george13-Feb-07 19:56 
AnswerRe: DataGrid Pin
Neeraj Arora13-Feb-07 20:09
Neeraj Arora13-Feb-07 20:09 
GeneralRe: DataGrid Pin
Khan.Bangash13-Feb-07 20:40
Khan.Bangash13-Feb-07 20:40 
GeneralRe: DataGrid Pin
Neeraj Arora13-Feb-07 21:19
Neeraj Arora13-Feb-07 21:19 
AnswerRe: DataGrid Pin
Sylvester george13-Feb-07 21:45
Sylvester george13-Feb-07 21:45 
QuestionCannot see stored procedures in crystal report wizard. Pin
MissionSuccess13-Feb-07 18:56
MissionSuccess13-Feb-07 18:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.