Click here to Skip to main content
16,008,010 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAccess Application directory from dll Pin
geekfromindia8-Aug-08 13:20
geekfromindia8-Aug-08 13:20 
AnswerRe: Access Application directory from dll Pin
Christian Graus8-Aug-08 16:55
protectorChristian Graus8-Aug-08 16:55 
AnswerRe: Access Application directory from dll Pin
Nirandas9-Aug-08 23:10
Nirandas9-Aug-08 23:10 
QuestionHow can I call method from one page to other page Pin
amistry_petlad8-Aug-08 12:01
amistry_petlad8-Aug-08 12:01 
GeneralRe: How can I call method from one page to other page Pin
Perspx8-Aug-08 12:36
Perspx8-Aug-08 12:36 
GeneralRe: How can I call method from one page to other page Pin
amistry_petlad9-Aug-08 12:37
amistry_petlad9-Aug-08 12:37 
GeneralRe: How can I call method from one page to other page Pin
Nirandas9-Aug-08 23:13
Nirandas9-Aug-08 23:13 
QuestionPutting text into an image and downloading it via Response.BinaryWrite Pin
ian dennis8-Aug-08 9:57
ian dennis8-Aug-08 9:57 
I have an application that "serves" barcode images to client pages. It is called by referencing the server page in the "src" or "ImageURL" property of an img object, along with parameters, such as <img src="barcode.aspx?code=ABCDEF123&width=3&height=0.75&barcolor=Red" alt="" />

It's working well, but now I'm trying to handle any errors that might occur. I would like to place the error description on an image that I download to the client page in place of the barcode image that *would* have been displayed if there had been no errors. I'm getting totally confused by all the graphics options. All I know is that I start with my message text ("rs_Message"), somewhere in the middle there'll be a "Dim Image As Byte()" line, and I need to end with the lines:

Response.Clear()
Response.ContentType = "image/gif"
Response.BinaryWrite(Image)
Response.End()

Any thoughts?
Questionfile upload Pin
brettokumar8-Aug-08 8:29
professionalbrettokumar8-Aug-08 8:29 
AnswerRe: file upload Pin
Guffa8-Aug-08 9:19
Guffa8-Aug-08 9:19 
QuestionNested Gridview w/Javascript Show/hide all children Pin
allenpotter8-Aug-08 4:58
allenpotter8-Aug-08 4:58 
Questionddl binding Pin
brettokumar8-Aug-08 3:23
professionalbrettokumar8-Aug-08 3:23 
AnswerRe: ddl binding Pin
Bardy858-Aug-08 3:34
Bardy858-Aug-08 3:34 
GeneralRe: ddl binding Pin
neelaveni.k28-Oct-09 19:23
neelaveni.k28-Oct-09 19:23 
AnswerRe: ddl binding Pin
Sandeep Akhare8-Aug-08 3:47
Sandeep Akhare8-Aug-08 3:47 
AnswerRe: ddl binding Pin
SomeGuyThatIsMe8-Aug-08 4:37
SomeGuyThatIsMe8-Aug-08 4:37 
AnswerRe: ddl binding Pin
musclebai8-Aug-08 11:06
musclebai8-Aug-08 11:06 
QuestionAJAX timer control Pin
eyeseetee8-Aug-08 2:56
eyeseetee8-Aug-08 2:56 
AnswerRe: AJAX timer control Pin
eyeseetee8-Aug-08 3:00
eyeseetee8-Aug-08 3:00 
AnswerRe: AJAX timer control Pin
Sandeep Akhare8-Aug-08 3:50
Sandeep Akhare8-Aug-08 3:50 
GeneralRe: AJAX timer control Pin
eyeseetee8-Aug-08 4:10
eyeseetee8-Aug-08 4:10 
GeneralRe: AJAX timer control Pin
Sandeep Akhare8-Aug-08 4:23
Sandeep Akhare8-Aug-08 4:23 
GeneralRe: AJAX timer control Pin
eyeseetee8-Aug-08 4:41
eyeseetee8-Aug-08 4:41 
AnswerRe: AJAX timer control Pin
Nitin_75112-Dec-09 0:24
Nitin_75112-Dec-09 0:24 
QuestionImage Click event hide/show TD column Pin
Member 38798818-Aug-08 2:13
Member 38798818-Aug-08 2:13 

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.