Click here to Skip to main content
15,896,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem while using md5 for password encryption Pin
dwaipayan911-Aug-09 0:54
dwaipayan911-Aug-09 0:54 
QuestionLINQ to dataview........ Pin
pranavcool28-May-09 19:27
pranavcool28-May-09 19:27 
AnswerRe: LINQ to dataview........ Pin
padmanabhan N28-May-09 19:33
padmanabhan N28-May-09 19:33 
Questionhow to convert system.Drawing.Image to system.web.ui.webcontrols.image Pin
A k ch28-May-09 19:16
A k ch28-May-09 19:16 
AnswerRe: how to convert system.Drawing.Image to system.web.ui.webcontrols.image Pin
Christian Graus28-May-09 19:23
protectorChristian Graus28-May-09 19:23 
GeneralRe: how to convert system.Drawing.Image to system.web.ui.webcontrols.image Pin
A k ch28-May-09 19:31
A k ch28-May-09 19:31 
GeneralRe: how to convert system.Drawing.Image to system.web.ui.webcontrols.image Pin
Christian Graus28-May-09 20:09
protectorChristian Graus28-May-09 20:09 
GeneralRe: how to convert system.Drawing.Image to system.web.ui.webcontrols.image [modified] Pin
A k ch28-May-09 20:45
A k ch28-May-09 20:45 
I have a page (supplier.aspx) which will dispaly the anual report of the suppplier on which i have to show the Logo of that supplier. Logo is in Database so first i have to get that to a page(Logo.aspx) i am doing so it is working properly on the aspx by writing the following line of code in the supplier.aspx.cs.
C#
image.ImageURL="Logo.aspx?supid=4"; 

Upto supplier.aspx page it is ok it is displaying the logo but when i conert supplier.aspx page to PDF using
C#
pdfConverter.SavePdfFromHtmlStringToFile(pdfData, "a.pdf");

here "pdfData" is html rendered code of the supplier.aspx page. Here is our problem when it converts into PDf it is not displaying the image because it can't execute the path which we had given to ImageURL. It is executing the physical path on the disk and getting the image to pdf from disk but it is not working with aspx page link. So i just want to put directly the image on to the supplier.aspx page without calling Logo.aspx page.

Thanks & Regards,
Anil Chelasani

modified on Friday, May 29, 2009 3:15 AM

QuestionHow to test my web application? Pin
Subin Alex28-May-09 18:58
Subin Alex28-May-09 18:58 
AnswerRe: How to test my web application? Pin
Christian Graus28-May-09 19:24
protectorChristian Graus28-May-09 19:24 
AnswerRe: How to test my web application? Pin
ScottM128-May-09 20:38
ScottM128-May-09 20:38 
AnswerRe: How to test my web application? Pin
Christian Graus28-May-09 21:11
protectorChristian Graus28-May-09 21:11 
QuestionProblem with LINQ to SQL classes Pin
sudhadotnet28-May-09 18:44
sudhadotnet28-May-09 18:44 
Questioncreate setup package visual studio Pin
sakis2428-May-09 11:49
sakis2428-May-09 11:49 
AnswerRe: create setup package visual studio Pin
Christian Graus28-May-09 12:54
protectorChristian Graus28-May-09 12:54 
GeneralRe: create setup package visual studio Pin
sakis2429-May-09 2:46
sakis2429-May-09 2:46 
Questionget data from website Pin
jainiraj28-May-09 6:48
jainiraj28-May-09 6:48 
AnswerRe: get data from website Pin
Ramesh Swaminathan28-May-09 7:04
Ramesh Swaminathan28-May-09 7:04 
QuestionSetFocus to a Textbox +AJAX Pin
Pawan Kiran28-May-09 5:33
Pawan Kiran28-May-09 5:33 
AnswerRe: SetFocus to a Textbox +AJAX Pin
Ramesh Swaminathan28-May-09 5:43
Ramesh Swaminathan28-May-09 5:43 
GeneralRe: SetFocus to a Textbox +AJAX Pin
Pawan Kiran28-May-09 22:48
Pawan Kiran28-May-09 22:48 
GeneralRe: SetFocus to a Textbox +AJAX Pin
Ramesh Swaminathan29-May-09 5:57
Ramesh Swaminathan29-May-09 5:57 
GeneralRe: SetFocus to a Textbox +AJAX Pin
Pawan Kiran29-May-09 22:16
Pawan Kiran29-May-09 22:16 
GeneralRe: SetFocus to a Textbox +AJAX Pin
yetrus23-Mar-10 4:30
yetrus23-Mar-10 4:30 
QuestionWhy is FilteredTextBoxExtender not working if placed in CS Pin
Herman<T>.Instance28-May-09 5:03
Herman<T>.Instance28-May-09 5:03 

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.