Click here to Skip to main content
15,888,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb CLient Software Factory Pin
Brendan Vogt18-Jan-09 2:01
Brendan Vogt18-Jan-09 2:01 
Questionpdf in iframe Pin
saud_a_k18-Jan-09 1:45
saud_a_k18-Jan-09 1:45 
AnswerRe: pdf in iframe Pin
Christian Graus18-Jan-09 2:01
protectorChristian Graus18-Jan-09 2:01 
GeneralRe: pdf in iframe [modified] Pin
saud_a_k18-Jan-09 2:16
saud_a_k18-Jan-09 2:16 
GeneralRe: pdf in iframe Pin
Christian Graus18-Jan-09 11:57
protectorChristian Graus18-Jan-09 11:57 
AnswerRe: pdf in iframe Pin
Aman Bhullar18-Jan-09 2:38
Aman Bhullar18-Jan-09 2:38 
GeneralRe: pdf in iframe Pin
saud_a_k18-Jan-09 18:18
saud_a_k18-Jan-09 18:18 
GeneralRe: pdf in iframe Pin
Aman Bhullar19-Jan-09 5:54
Aman Bhullar19-Jan-09 5:54 
saud_a_k wrote:
string myfile = AppDomain.CurrentDomain.BaseDirectory+"\\310001.pdf";


This will return path as
C:\<folder name(s)>\


saud_a_k wrote:
the file is in my bin folder, but I still cant see the file


You need to write is as:
AppDomain.CurrentDomain.BaseDirectory + "Bin\\310001.pdf"
GeneralRe: pdf in iframe Pin
saud_a_k19-Jan-09 18:51
saud_a_k19-Jan-09 18:51 
Questiondll issue Pin
snehasish17-Jan-09 23:34
snehasish17-Jan-09 23:34 
AnswerRe: dll issue Pin
Abhijit Jana17-Jan-09 23:56
professionalAbhijit Jana17-Jan-09 23:56 
GeneralRe: dll issue Pin
Colin Angus Mackay18-Jan-09 1:02
Colin Angus Mackay18-Jan-09 1:02 
GeneralRe: dll issue Pin
Colin Angus Mackay18-Jan-09 1:05
Colin Angus Mackay18-Jan-09 1:05 
GeneralRe: dll issue Pin
Abhijit Jana18-Jan-09 1:17
professionalAbhijit Jana18-Jan-09 1:17 
GeneralRe: dll issue Pin
Colin Angus Mackay18-Jan-09 1:25
Colin Angus Mackay18-Jan-09 1:25 
GeneralRe: dll issue Pin
Abhijit Jana18-Jan-09 1:30
professionalAbhijit Jana18-Jan-09 1:30 
GeneralRe: dll issue Pin
snehasish18-Jan-09 21:41
snehasish18-Jan-09 21:41 
Questiongridview Pin
billcodes17-Jan-09 21:44
billcodes17-Jan-09 21:44 
AnswerRe: gridview Pin
Abhijit Jana17-Jan-09 22:16
professionalAbhijit Jana17-Jan-09 22:16 
GeneralRe: gridview Pin
billcodes17-Jan-09 23:00
billcodes17-Jan-09 23:00 
GeneralRe: gridview Pin
Abhijit Jana17-Jan-09 23:25
professionalAbhijit Jana17-Jan-09 23:25 
GeneralRe: gridview Pin
scotchy2hotty2k218-Jan-09 17:54
scotchy2hotty2k218-Jan-09 17:54 
Questionwhat is the error in this code ? Pin
ahmed eldeghedy17-Jan-09 19:51
professionalahmed eldeghedy17-Jan-09 19:51 
AnswerRe: what is the error in this code ? Pin
Guffa18-Jan-09 1:49
Guffa18-Jan-09 1:49 
QuestionHow Events can make fire for dynamically generated controls Pin
meeram39517-Jan-09 17:46
meeram39517-Jan-09 17:46 

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.