Click here to Skip to main content
16,019,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Postback causing problem Pin
greendragons11-Aug-09 13:05
greendragons11-Aug-09 13:05 
AnswerRe: Postback causing problem Pin
yesu prakash12-Aug-09 0:33
yesu prakash12-Aug-09 0:33 
GeneralRe: Postback causing problem Pin
greendragons12-Aug-09 1:38
greendragons12-Aug-09 1:38 
QuestionCrystal Report Problem Please Help Pin
Andile.M11-Aug-09 7:38
Andile.M11-Aug-09 7:38 
AnswerRe: Crystal Report Problem Please Help Pin
David Mujica11-Aug-09 8:02
David Mujica11-Aug-09 8:02 
QuestionVery Wierd quesrystring encryption problem Pin
gfrenkel111-Aug-09 7:10
gfrenkel111-Aug-09 7:10 
AnswerRe: Very Wierd quesrystring encryption problem Pin
Abhijit Jana11-Aug-09 7:25
professionalAbhijit Jana11-Aug-09 7:25 
QuestionStreaming image resources from DLL to an ASP.NET page without IHttpHandler Pin
Petri Lehtonen11-Aug-09 5:01
Petri Lehtonen11-Aug-09 5:01 
I have been browsing and searching for articles on above topic. I didn't find equivelant and decided to ask if someone knows if there is article on that topic.

I created a DLL library that has few ASP.NET components inside to be placed on ASP.NET site. The whole point of the library is that it is movable (from any server, any folder etc.) and it has no outside resources/additions it needs. This is also the reason why IHttpHandler wasn't used. So, I needed to create an image control inside the librarys component that streams different images from its resouces. How I overcame this all was that my own image controls render method wrote img-tag to the output. Img-tags url was pointing to the control itself with a parameter. The parameter was the name of the picture. When the browser tries to load the img-tag it finds itself again in the same control from the library. On this second time, the page load method writes to Response the binary output of an desired image.

I was just wondering should I write an article of that briefly described techinque. After all, I needed to come up with some own stuff not present in any article I came up / found earlier. And yes, it uses double call to show an image but on this case, this wasn't a problem.

So, this post is just to get an indication if one article already exists and do people think that the article out of above described would be needed by someone else than me. Thanks in advance for your replies.
Questionmultiple DropDownList refreshing Pin
romeodamian11-Aug-09 2:51
romeodamian11-Aug-09 2:51 
QuestionExpression - Evaluate - Very Urgent Pin
sekannak11-Aug-09 2:38
sekannak11-Aug-09 2:38 
AnswerDon't be rude Pin
Not Active11-Aug-09 2:45
mentorNot Active11-Aug-09 2:45 
AnswerRe: Expression - Evaluate - Very Urgent Pin
Arindam Sinha11-Aug-09 2:58
Arindam Sinha11-Aug-09 2:58 
AnswerRe: Expression - Evaluate - Very Urgent Pin
logiclabz11-Aug-09 3:01
logiclabz11-Aug-09 3:01 
QuestionPopulating a crystal report using Stored procedure Pin
LucBite11-Aug-09 2:35
LucBite11-Aug-09 2:35 
AnswerRe: Populating a crystal report using Stored procedure Pin
Venkatesh Mookkan11-Aug-09 16:11
Venkatesh Mookkan11-Aug-09 16:11 
Questionhow to render grid in divs? Pin
mr_muskurahat11-Aug-09 2:31
mr_muskurahat11-Aug-09 2:31 
AnswerRe: how to render grid in divs? Pin
Mike Ellison11-Aug-09 2:41
Mike Ellison11-Aug-09 2:41 
QuestionHow to generate missing PageName.aspx.designer.cs Pin
Chesnokov Yuriy11-Aug-09 1:44
professionalChesnokov Yuriy11-Aug-09 1:44 
AnswerRe: How to generate missing PageName.aspx.designer.cs [modified] Pin
l.czibolya11-Aug-09 3:11
l.czibolya11-Aug-09 3:11 
AnswerRe: How to generate missing PageName.aspx.designer.cs Pin
Abhijit Jana11-Aug-09 3:24
professionalAbhijit Jana11-Aug-09 3:24 
GeneralRe: How to generate missing PageName.aspx.designer.cs Pin
Chesnokov Yuriy11-Aug-09 3:28
professionalChesnokov Yuriy11-Aug-09 3:28 
QuestionRemember Me Pin
janani1311-Aug-09 1:41
janani1311-Aug-09 1:41 
AnswerRe: Remember Me Pin
Mike Ellison11-Aug-09 2:36
Mike Ellison11-Aug-09 2:36 
GeneralRe: Remember Me Pin
janani1311-Aug-09 2:41
janani1311-Aug-09 2:41 
QuestionFlash Player!! Pin
Sr...Frank11-Aug-09 1:24
Sr...Frank11-Aug-09 1:24 

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.