Click here to Skip to main content
15,917,455 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Fire Fox Pin
Venkatesh Mookkan9-Jan-07 15:55
Venkatesh Mookkan9-Jan-07 15:55 
QuestionClassic ASP connection problem Pin
Paddy Boyd9-Jan-07 1:28
Paddy Boyd9-Jan-07 1:28 
AnswerRe: Classic ASP connection problem Pin
Pete O'Hanlon9-Jan-07 1:33
mvePete O'Hanlon9-Jan-07 1:33 
GeneralRe: Classic ASP connection problem Pin
Paddy Boyd9-Jan-07 1:36
Paddy Boyd9-Jan-07 1:36 
GeneralRe: Classic ASP connection problem Pin
Pete O'Hanlon9-Jan-07 1:38
mvePete O'Hanlon9-Jan-07 1:38 
GeneralRe: Classic ASP connection problem Pin
Paddy Boyd9-Jan-07 1:40
Paddy Boyd9-Jan-07 1:40 
GeneralRe: Classic ASP connection problem Pin
Paddy Boyd10-Jan-07 1:34
Paddy Boyd10-Jan-07 1:34 
QuestionOpening a word (or any other) document from a hyperlink on page Pin
Omkar Ghaisas9-Jan-07 1:05
Omkar Ghaisas9-Jan-07 1:05 
Hi,
I have created a web page, where the user sees a list of all the available reference files present on the server.

The List is shown as
C:\XYZ\News\Ace & Star Awards.pps
C:\XYZ\Current\Bravery Awards.doc
C:\XYZ\Latest\Humanitarian Rules.txt

I have given hyperlinks to the user for each of this link by creating a hyperlink dynamically like
for (int Counter = 0; Counter < lbFiles.Items.Count; Counter++)
{
HyperLink hLink = new HyperLink( );
hLink.Text = lbFiles.Items[Counter].ToString( );
hLink.NavigateUrl = lbFiles.Items[Counter].ToString( );
Page.Controls.Add(hLink);
}

Now how do i make the webpage open the appropriate actual word/ pps or txt file as per what the link is clicked ?
Do I need to replace the C:\XYZ\News with something else ?? How do I do that ?

Pls guide me.. I have never done this before.
Thanks and best regards
Omkar Ghaisas

AnswerRe: Opening a word (or any other) document from a hyperlink on page Pin
Christian Graus9-Jan-07 1:11
protectorChristian Graus9-Jan-07 1:11 
QuestionCalling function after some time interval Pin
Nagraj Naik9-Jan-07 1:02
Nagraj Naik9-Jan-07 1:02 
AnswerRe: Calling function after some time interval Pin
Christian Graus9-Jan-07 1:03
protectorChristian Graus9-Jan-07 1:03 
GeneralRe: Calling function after some time interval Pin
Nagraj Naik9-Jan-07 2:35
Nagraj Naik9-Jan-07 2:35 
QuestionAppserver vs WebServer Pin
Kumuda K9-Jan-07 0:40
Kumuda K9-Jan-07 0:40 
AnswerRe: Appserver vs WebServer Pin
Pete O'Hanlon9-Jan-07 1:36
mvePete O'Hanlon9-Jan-07 1:36 
Questionhow to create setup for console applns which have report? Pin
rama charan9-Jan-07 0:13
rama charan9-Jan-07 0:13 
AnswerRe: how to create setup for console applns which have report? Pin
Christian Graus9-Jan-07 1:02
protectorChristian Graus9-Jan-07 1:02 
GeneralRe: how to create setup for console applns which have report? Pin
rama charan9-Jan-07 1:12
rama charan9-Jan-07 1:12 
GeneralRe: how to create setup for console applns which have report? Pin
Pete O'Hanlon9-Jan-07 1:39
mvePete O'Hanlon9-Jan-07 1:39 
GeneralRe: how to create setup for console applns which have report? [modified] Pin
rama charan9-Jan-07 2:12
rama charan9-Jan-07 2:12 
QuestionHow to delete file in remote machine ??? [modified] Pin
amin_behzadi9-Jan-07 0:10
professionalamin_behzadi9-Jan-07 0:10 
AnswerRe: How to delete file in remote machine ??? Pin
szukuro9-Jan-07 1:05
szukuro9-Jan-07 1:05 
AnswerRe: How to delete file in remote machine ??? Pin
Britney S. Morales9-Jan-07 4:35
Britney S. Morales9-Jan-07 4:35 
Questiontable property setting problem Pin
Kissy169-Jan-07 0:05
Kissy169-Jan-07 0:05 
Questionmy browser is not showing image button and images while iam running the web application Pin
srikanth raju8-Jan-07 23:58
srikanth raju8-Jan-07 23:58 
AnswerRe: my browser is not showing image button and images while iam running the web application Pin
Guffa9-Jan-07 0:10
Guffa9-Jan-07 0:10 

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.