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

ASP.NET

 
GeneralRe: Multiple files to be attached in a single click in asp.net Pin
Yusuf7-Apr-09 4:52
Yusuf7-Apr-09 4:52 
QuestionPass by Reference into a borland C++ dll Pin
Sunuaj7-Apr-09 0:58
Sunuaj7-Apr-09 0:58 
AnswerRe: Pass by Reference into a borland C++ dll Pin
Christian Graus7-Apr-09 1:15
protectorChristian Graus7-Apr-09 1:15 
AnswerRe: Pass by Reference into a borland C++ dll Pin
anilpal7-Apr-09 1:21
anilpal7-Apr-09 1:21 
GeneralRe: Pass by Reference into a borland C++ dll Pin
Sunuaj7-Apr-09 2:15
Sunuaj7-Apr-09 2:15 
GeneralRe: Pass by Reference into a borland C++ dll Pin
Yusuf7-Apr-09 4:56
Yusuf7-Apr-09 4:56 
QuestionGrid View search filter bubble event problem Pin
Sasmi_Office7-Apr-09 0:24
Sasmi_Office7-Apr-09 0:24 
Questionreponse .redirect problem Pin
venu6567-Apr-09 0:23
venu6567-Apr-09 0:23 
AnswerRe: reponse .redirect problem Pin
Christian Graus7-Apr-09 0:34
protectorChristian Graus7-Apr-09 0:34 
GeneralRe: reponse .redirect problem Pin
venu6567-Apr-09 0:42
venu6567-Apr-09 0:42 
GeneralRe: reponse .redirect problem Pin
Christian Graus7-Apr-09 0:44
protectorChristian Graus7-Apr-09 0:44 
QuestionRegarding Regular Expression Pin
dayakar_dn7-Apr-09 0:10
dayakar_dn7-Apr-09 0:10 
AnswerRe: Regarding Regular Expression Pin
Christian Graus7-Apr-09 0:46
protectorChristian Graus7-Apr-09 0:46 
QuestionFile Upload Encryption Pin
vivek_r7-Apr-09 0:05
vivek_r7-Apr-09 0:05 
AnswerRe: File Upload Encryption Pin
anilpal7-Apr-09 1:13
anilpal7-Apr-09 1:13 
AnswerRe: File Upload Encryption Pin
Right Handed Monkey7-Apr-09 1:57
Right Handed Monkey7-Apr-09 1:57 
It's probably going to be easier to encrypt the file after sending it (but really not very useful). Is the same host downloading the file? Unless the same host that is downloading the file, you'll need to send some sort of encryption key.

This site will likely have all that you need to get started: http://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=489

A secure and useful method would be to open a secure communication using a public/private key pair and then the server could send an encryption code for the client to encrypt the file. The client would then send the encrypted file to the server and there the server could decrypt the file since it knows the encryption code.
That way is going to be a lot more difficult, but more practical.

Hope that helps.
QuestionHow to Access user entered values from runtime generated textboxes Pin
krishnaveer6-Apr-09 23:50
krishnaveer6-Apr-09 23:50 
AnswerRe: How to Access user entered values from runtime generated textboxes Pin
Christian Graus7-Apr-09 0:47
protectorChristian Graus7-Apr-09 0:47 
AnswerRe: How to Access user entered values from runtime generated textboxes Pin
Zia Ul Haq Soofi7-Apr-09 2:13
Zia Ul Haq Soofi7-Apr-09 2:13 
QuestionQuerystring? urgent Pin
Karthick_gc6-Apr-09 22:52
Karthick_gc6-Apr-09 22:52 
AnswerRe: Querystring? urgent Pin
Abhishek Sur6-Apr-09 23:03
professionalAbhishek Sur6-Apr-09 23:03 
GeneralRe: Querystring? urgent Pin
Karthick_gc6-Apr-09 23:13
Karthick_gc6-Apr-09 23:13 
GeneralRe: Querystring? urgent Pin
Zia Ul Haq Soofi7-Apr-09 0:12
Zia Ul Haq Soofi7-Apr-09 0:12 
AnswerRe: Querystring? urgent Pin
anilpal6-Apr-09 23:22
anilpal6-Apr-09 23:22 
GeneralRe: Querystring? urgent Pin
Karthick_gc6-Apr-09 23:47
Karthick_gc6-Apr-09 23:47 

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.