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

ASP.NET

 
GeneralRe: in C# Asp.net How to send Email with images by using template approach Pin
prasadSn20037-Jul-09 3:21
prasadSn20037-Jul-09 3:21 
QuestionSave Data of TextBox those are Dynamically created Pin
KhandelwalA6-Jul-09 0:31
KhandelwalA6-Jul-09 0:31 
AnswerRe: Save Data of TextBox those are Dynamically created Pin
jaysaran6-Jul-09 1:29
jaysaran6-Jul-09 1:29 
AnswerRe: Save Data of TextBox those are Dynamically created Pin
Abhijit Jana6-Jul-09 9:34
professionalAbhijit Jana6-Jul-09 9:34 
QuestionHow to get live video stream from webcam in webpage? Pin
Digubha5-Jul-09 23:01
Digubha5-Jul-09 23:01 
AnswerRe: How to get live video stream from webcam in webpage? Pin
Manas Bhardwaj5-Jul-09 23:47
professionalManas Bhardwaj5-Jul-09 23:47 
QuestionProblem Reading PDF Pin
alasaadi5-Jul-09 22:48
alasaadi5-Jul-09 22:48 
QuestionA pdf on an Iframe Pin
LucBite5-Jul-09 22:38
LucBite5-Jul-09 22:38 
I want to display a pdf document on an Iframe and what gets displayed on my frame is :


"Server Error in '/LearningConceptsA' Application.
--------------------------------------------------------------------------------

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /LearningConceptsA/Images/Variable[1].pdf


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082 "

Have I placed it in the right folder? may be not. someone suggested I place it in the App_Code folder, which I can't see.

Well the code behind the dropdownlist looks like:
"protected void ddlBasicConcept_SelectedIndexChanged(object sender, EventArgs e)
{
if (ddlBasicConcept.SelectedValue.Equals("Variable"))
{
frmWord.Attributes.Add("src", "Images/Variable[1].pdf");"
Please help a junior programmer in need.

ML Lingwati

AnswerRe: A pdf on an Iframe Pin
Abhijit Jana5-Jul-09 23:05
professionalAbhijit Jana5-Jul-09 23:05 
GeneralRe: A pdf on an Iframe Pin
LucBite6-Jul-09 0:16
LucBite6-Jul-09 0:16 
QuestionTo Access the UserControl in App_Code Pin
jaysaran5-Jul-09 21:10
jaysaran5-Jul-09 21:10 
QuestionJava Script issue Pin
Amit Patel19855-Jul-09 20:30
Amit Patel19855-Jul-09 20:30 
AnswerRe: Java Script issue Pin
SeMartens5-Jul-09 20:36
SeMartens5-Jul-09 20:36 
GeneralRe: Java Script issue Pin
Amit Patel19855-Jul-09 21:47
Amit Patel19855-Jul-09 21:47 
GeneralRe: Java Script issue Pin
SeMartens5-Jul-09 21:52
SeMartens5-Jul-09 21:52 
GeneralRe: Java Script issue Pin
engg_sukreet6-Jul-09 2:09
engg_sukreet6-Jul-09 2:09 
GeneralRe: Java Script issue Pin
SeMartens6-Jul-09 2:22
SeMartens6-Jul-09 2:22 
AnswerRe: Java Script issue Pin
Blue_Boy5-Jul-09 21:57
Blue_Boy5-Jul-09 21:57 
GeneralRe: Java Script issue Pin
Amit Patel19855-Jul-09 22:58
Amit Patel19855-Jul-09 22:58 
GeneralRe: Java Script issue Pin
Blue_Boy5-Jul-09 23:08
Blue_Boy5-Jul-09 23:08 
Questionchange the content of the page without refreshing Pin
slSoftware5-Jul-09 20:29
slSoftware5-Jul-09 20:29 
AnswerRe: change the content of the page without refreshing Pin
SeMartens5-Jul-09 20:34
SeMartens5-Jul-09 20:34 
GeneralRe: change the content of the page without refreshing Pin
slSoftware5-Jul-09 20:38
slSoftware5-Jul-09 20:38 
GeneralRe: change the content of the page without refreshing Pin
Abhijit Jana5-Jul-09 20:58
professionalAbhijit Jana5-Jul-09 20:58 
GeneralRe: change the content of the page without refreshing Pin
slSoftware5-Jul-09 21:32
slSoftware5-Jul-09 21:32 

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.