Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to solve dynamic control panel postback problem? Pin
kadaoui el mehdi26-Jun-11 0:32
kadaoui el mehdi26-Jun-11 0:32 
QuestionRegex pattern Pin
padmanabhan N23-Jun-11 3:14
padmanabhan N23-Jun-11 3:14 
AnswerRe: Regex pattern Pin
Keith Barrow23-Jun-11 4:10
professionalKeith Barrow23-Jun-11 4:10 
QuestionDisplaying the image from the Sql Pin
NaveenHS23-Jun-11 2:15
NaveenHS23-Jun-11 2:15 
AnswerRe: Displaying the image from the Sql Pin
Blue_Boy23-Jun-11 4:55
Blue_Boy23-Jun-11 4:55 
AnswerRe: Displaying the image from the Sql Pin
GenJerDan23-Jun-11 6:14
GenJerDan23-Jun-11 6:14 
GeneralRe: Displaying the image from the Sql Pin
Not Active23-Jun-11 7:38
mentorNot Active23-Jun-11 7:38 
GeneralRe: Displaying the image from the Sql Pin
GenJerDan23-Jun-11 7:49
GenJerDan23-Jun-11 7:49 
Mark Nischalke wrote:
What? No, the page is being rendered in response to a request. It's not like the
web server is randomly connecting to some machine and trying to send
content.


Yes, but, basically, a browser requests something and the server delivers it in the stream, i.e. a pull, not a push. Then the browser "looks" at what it got and says to itself Ah-hah! I need to get the image for this. I better request another stream for it. It doesn't all come in one clump. Trying to send two streams when the broweser is only capable of requesting one at a time is not going to work.


Mark Nischalke wrote:
There is only one stream. The images is being placed within that stream.


Nope. There needs to be multiple responses, one for each discrete item. Or there needs to be something on the browser itself that can take a multiplexed stream and demux it. An ActiveX control could do that....but there are too many problems there, the least of which is convincing the user to load yet another plugin. But the MHTML process is already built-in, which is why I suggested it. The only difficulty is in creating the MHTML object in your server code.

You can downvote me all you want, but it won't change the way browsers work.
Build a man a fire, and he'll be warm for a day.
Set a man on fire, and he'll be warm for the rest of his life.

My Mu[sic]
My Films
My Windows Programs, etc.

GeneralRe: Displaying the image from the Sql Pin
Not Active23-Jun-11 8:03
mentorNot Active23-Jun-11 8:03 
GeneralRe: Displaying the image from the Sql Pin
GenJerDan23-Jun-11 8:08
GenJerDan23-Jun-11 8:08 
AnswerRe: Displaying the image from the Sql Pin
RichardGrimmer28-Jun-11 5:05
RichardGrimmer28-Jun-11 5:05 
AnswerRe: Displaying the image from the Sql Pin
Morgs Morgan8-Jul-11 5:19
Morgs Morgan8-Jul-11 5:19 
QuestionStrongly typed ActionLink is not present in vs 2010.. Pin
siva45522-Jun-11 23:45
siva45522-Jun-11 23:45 
AnswerRe: Strongly typed ActionLink is not present in vs 2010.. Pin
Not Active23-Jun-11 2:15
mentorNot Active23-Jun-11 2:15 
QuestionHow to find application URL while using separate script file in asp.net ? Pin
zeego21-Jun-11 20:47
zeego21-Jun-11 20:47 
AnswerRe: How to find application URL while using separate script file in asp.net ? Pin
Vasudevan Deepak Kumar22-Jun-11 10:42
Vasudevan Deepak Kumar22-Jun-11 10:42 
AnswerRe: How to find application URL while using separate script file in asp.net ? Pin
Shahriar Iqbal Chowdhury/Galib22-Jun-11 11:04
professionalShahriar Iqbal Chowdhury/Galib22-Jun-11 11:04 
GeneralRe: How to find application URL while using separate script file in asp.net ? Pin
AspDotNetDev22-Jun-11 11:12
protectorAspDotNetDev22-Jun-11 11:12 
AnswerRe: How to find application URL while using separate script file in asp.net ? Pin
AspDotNetDev22-Jun-11 11:10
protectorAspDotNetDev22-Jun-11 11:10 
QuestionRemember sort order on paging for Datagrid Pin
vanikanc21-Jun-11 15:34
vanikanc21-Jun-11 15:34 
AnswerRe: Remember sort order on paging for Datagrid Pin
nainakarri21-Jun-11 20:30
nainakarri21-Jun-11 20:30 
QuestionHow to load the Iframe with hidden fields after the page load event Pin
Vimalsoft(Pty) Ltd21-Jun-11 8:24
professionalVimalsoft(Pty) Ltd21-Jun-11 8:24 
QuestionRedirect to UnAuthorized Page in Windows Authentication Pin
antony beula21-Jun-11 2:07
antony beula21-Jun-11 2:07 
AnswerRe: Redirect to UnAuthorized Page in Windows Authentication Pin
Not Active21-Jun-11 2:23
mentorNot Active21-Jun-11 2:23 
GeneralRe: Redirect to UnAuthorized Page in Windows Authentication Pin
antony beula21-Jun-11 2:40
antony beula21-Jun-11 2:40 

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.