Click here to Skip to main content
15,867,568 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: disable or remove minimize and maximize buttons in a startupwindow Pin
cramteke30-Aug-10 0:11
cramteke30-Aug-10 0:11 
GeneralRe: disable or remove minimize and maximize buttons in a startupwindow Pin
vishnukamath30-Aug-10 4:11
vishnukamath30-Aug-10 4:11 
GeneralRe: disable or remove minimize and maximize buttons in a startupwindow Pin
cramteke30-Aug-10 21:58
cramteke30-Aug-10 21:58 
QuestionGet File Name from fileupload templatefeild control in gridview Pin
vishnukamath27-Aug-10 2:43
vishnukamath27-Aug-10 2:43 
AnswerRe: Get File Name from fileupload templatefeild control in gridview Pin
Ankur\m/27-Aug-10 3:24
professionalAnkur\m/27-Aug-10 3:24 
AnswerRe: Get File Name from fileupload templatefeild control in gridview Pin
Abhijit Jana27-Aug-10 17:34
professionalAbhijit Jana27-Aug-10 17:34 
GeneralRe: Get File Name from fileupload templatefeild control in gridview Pin
vishnukamath30-Aug-10 3:44
vishnukamath30-Aug-10 3:44 
Questionconverting byte array to string format Pin
Amit Patel198526-Aug-10 21:27
Amit Patel198526-Aug-10 21:27 
Hi All

I have byte arrry which is saved into the data base we converted text to byte array using Itextsharp dll but when i getting this byte array from the data base how to convert it into the text format

I have already tried the below following way.

System.Text.ASCIIEncoding enc = new System.Text.ASCIIEncoding();
return enc.GetString(input);

also tried

System.IO.MemoryStream memo = new System.IO.MemoryStream(pdfByteArray);

System.IO.StreamReader reader = new System.IO.StreamReader(memo);
string text = reader.ReadToEnd();

can u guys suggest another way to do this.

Thanks

amit patel
AnswerRe: converting byte array to string format Pin
dan!sh 26-Aug-10 22:35
professional dan!sh 26-Aug-10 22:35 
AnswerRe: converting byte array to string format Pin
T M Gray27-Aug-10 8:30
T M Gray27-Aug-10 8:30 
QuestionCannot use a leading .. to exit above the top directory Pin
Member 426027026-Aug-10 21:12
Member 426027026-Aug-10 21:12 
AnswerRe: Cannot use a leading .. to exit above the top directory Pin
Covean26-Aug-10 22:21
Covean26-Aug-10 22:21 
AnswerRe: Cannot use a leading .. to exit above the top directory Pin
T M Gray27-Aug-10 4:36
T M Gray27-Aug-10 4:36 
Questiondon't show value "hidden in html" on form submit Pin
haibec26-Aug-10 20:50
haibec26-Aug-10 20:50 
AnswerRe: don't show value "hidden in html" on form submit Pin
Ankur\m/26-Aug-10 21:39
professionalAnkur\m/26-Aug-10 21:39 
QuestionDescribe the difference between a Thread and a Process? Pin
awinash kr26-Aug-10 19:30
awinash kr26-Aug-10 19:30 
AnswerRe: Describe the difference between a Thread and a Process? Pin
Arun Jacob26-Aug-10 19:51
Arun Jacob26-Aug-10 19:51 
AnswerRe: Describe the difference between a Thread and a Process? Pin
Not Active27-Aug-10 2:17
mentorNot Active27-Aug-10 2:17 
AnswerRe: Describe the difference between a Thread and a Process? Pin
Sandeep Mewara28-Aug-10 10:16
mveSandeep Mewara28-Aug-10 10:16 
Questionwhat is boxing? [modified] Pin
awinash kr26-Aug-10 19:27
awinash kr26-Aug-10 19:27 
AnswerRe: what is boxing? Pin
Sandesh M Patil27-Aug-10 0:35
Sandesh M Patil27-Aug-10 0:35 
Questionwhat is button in asp.net? Pin
awinash kr26-Aug-10 18:27
awinash kr26-Aug-10 18:27 
AnswerRe: what is button in asp.net? Pin
Yusuf26-Aug-10 18:54
Yusuf26-Aug-10 18:54 
GeneralRe: what is button in asp.net? Pin
awinash kr26-Aug-10 19:25
awinash kr26-Aug-10 19:25 
GeneralRe: what is button in asp.net? Pin
R. Giskard Reventlov26-Aug-10 20:44
R. Giskard Reventlov26-Aug-10 20:44 

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.