Click here to Skip to main content
15,888,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Some Help on how to assign a Web Service to a NamedPipe Pin
AndyASPVB11-Aug-09 12:01
AndyASPVB11-Aug-09 12:01 
QuestionProblem with crystal reports Pin
shylock111-Aug-09 9:02
shylock111-Aug-09 9:02 
AnswerRe: Problem with crystal reports Pin
Rahul Chitte17-Aug-09 6:01
Rahul Chitte17-Aug-09 6:01 
Questiona general question on download function Pin
Seraph_summer11-Aug-09 8:53
Seraph_summer11-Aug-09 8:53 
AnswerRe: a general question on download function Pin
Abhijit Jana11-Aug-09 10:47
professionalAbhijit Jana11-Aug-09 10:47 
GeneralRe: a general question on download function Pin
4anusha411-Aug-09 19:41
4anusha411-Aug-09 19:41 
GeneralRe: a general question on download function Pin
Abhijit Jana11-Aug-09 19:58
professionalAbhijit Jana11-Aug-09 19:58 
GeneralRe: a general question on download function Pin
4anusha411-Aug-09 20:00
4anusha411-Aug-09 20:00 
if (e.CommandName == "download") {
Response.ContentType = "jpeg/doc/exe/jif";
Response.AppendHeader("Content-Disposition", "attachment; filename='" + sfileName + "'");
Response.TransmitFile(Server.MapPath("~/files/" + sfileName));
Response.End();
lblStatus.Text = "File is Downloaded";
}

i used like this
GeneralRe: a general question on download function Pin
Abhijit Jana11-Aug-09 20:11
professionalAbhijit Jana11-Aug-09 20:11 
GeneralRe: a general question on download function Pin
Seraph_summer12-Aug-09 9:13
Seraph_summer12-Aug-09 9:13 
GeneralRe: a general question on download function Pin
Abhijit Jana13-Aug-09 21:38
professionalAbhijit Jana13-Aug-09 21:38 
QuestionSetting up MIME Types in a Web Setup Project Pin
Mike Marynowski11-Aug-09 8:44
professionalMike Marynowski11-Aug-09 8:44 
QuestionLogin Failed on Deplyoed Mode Pin
Ravindra Bisen11-Aug-09 8:23
Ravindra Bisen11-Aug-09 8:23 
AnswerRe: Login Failed on Deplyoed Mode Pin
yesu prakash12-Aug-09 0:28
yesu prakash12-Aug-09 0:28 
QuestionPostback causing problem Pin
greendragons11-Aug-09 8:23
greendragons11-Aug-09 8:23 
AnswerRe: Postback causing problem Pin
Hemant_ec4811-Aug-09 12:29
Hemant_ec4811-Aug-09 12:29 
GeneralRe: Postback causing problem Pin
greendragons11-Aug-09 13:05
greendragons11-Aug-09 13:05 
AnswerRe: Postback causing problem Pin
yesu prakash12-Aug-09 0:33
yesu prakash12-Aug-09 0:33 
GeneralRe: Postback causing problem Pin
greendragons12-Aug-09 1:38
greendragons12-Aug-09 1:38 
QuestionCrystal Report Problem Please Help Pin
Andile.M11-Aug-09 7:38
Andile.M11-Aug-09 7:38 
AnswerRe: Crystal Report Problem Please Help Pin
David Mujica11-Aug-09 8:02
David Mujica11-Aug-09 8:02 
QuestionVery Wierd quesrystring encryption problem Pin
gfrenkel111-Aug-09 7:10
gfrenkel111-Aug-09 7:10 
AnswerRe: Very Wierd quesrystring encryption problem Pin
Abhijit Jana11-Aug-09 7:25
professionalAbhijit Jana11-Aug-09 7:25 
QuestionStreaming image resources from DLL to an ASP.NET page without IHttpHandler Pin
Petri Lehtonen11-Aug-09 5:01
Petri Lehtonen11-Aug-09 5:01 
Questionmultiple DropDownList refreshing Pin
romeodamian11-Aug-09 2:51
romeodamian11-Aug-09 2:51 

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.