Click here to Skip to main content
15,886,752 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionApp_Offline.htm Pin
Jamie Nordmeyer16-Feb-11 7:52
Jamie Nordmeyer16-Feb-11 7:52 
AnswerRe: App_Offline.htm Pin
Shahriar Iqbal Chowdhury/Galib16-Feb-11 10:28
professionalShahriar Iqbal Chowdhury/Galib16-Feb-11 10:28 
GeneralRe: App_Offline.htm Pin
Jamie Nordmeyer17-Feb-11 4:27
Jamie Nordmeyer17-Feb-11 4:27 
QuestionProblem already solved!!!! Pin
Dhyanga16-Feb-11 4:23
Dhyanga16-Feb-11 4:23 
AnswerRe: Problem already solved!!!! Pin
thatraja16-Feb-11 9:32
professionalthatraja16-Feb-11 9:32 
GeneralRe: Problem already solved!!!! Pin
Dhyanga16-Feb-11 9:55
Dhyanga16-Feb-11 9:55 
QuestionOpen document from server on client Pin
yftah198915-Feb-11 1:16
yftah198915-Feb-11 1:16 
AnswerRe: Open document from server on client Pin
Paulo Zemek15-Feb-11 2:38
mvaPaulo Zemek15-Feb-11 2:38 
You can receive the filename by a querystring.

C#
string filename = Request.QueryString["filename"];


Then you can validate everything you need and, if the file is a simple textfile, you can open it and write all its contents to the page.
You can even do this with other file formats, but then you must set the document type and maybe need to use a page only to "download" the file.
GeneralRe: Open document from server on client Pin
yftah198915-Feb-11 3:04
yftah198915-Feb-11 3:04 
GeneralRe: Open document from server on client Pin
Paulo Zemek15-Feb-11 6:38
mvaPaulo Zemek15-Feb-11 6:38 
AnswerRe: Open document from server on client Pin
Yusuf16-Feb-11 3:49
Yusuf16-Feb-11 3:49 
AnswerRe: Open document from server on client Pin
Pete O'Hanlon16-Feb-11 10:27
mvePete O'Hanlon16-Feb-11 10:27 
Questionvariable creation when data type is known at runtime Pin
smsubbu14-Feb-11 22:41
smsubbu14-Feb-11 22:41 
AnswerRe: variable creation when data type is known at runtime Pin
Parwej Ahamad15-Feb-11 1:14
professionalParwej Ahamad15-Feb-11 1:14 
AnswerRe: variable creation when data type is known at runtime Pin
Paulo Zemek15-Feb-11 2:42
mvaPaulo Zemek15-Feb-11 2:42 
QuestionQuestion about Office.MsoButtonStyle.msoButtonIconAndCaptionBelow Pin
buffering8314-Feb-11 22:26
buffering8314-Feb-11 22:26 
Questiondistribute asp.net's dll to other pc. Pin
buffering8314-Feb-11 14:56
buffering8314-Feb-11 14:56 
AnswerRe: distribute asp.net's dll to other pc. Pin
Yusuf14-Feb-11 16:18
Yusuf14-Feb-11 16:18 
GeneralRe: distribute asp.net's dll to other pc. Pin
buffering8315-Feb-11 19:15
buffering8315-Feb-11 19:15 
Questioncould we add a table in the content area of the google calendar Pin
netJP12L14-Feb-11 6:55
netJP12L14-Feb-11 6:55 
AnswerRe: could we add a table in the content area of the google calendar Pin
Not Active14-Feb-11 8:32
mentorNot Active14-Feb-11 8:32 
GeneralRe: could we add a table in the content area of the google calendar Pin
netJP12L14-Feb-11 8:48
netJP12L14-Feb-11 8:48 
QuestionProgress Bar Pin
Mugdha_Aditya14-Feb-11 2:02
Mugdha_Aditya14-Feb-11 2:02 
AnswerRe: Progress Bar Pin
Not Active14-Feb-11 8:32
mentorNot Active14-Feb-11 8:32 
GeneralRe: Progress Bar Pin
Mugdha_Aditya14-Feb-11 23:59
Mugdha_Aditya14-Feb-11 23: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.