Click here to Skip to main content
15,921,643 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionquestions Pin
hasani200723-Sep-09 10:25
hasani200723-Sep-09 10:25 
AnswerRe: questions Pin
Abhishek Sur23-Sep-09 10:32
professionalAbhishek Sur23-Sep-09 10:32 
QuestionNewsletter App Pin
kruegersck23-Sep-09 10:07
kruegersck23-Sep-09 10:07 
AnswerRe: Newsletter App Pin
Abhishek Sur23-Sep-09 10:26
professionalAbhishek Sur23-Sep-09 10:26 
QuestionObject does not support this property or method Pin
dptalt23-Sep-09 8:04
dptalt23-Sep-09 8:04 
AnswerRe: Object does not support this property or method Pin
Abhishek Sur23-Sep-09 9:23
professionalAbhishek Sur23-Sep-09 9:23 
Questioniframe .. src Pin
Hemant Thaker23-Sep-09 4:45
Hemant Thaker23-Sep-09 4:45 
AnswerRe: iframe .. src Pin
Abhishek Sur23-Sep-09 5:47
professionalAbhishek Sur23-Sep-09 5:47 
What do you mean?? Are you going to download the word file.

If you want to show the content of the Word File, it wont be possible. You need to read the word document using Word Interop services and then create HTML document based on it and then show the html content to the IFrame.

If you want to transmit the file just create an HTTPHandler and call the handler from the src and within the processRequest place a

Response.clear();
Response.TransmitFile(@"c:\assignment folder\yourfile.doc")
Response.close();


But in such a case the file will be downloaded from the IFrame. Smile | :)

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionRe: iframe .. src Pin
Hemant Thaker23-Sep-09 6:40
Hemant Thaker23-Sep-09 6:40 
AnswerRe: iframe .. src Pin
Abhijit Jana23-Sep-09 6:44
professionalAbhijit Jana23-Sep-09 6:44 
GeneralRe: iframe .. src Pin
Abhishek Sur23-Sep-09 8:27
professionalAbhishek Sur23-Sep-09 8:27 
GeneralRe: iframe .. src Pin
Abhijit Jana23-Sep-09 9:10
professionalAbhijit Jana23-Sep-09 9:10 
QuestionRe: iframe .. src Pin
Hemant Thaker23-Sep-09 9:32
Hemant Thaker23-Sep-09 9:32 
AnswerRe: iframe .. src Pin
Abhishek Sur23-Sep-09 9:55
professionalAbhishek Sur23-Sep-09 9:55 
GeneralRe: iframe .. src Pin
Abhishek Sur23-Sep-09 9:50
professionalAbhishek Sur23-Sep-09 9:50 
Questionnull is not null error Pin
Shuaib wasif khan23-Sep-09 4:21
Shuaib wasif khan23-Sep-09 4:21 
AnswerRe: null is not null error Pin
Abhijit Jana23-Sep-09 6:47
professionalAbhijit Jana23-Sep-09 6:47 
AnswerRe: null is not null error Pin
Abhishek Sur23-Sep-09 9:18
professionalAbhishek Sur23-Sep-09 9:18 
QuestionDLL Files Usage in Web Application. Pin
VikashGohil23-Sep-09 4:04
VikashGohil23-Sep-09 4:04 
AnswerRe: DLL Files Usage in Web Application. Pin
Abhishek Sur23-Sep-09 9:26
professionalAbhishek Sur23-Sep-09 9:26 
GeneralRe: DLL Files Usage in Web Application. Pin
VikashGohil23-Sep-09 19:38
VikashGohil23-Sep-09 19:38 
AnswerRe: DLL Files Usage in Web Application. Pin
Abhishek Sur23-Sep-09 23:02
professionalAbhishek Sur23-Sep-09 23:02 
GeneralRe: DLL Files Usage in Web Application. Pin
VikashGohil25-Sep-09 3:05
VikashGohil25-Sep-09 3:05 
GeneralRe: DLL Files Usage in Web Application. Pin
Abhishek Sur25-Sep-09 10:33
professionalAbhishek Sur25-Sep-09 10:33 
GeneralRe: DLL Files Usage in Web Application. Pin
VikashGohil26-Sep-09 19:13
VikashGohil26-Sep-09 19:13 

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.