Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
QuestionInterrupt a function Pin
~~~Johnny~~~9-Mar-07 6:00
~~~Johnny~~~9-Mar-07 6:00 
AnswerRe: Interrupt a function Pin
Ed.Poore9-Mar-07 11:52
Ed.Poore9-Mar-07 11:52 
AnswerRe: Interrupt a function Pin
S. Senthil Kumar10-Mar-07 5:24
S. Senthil Kumar10-Mar-07 5:24 
GeneralRe: Interrupt a function Pin
~~~Johnny~~~10-Mar-07 5:47
~~~Johnny~~~10-Mar-07 5:47 
QuestionDatagrid wtih Hyperlink coloum to C:\filename.txt Pin
MyRunner9-Mar-07 6:00
MyRunner9-Mar-07 6:00 
AnswerRe: Datagrid wtih Hyperlink coloum to C:\filename.txt Pin
kubben9-Mar-07 6:07
kubben9-Mar-07 6:07 
GeneralRe: Datagrid wtih Hyperlink coloum to C:\filename.txt Pin
MyRunner9-Mar-07 6:11
MyRunner9-Mar-07 6:11 
GeneralRe: Datagrid wtih Hyperlink coloum to C:\filename.txt Pin
kubben9-Mar-07 6:16
kubben9-Mar-07 6:16 
I am just trying to point out that you really don't want your web app to be accessing anything on your C:drive. If you are running on local host then most likely the local host doesn't have rights to that folder or file. Again, if this is a stardard file that will be released with your web site, then it should exist in a subfolder of your web site and should be accessed with a relative path. So if you created a Docs subfolder in your web project that path would be ~\docs\docfilename.pdf

Hope that helps.
Ben
AnswerRe: About CheckedList Box Pin
Stefan Troschuetz9-Mar-07 7:36
Stefan Troschuetz9-Mar-07 7:36 
GeneralRe: About CheckedList Box Pin
pashitech9-Mar-07 19:03
pashitech9-Mar-07 19:03 
QuestionC# DateTimePicker Pin
AlEvanGe9-Mar-07 5:55
AlEvanGe9-Mar-07 5:55 
AnswerRe: C# DateTimePicker Pin
kubben9-Mar-07 6:13
kubben9-Mar-07 6:13 
QuestionCrystal Reports Supress section C# Pin
bemahesh9-Mar-07 5:36
bemahesh9-Mar-07 5:36 
AnswerRe: Crystal Reports Supress section C# Pin
~~~Johnny~~~9-Mar-07 9:25
~~~Johnny~~~9-Mar-07 9:25 
AnswerRe: Crystal Reports Supress section C# Pin
gus_br9-Mar-07 12:09
gus_br9-Mar-07 12:09 
Questiondatagridview Pin
arkiboys9-Mar-07 5:33
arkiboys9-Mar-07 5:33 
AnswerRe: datagridview Pin
led mike9-Mar-07 5:36
led mike9-Mar-07 5:36 
QuestionORDVIDEO?? Pin
Muhammad Chitrali9-Mar-07 5:27
Muhammad Chitrali9-Mar-07 5:27 
QuestionDeploying C# with Crystal Reports Pin
Quaspam9-Mar-07 4:38
Quaspam9-Mar-07 4:38 
AnswerRe: Deploying C# with Crystal Reports Pin
kubben9-Mar-07 5:18
kubben9-Mar-07 5:18 
GeneralRe: Deploying C# with Crystal Reports Pin
gus_br9-Mar-07 12:14
gus_br9-Mar-07 12:14 
QuestionAdd Item to list view [modified] Pin
shamsteady9-Mar-07 3:41
shamsteady9-Mar-07 3:41 
QuestionDataGridView ClearSelection() behavior Pin
Matthew Cuba9-Mar-07 3:06
Matthew Cuba9-Mar-07 3:06 
AnswerRe: DataGridView ClearSelection() behavior Pin
dsl/fahk9-Mar-07 7:34
dsl/fahk9-Mar-07 7:34 
QuestionHow to capture running instance of an application ? Pin
Mr Perfect9-Mar-07 2:43
Mr Perfect9-Mar-07 2:43 

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.