Click here to Skip to main content
16,004,761 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncode for remember me Pin
rajni_nanu29-Nov-09 17:47
rajni_nanu29-Nov-09 17:47 
AnswerRe: code for remember me Pin
dan!sh 29-Nov-09 17:56
professional dan!sh 29-Nov-09 17:56 
AnswerRe: code for remember me Pin
Abhijit Jana29-Nov-09 18:41
professionalAbhijit Jana29-Nov-09 18:41 
AnswerRe: code for remember me Pin
carlecomm2-Dec-09 23:33
carlecomm2-Dec-09 23:33 
Questiontemplates for a forum website........ Pin
Thilina.madush29-Nov-09 17:38
Thilina.madush29-Nov-09 17:38 
AnswerRe: templates for a forum website........ Pin
N a v a n e e t h29-Nov-09 17:39
N a v a n e e t h29-Nov-09 17:39 
AnswerRe: templates for a forum website........ Pin
Abhijit Jana29-Nov-09 19:10
professionalAbhijit Jana29-Nov-09 19:10 
QuestionSilent File(eg. doc, xls) Transfer(download) from Server to client Pin
kbsnet29-Nov-09 17:37
kbsnet29-Nov-09 17:37 
Actually, my requirement is to download file from server to client machine without open file open, save dialog box (in silent mode).

i donot want to use ActiveXObject("ADODB.Stream") to save file client side,

and code below always show file open, save dialog box;

Response.AppendHeader("content-disposition", "inline; filename=" + strFileName);
Response.ContentType = ("application/octet-stream");
Response.BinaryWrite(byteRead);

but am really looking for silent file downlon from server to client either using web server calling from client side or something else for solution.

or

Is it possible to write " Response.WriteFile(path); " from Javascript to avoid file open, save dialog box??

thanks in advance.
AnswerRe: Silent File(eg. doc, xls) Transfer(download) from Server to client Pin
Ashfield29-Nov-09 21:34
Ashfield29-Nov-09 21:34 
QuestionDisplay a datagridview with a certain columns when web application runs Pin
Member 470414329-Nov-09 16:38
Member 470414329-Nov-09 16:38 
AnswerRe: Display a datagridview with a certain columns when web application runs Pin
nainakarri29-Nov-09 16:48
nainakarri29-Nov-09 16:48 
AnswerRe: Display a datagridview with a certain columns when web application runs Pin
dan!sh 29-Nov-09 16:48
professional dan!sh 29-Nov-09 16:48 
GeneralRe: Display a datagridview with a certain columns when web application runs Pin
Member 470414329-Nov-09 17:00
Member 470414329-Nov-09 17:00 
GeneralRe: Display a datagridview with a certain columns when web application runs [modified] Pin
sashidhar29-Nov-09 17:26
sashidhar29-Nov-09 17:26 
GeneralRe: Display a datagridview with a certain columns when web application runs Pin
Member 470414329-Nov-09 19:09
Member 470414329-Nov-09 19:09 
GeneralRe: Display a datagridview with a certain columns when web application runs Pin
sashidhar29-Nov-09 19:55
sashidhar29-Nov-09 19:55 
GeneralRe: Display a datagridview with a certain columns when web application runs Pin
nainakarri29-Nov-09 17:27
nainakarri29-Nov-09 17:27 
Questiondatagridview-Win Form Pin
venkat_kts29-Nov-09 16:32
venkat_kts29-Nov-09 16:32 
AnswerWrong Forum Pin
dan!sh 29-Nov-09 16:39
professional dan!sh 29-Nov-09 16:39 
AnswerRe: datagridview-Win Form [modified] Pin
sashidhar29-Nov-09 17:12
sashidhar29-Nov-09 17:12 
GeneralRe: datagridview-Win Form Pin
dan!sh 29-Nov-09 17:45
professional dan!sh 29-Nov-09 17:45 
Questionsearch query first letter lookup Pin
Bev Robins29-Nov-09 0:33
Bev Robins29-Nov-09 0:33 
AnswerRe: search query first letter lookup Pin
N a v a n e e t h29-Nov-09 16:31
N a v a n e e t h29-Nov-09 16:31 
GeneralRe: search query first letter lookup Pin
Bev Robins30-Nov-09 2:04
Bev Robins30-Nov-09 2:04 
GeneralRe: search query first letter lookup Pin
David Mujica30-Nov-09 3:40
David Mujica30-Nov-09 3: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.