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

ASP.NET

 
AnswerRe: menu control Pin
sashidhar30-Aug-09 20:03
sashidhar30-Aug-09 20:03 
AnswerRe: menu control Pin
Inderjeet Kaur30-Aug-09 21:00
Inderjeet Kaur30-Aug-09 21:00 
QuestionOracleBulkCopy Pin
srikantha_nagaraj30-Aug-09 17:01
srikantha_nagaraj30-Aug-09 17:01 
AnswerRe: OracleBulkCopy Pin
Gaurav Dudeja India31-Aug-09 0:09
Gaurav Dudeja India31-Aug-09 0:09 
Questionhindi input Pin
Shuaib wasif khan30-Aug-09 13:15
Shuaib wasif khan30-Aug-09 13:15 
AnswerRe: hindi input Pin
Abhijit Jana30-Aug-09 19:51
professionalAbhijit Jana30-Aug-09 19:51 
GeneralRe: hindi input Pin
Shuaib wasif khan31-Aug-09 10:39
Shuaib wasif khan31-Aug-09 10:39 
Questionhow to know the user download information? Pin
Seraph_summer30-Aug-09 10:33
Seraph_summer30-Aug-09 10:33 
Hello,

I am using the following code to provide download funcition, when user click the download button, then a download dialog will automatically appear which with three buttons: open, save and cancel. OK, the user can select one of three. Now, I want to know how can I know which button is clicked by the user, espeically whether the user click the cancel button or not, in order to know whether the user has really downloaded the file. if the following code is not easy to do so, then any alternative solutions? Thanks!

Response.ContentType = "pdf/doc/exe/chm";
Response.AppendHeader("Content-Disposition", "attachment; filename=" + str_download_file_name_full);
Response.TransmitFile(Server.MapPath("~/files/" + str_download_file_name_full));
Response.End();
AnswerRe: how to know the user download information? Pin
Abhijit Jana30-Aug-09 10:50
professionalAbhijit Jana30-Aug-09 10:50 
AnswerRe: how to know the user download information? Pin
Abhishek Sur30-Aug-09 11:06
professionalAbhishek Sur30-Aug-09 11:06 
Questioncreate database Pin
farokhian30-Aug-09 9:55
farokhian30-Aug-09 9:55 
AnswerRe: create database Pin
Abhishek Sur30-Aug-09 10:29
professionalAbhishek Sur30-Aug-09 10:29 
GeneralRe: create database Pin
farokhian30-Aug-09 11:28
farokhian30-Aug-09 11:28 
GeneralRe: create database Pin
Abhishek Sur30-Aug-09 12:23
professionalAbhishek Sur30-Aug-09 12:23 
AnswerRe: create database Pin
Abhijit Jana30-Aug-09 10:48
professionalAbhijit Jana30-Aug-09 10:48 
Questionhow to determine which row is selected by cliking one button in a gridview? Pin
Seraph_summer30-Aug-09 5:44
Seraph_summer30-Aug-09 5:44 
AnswerRe: how to determine which row is selected by cliking one button in a gridview? Pin
Abhijit Jana30-Aug-09 6:03
professionalAbhijit Jana30-Aug-09 6:03 
GeneralRe: how to determine which row is selected by cliking one button in a gridview? Pin
Inderjeet Kaur30-Aug-09 21:08
Inderjeet Kaur30-Aug-09 21:08 
Questionstange fontsize problem when downloading Pin
Seraph_summer30-Aug-09 5:34
Seraph_summer30-Aug-09 5:34 
AnswerRe: stange fontsize problem when downloading Pin
Abhijit Jana30-Aug-09 7:50
professionalAbhijit Jana30-Aug-09 7:50 
GeneralRe: stange fontsize problem when downloading Pin
Seraph_summer30-Aug-09 8:45
Seraph_summer30-Aug-09 8:45 
GeneralRe: stange fontsize problem when downloading Pin
Abhishek Sur30-Aug-09 9:50
professionalAbhishek Sur30-Aug-09 9:50 
QuestionCan it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
basantakumar30-Aug-09 4:02
basantakumar30-Aug-09 4:02 
AnswerRe: Can it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
Abhijit Jana30-Aug-09 4:30
professionalAbhijit Jana30-Aug-09 4:30 
AnswerRe: Can it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
Abhishek Sur30-Aug-09 5:59
professionalAbhishek Sur30-Aug-09 5:59 

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.