Click here to Skip to main content
15,885,366 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question[Message Deleted] Pin
rj shukla30-Jul-09 21:43
rj shukla30-Jul-09 21:43 
AnswerRe: collection in c# Pin
N a v a n e e t h30-Jul-09 21:52
N a v a n e e t h30-Jul-09 21:52 
AnswerRe: collection in c# Pin
Christian Graus30-Jul-09 21:53
protectorChristian Graus30-Jul-09 21:53 
GeneralRe: collection in c# Pin
Blikkies30-Jul-09 21:58
professionalBlikkies30-Jul-09 21:58 
GeneralRe: collection in c# Pin
Christian Graus30-Jul-09 21:58
protectorChristian Graus30-Jul-09 21:58 
AnswerRe: collection in c# Pin
Piyush Vardhan Singh30-Jul-09 22:30
Piyush Vardhan Singh30-Jul-09 22:30 
GeneralRe: collection in c# Pin
Christian Graus31-Jul-09 9:02
protectorChristian Graus31-Jul-09 9:02 
Questionconversion of pdf byte stream to png Pin
trilokharry30-Jul-09 21:37
trilokharry30-Jul-09 21:37 
Hi how can I convert from pdf byte stream to png.

please see below code to convert pdf file into byte stream:
FileStream liveStream = new FileStream(destinationFile, FileMode.Open, FileAccess.Read);

byte[] finalstream = new byte[(int)liveStream.Length];
liveStream.Read(finalstream, 0, (int)liveStream.Length);
liveStream.Close();


thanks

You get the best out of others when you give the best of yourself.

AnswerRe: conversion of pdf byte stream to png Pin
Christian Graus30-Jul-09 21:55
protectorChristian Graus30-Jul-09 21:55 
Question[Message Deleted] Pin
rj shukla30-Jul-09 21:23
rj shukla30-Jul-09 21:23 
AnswerRe: how to login with login control box Pin
Blue_Boy30-Jul-09 21:29
Blue_Boy30-Jul-09 21:29 
General[Message Deleted] Pin
rj shukla30-Jul-09 21:35
rj shukla30-Jul-09 21:35 
GeneralRe: how to login with login control box Pin
Blue_Boy30-Jul-09 21:40
Blue_Boy30-Jul-09 21:40 
AnswerRe: how to login with login control box Pin
keyur satyadev30-Jul-09 21:31
keyur satyadev30-Jul-09 21:31 
AnswerRe: how to login with login control box Pin
Rajeshwar Code- Developer30-Jul-09 21:36
Rajeshwar Code- Developer30-Jul-09 21:36 
Answer[Message Deleted] Pin
Rajeshwar Code- Developer30-Jul-09 21:42
Rajeshwar Code- Developer30-Jul-09 21:42 
GeneralRe: how to login with login control box Pin
J4amieC30-Jul-09 21:57
J4amieC30-Jul-09 21:57 
GeneralRe: how to login with login control box Pin
Christian Graus30-Jul-09 21:58
protectorChristian Graus30-Jul-09 21:58 
GeneralRe: how to login with login control box Pin
Rajeshwar Code- Developer30-Jul-09 22:18
Rajeshwar Code- Developer30-Jul-09 22:18 
General[Message Deleted] Pin
rj shukla30-Jul-09 22:35
rj shukla30-Jul-09 22:35 
GeneralRe: how to login with login control box Pin
Rajeshwar Code- Developer30-Jul-09 22:41
Rajeshwar Code- Developer30-Jul-09 22:41 
GeneralRe: how to login with login control box Pin
Blue_Boy30-Jul-09 22:42
Blue_Boy30-Jul-09 22:42 
GeneralRe: how to login with login control box Pin
Rajeshwar Code- Developer30-Jul-09 23:09
Rajeshwar Code- Developer30-Jul-09 23:09 
GeneralRe: how to login with login control box Pin
Blue_Boy30-Jul-09 23:22
Blue_Boy30-Jul-09 23:22 
GeneralRe: how to login with login control box Pin
Rajeshwar Code- Developer31-Jul-09 0:16
Rajeshwar Code- Developer31-Jul-09 0:16 

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.