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

ASP.NET

 
GeneralRe: window.location.replace Pin
jkirkerx10-Jan-12 18:33
professionaljkirkerx10-Jan-12 18:33 
GeneralRe: window.location.replace Pin
Satish_S10-Jan-12 18:56
Satish_S10-Jan-12 18:56 
GeneralRe: window.location.replace Pin
jkirkerx10-Jan-12 19:03
professionaljkirkerx10-Jan-12 19:03 
GeneralRe: window.location.replace Pin
Satish_S12-Jan-12 1:11
Satish_S12-Jan-12 1:11 
GeneralRe: window.location.replace Pin
Satish_S10-Jan-12 18:17
Satish_S10-Jan-12 18:17 
Questionhow to downoad attachment file Pin
ashu_dhiman8-Jan-12 21:08
ashu_dhiman8-Jan-12 21:08 
AnswerRe: how to downoad attachment file Pin
manognya kota8-Jan-12 22:18
manognya kota8-Jan-12 22:18 
AnswerRe: how to downoad attachment file Pin
jkirkerx9-Jan-12 15:27
professionaljkirkerx9-Jan-12 15:27 
It depends on your program design first.

You can issue a postback to the server, and reload the page, while sending the file down to the browser, if the user clicks ok on the download, or you can do it on the client side using javascript, in which the page stays intact, and javascript intializes the download.

I use the javascript method now. I see no reason to issue a postback, even if it's async.

Javascript
window.open(url to file);
QuestionIs it possible to get the AJAX service response in user control? Pin
dayakar_dn8-Jan-12 6:16
dayakar_dn8-Jan-12 6:16 
AnswerRe: Is it possible to get the AJAX service response in user control? Pin
manognya kota8-Jan-12 21:01
manognya kota8-Jan-12 21:01 
AnswerRe: Is it possible to get the AJAX service response in user control? Pin
jkirkerx9-Jan-12 9:13
professionaljkirkerx9-Jan-12 9:13 
QuestionWill the static get accessor of a property be cached ? Pin
Nadia Monalisa4-Jan-12 16:25
Nadia Monalisa4-Jan-12 16:25 
AnswerRe: Will the static get accessor of a property be cached ? Pin
jkirkerx6-Jan-12 7:11
professionaljkirkerx6-Jan-12 7:11 
GeneralRe: Will the static get accessor of a property be cached ? Pin
Nadia Monalisa6-Jan-12 10:30
Nadia Monalisa6-Jan-12 10:30 
GeneralRe: Will the static get accessor of a property be cached ? Pin
jkirkerx6-Jan-12 11:02
professionaljkirkerx6-Jan-12 11:02 
Questiononline service provider regarding sale/purchase services like advocay etc Pin
adnan safdar4-Jan-12 1:17
adnan safdar4-Jan-12 1:17 
AnswerRe: online service provider regarding sale/purchase services like advocay etc Pin
Richard MacCutchan4-Jan-12 2:46
mveRichard MacCutchan4-Jan-12 2:46 
AnswerRe: online service provider regarding sale/purchase services like advocay etc Pin
jkirkerx6-Jan-12 7:43
professionaljkirkerx6-Jan-12 7:43 
QuestionUsing Uploadify In Custom Server Control Pin
Richard Blythe2-Jan-12 16:21
Richard Blythe2-Jan-12 16:21 
AnswerRe: Using Uploadify In Custom Server Control Pin
jkirkerx6-Jan-12 7:22
professionaljkirkerx6-Jan-12 7:22 
QuestionHow to load TabControl with many of objects and tabs FASTER Pin
satrio_budidharmawan1-Jan-12 21:02
satrio_budidharmawan1-Jan-12 21:02 
AnswerRe: How to load TabControl with many of objects and tabs FASTER Pin
manognya kota6-Jan-12 2:03
manognya kota6-Jan-12 2:03 
Questionransfer data from one page to another Pin
Enobong Adahada30-Dec-11 0:13
Enobong Adahada30-Dec-11 0:13 
AnswerRe: ransfer data from one page to another Pin
thatraja30-Dec-11 0:54
professionalthatraja30-Dec-11 0:54 
AnswerRe: ransfer data from one page to another Pin
mahmoud mohammed mansor31-Dec-11 1:23
mahmoud mohammed mansor31-Dec-11 1:23 

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.