Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSecurity Pin
ellllllllie24-Feb-09 23:37
ellllllllie24-Feb-09 23:37 
QuestionEvents in a UserControl Pin
Vimalsoft(Pty) Ltd24-Feb-09 23:06
professionalVimalsoft(Pty) Ltd24-Feb-09 23:06 
AnswerRe: Events in a UserControl Pin
N a v a n e e t h25-Feb-09 3:01
N a v a n e e t h25-Feb-09 3:01 
GeneralRe: Events in a UserControl Pin
Vimalsoft(Pty) Ltd25-Feb-09 3:07
professionalVimalsoft(Pty) Ltd25-Feb-09 3:07 
Questionabout asp dot net? Pin
che_kar24-Feb-09 23:04
che_kar24-Feb-09 23:04 
AnswerRe: about asp dot net? Pin
kumareshTMC24-Feb-09 23:26
kumareshTMC24-Feb-09 23:26 
GeneralRe: about asp dot net? Pin
Ravindra Bisen25-Feb-09 1:00
Ravindra Bisen25-Feb-09 1:00 
Questionhow to open the download page in another window Pin
lakshmichawala24-Feb-09 22:42
lakshmichawala24-Feb-09 22:42 
Response.Clear()
Response.AddHeader("Content-Disposition", "attachment; filename=" xmlfile)
Response.AddHeader("Content-Length", file.Length.ToString()) Response.ContentType = "xml" ' "application/octet-stream"
Response.WriteFile(file.FullName)
Response.End()

using this code iam download an xml file then iam getting open save and cancel window when iam click on open then the download file is opening in the same page which makes my application is not visible. how to make download file to be open in the another window
AnswerRe: how to open the download page in another window Pin
Calin Tatar25-Feb-09 0:37
Calin Tatar25-Feb-09 0:37 
QuestionHow to redirec From Https to Http page in same application Pin
jainmravi24-Feb-09 22:36
jainmravi24-Feb-09 22:36 
Questionerror in reading file Pin
meghamaharshi24-Feb-09 22:12
meghamaharshi24-Feb-09 22:12 
AnswerRe: error in reading file Pin
N a v a n e e t h24-Feb-09 22:17
N a v a n e e t h24-Feb-09 22:17 
GeneralRe: error in reading file Pin
meghamaharshi24-Feb-09 22:29
meghamaharshi24-Feb-09 22:29 
GeneralRe: error in reading file Pin
Expert Coming24-Feb-09 22:33
Expert Coming24-Feb-09 22:33 
GeneralRe: error in reading file Pin
meghamaharshi24-Feb-09 22:38
meghamaharshi24-Feb-09 22:38 
QuestionImage Saving into SQL Database Pin
Robymon24-Feb-09 21:23
Robymon24-Feb-09 21:23 
AnswerRe: Image Saving into SQL Database Pin
N a v a n e e t h24-Feb-09 21:28
N a v a n e e t h24-Feb-09 21:28 
GeneralRe: Image Saving into SQL Database Pin
Robymon24-Feb-09 22:03
Robymon24-Feb-09 22:03 
AnswerRe: Image Saving into SQL Database Pin
N a v a n e e t h24-Feb-09 22:04
N a v a n e e t h24-Feb-09 22:04 
QuestionAdd control in UpdatePanel Pin
mehrdadc4824-Feb-09 20:36
mehrdadc4824-Feb-09 20:36 
AnswerRe: Add control in UpdatePanel Pin
sarang_k24-Feb-09 22:47
sarang_k24-Feb-09 22:47 
AnswerRe: Add control in UpdatePanel Pin
Mark Graham25-Feb-09 1:01
Mark Graham25-Feb-09 1:01 
Questionstring Encryption/Decryption using AES Algorithm in asp.net Pin
mani.thirumalai24-Feb-09 19:46
mani.thirumalai24-Feb-09 19:46 
AnswerRe: string Encryption/Decryption using AES Algorithm in asp.net Pin
Christian Graus24-Feb-09 20:15
protectorChristian Graus24-Feb-09 20:15 
GeneralRe: string Encryption/Decryption using AES Algorithm in asp.net Pin
mani.thirumalai24-Feb-09 20:40
mani.thirumalai24-Feb-09 20:40 

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.