Click here to Skip to main content
15,887,135 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Without knowing what method you called to go from text to byte[] there is no way to know for sure how to get it to go the other way. If the call you used actually turned the text into a PDF file and gave you the bytes of the pdf, then you need to use ITextSharp to parse the pdf to get the text back out. If you don't want to convert the text to a pdf before saving, then I would certainly recommend using standard .Net library calls rather than iTextSharp to convert to byte[] (e.g. enc.GetBytes(yourString)).
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 
AnswerRe: what is button in asp.net? Pin
m@dhu26-Aug-10 18:58
m@dhu26-Aug-10 18:58 
AnswerRe: what is button in asp.net? Pin
raju melveetilpurayil26-Aug-10 21:43
professionalraju melveetilpurayil26-Aug-10 21:43 

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.