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

ASP.NET

 
Questionputting code behind onto client side ascx, aspx pages Pin
DeepToot24-Mar-10 5:16
DeepToot24-Mar-10 5:16 
AnswerRe: putting code behind onto client side ascx, aspx pages Pin
Not Active24-Mar-10 6:21
mentorNot Active24-Mar-10 6:21 
GeneralRe: putting code behind onto client side ascx, aspx pages Pin
DeepToot24-Mar-10 6:37
DeepToot24-Mar-10 6:37 
GeneralRe: putting code behind onto client side ascx, aspx pages Pin
Not Active24-Mar-10 6:53
mentorNot Active24-Mar-10 6:53 
GeneralRe: putting code behind onto client side ascx, aspx pages Pin
DeepToot24-Mar-10 7:53
DeepToot24-Mar-10 7:53 
GeneralRe: putting code behind onto client side ascx, aspx pages Pin
Not Active24-Mar-10 8:09
mentorNot Active24-Mar-10 8:09 
GeneralRe: putting code behind onto client side ascx, aspx pages Pin
DeepToot24-Mar-10 11:22
DeepToot24-Mar-10 11:22 
QuestionHow to open PDF from server? Pin
raghvendrapanda24-Mar-10 5:13
raghvendrapanda24-Mar-10 5:13 
I want to open Pdf file from iframe. i have used this code where i am taking path from my application.

string strOutPutPath = "../MPMA/MPMA Inventory/" + Session["Filename"].ToString() + ".pdf";
ifrm1.Attributes.Add("src", strOutPutPath);

Inside MPMA Inventory all pdf files are there.
Session giving my filename.

But this is perfectally working if i am taking path from my application.

But if i want to take path from server what should i do?Like i want server path instead of "../MPMA/MPMA Inventory/".
AnswerRe: How to open PDF from server? Pin
Not Active24-Mar-10 6:25
mentorNot Active24-Mar-10 6:25 
GeneralRe: How to open PDF from server? Pin
raghvendrapanda24-Mar-10 7:42
raghvendrapanda24-Mar-10 7:42 
GeneralRe: How to open PDF from server? Pin
Not Active24-Mar-10 8:12
mentorNot Active24-Mar-10 8:12 
GeneralRe: How to open PDF from server? Pin
Member 450194024-Mar-10 11:49
Member 450194024-Mar-10 11:49 
QuestionIE8:: Text is missing from text box while print preview on IE8 environment.!!?? Pin
chetan_agarwal24-Mar-10 3:12
chetan_agarwal24-Mar-10 3:12 
Questiondynamic textbox postback Pin
test-0924-Mar-10 2:21
test-0924-Mar-10 2:21 
AnswerRe: dynamic textbox postback Pin
PSK_24-Mar-10 2:30
PSK_24-Mar-10 2:30 
GeneralRe: dynamic textbox postback Pin
test-0924-Mar-10 2:55
test-0924-Mar-10 2:55 
GeneralRe: dynamic textbox postback Pin
PSK_24-Mar-10 3:25
PSK_24-Mar-10 3:25 
AnswerRe: dynamic textbox postback Pin
Amar Chaudhary24-Mar-10 9:39
Amar Chaudhary24-Mar-10 9:39 
Questionproblem in tranfer the value of one gridView cell into another gridview textbox Pin
Amit Spadez24-Mar-10 1:01
professionalAmit Spadez24-Mar-10 1:01 
AnswerRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
keyur satyadev24-Mar-10 1:43
keyur satyadev24-Mar-10 1:43 
GeneralRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
Amit Spadez24-Mar-10 18:43
professionalAmit Spadez24-Mar-10 18:43 
GeneralRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
keyur satyadev24-Mar-10 19:13
keyur satyadev24-Mar-10 19:13 
AnswerRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
Amar Chaudhary24-Mar-10 9:47
Amar Chaudhary24-Mar-10 9:47 
GeneralRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
Amit Spadez24-Mar-10 18:45
professionalAmit Spadez24-Mar-10 18:45 
GeneralRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
Amar Chaudhary24-Mar-10 23:02
Amar Chaudhary24-Mar-10 23:02 

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.