Click here to Skip to main content
15,899,556 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Anyone know of asp.net software/tutorial for creating a video library? Pin
Not Active11-Apr-10 13:13
mentorNot Active11-Apr-10 13:13 
QuestionHow can I get the correct row in Repeater from LinkButton click? Pin
DeepToot11-Apr-10 7:00
DeepToot11-Apr-10 7:00 
AnswerRe: How can I get the correct row in Repeater from LinkButton click? Pin
DeepToot11-Apr-10 14:02
DeepToot11-Apr-10 14:02 
QuestionHow to implement message queing in C# Pin
EMMADO11-Apr-10 6:16
EMMADO11-Apr-10 6:16 
AnswerRe: How to implement message queing in C# Pin
Not Active11-Apr-10 7:00
mentorNot Active11-Apr-10 7:00 
GeneralRe: How to implement message queing in C# Pin
EMMADO12-Apr-10 2:35
EMMADO12-Apr-10 2:35 
GeneralRe: How to implement message queing in C# Pin
Not Active12-Apr-10 10:23
mentorNot Active12-Apr-10 10:23 
QuestionUsing PDFLibNet.dll Problem Pin
en.Mahdi11-Apr-10 2:30
en.Mahdi11-Apr-10 2:30 
hi I have used this dll(PDFLibNet.dll) to load and convert a specefic page of a PDF file to png
in a windows project it works properly but in asp.net website a problem raised.
after using this method by user like 10 or 20 or ... times that is not regular it can not read text from Pdf file and only converts the picture in a specefic page .
my code is like this :

PDFLibNet.PDFWrapper pdfDoc = new PDFWrapper();
pdfDoc.RenderDPI = dpi;
pdfDoc.LoadPDF(root);
Guid outGuid = Guid.NewGuid();
string output = destPath + "\\" + outGuid.ToString() + ".png" ;
PDFLibNet.PDFPage pdfPage = pdfDoc.Pages[pagenumber];
Bitmap bmp = pdfPage.GetBitmap(dpi , true);
bmp.Save(output, System.Drawing.Imaging.ImageFormat.Png);
bmp.Dispose();
pdfDoc.Dispose();
return outGuid.ToString() ;

tanks for your attention.
AnswerRe: Using PDFLibNet.dll Problem Pin
Abhijit Jana11-Apr-10 2:41
professionalAbhijit Jana11-Apr-10 2:41 
GeneralRe: Using PDFLibNet.dll Problem Pin
en.Mahdi12-Apr-10 2:09
en.Mahdi12-Apr-10 2:09 
AnswerRe: Using PDFLibNet.dll Problem Pin
Alacky6-Jan-11 20:24
Alacky6-Jan-11 20:24 
AnswerRe: Using PDFLibNet.dll Problem Pin
raveenthilanka22-Apr-11 22:36
raveenthilanka22-Apr-11 22:36 
QuestionHow to set ReadOnly for a GridView column in C#? Pin
jzurbo7710-Apr-10 17:13
jzurbo7710-Apr-10 17:13 
AnswerRe: How to set ReadOnly for a GridView column in C#? Pin
Brij10-Apr-10 18:52
mentorBrij10-Apr-10 18:52 
AnswerRe: How to set ReadOnly for a GridView column in C#? Pin
R. Giskard Reventlov10-Apr-10 20:03
R. Giskard Reventlov10-Apr-10 20:03 
Questionrandom string generator Pin
vibhum dubey10-Apr-10 16:55
vibhum dubey10-Apr-10 16:55 
AnswerRe: random string generator Pin
Not Active10-Apr-10 17:34
mentorNot Active10-Apr-10 17:34 
Questionasp radiobutton displaying too wide on page. Pin
Steve Holdorf10-Apr-10 14:27
Steve Holdorf10-Apr-10 14:27 
AnswerRe: asp radiobutton displaying too wide on page. Pin
Brij10-Apr-10 19:01
mentorBrij10-Apr-10 19:01 
GeneralRe: asp radiobutton displaying too wide on page. Pin
Steve Holdorf11-Apr-10 2:03
Steve Holdorf11-Apr-10 2:03 
AnswerRe: asp radiobutton displaying too wide on page. Pin
Abhijit Jana11-Apr-10 2:17
professionalAbhijit Jana11-Apr-10 2:17 
GeneralRe: asp radiobutton displaying too wide on page. Pin
Steve Holdorf11-Apr-10 3:06
Steve Holdorf11-Apr-10 3:06 
GeneralRe: asp radiobutton displaying too wide on page. Pin
Abhijit Jana11-Apr-10 3:08
professionalAbhijit Jana11-Apr-10 3:08 
QuestionLMS Pin
quioske10-Apr-10 2:55
quioske10-Apr-10 2:55 
AnswerRe: LMS Pin
Abhijit Jana11-Apr-10 3:27
professionalAbhijit Jana11-Apr-10 3:27 

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.