Click here to Skip to main content
15,881,725 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Learning ASP.Net Pin
Tad McClellan30-Apr-08 17:09
professionalTad McClellan30-Apr-08 17:09 
AnswerRe: Learning ASP.Net Pin
Christian Graus30-Apr-08 17:31
protectorChristian Graus30-Apr-08 17:31 
AnswerRe: Learning ASP.Net Pin
Vasudevan Deepak Kumar2-May-08 2:02
Vasudevan Deepak Kumar2-May-08 2:02 
QuestionAJAX server control not throwing events Pin
Tad McClellan30-Apr-08 12:38
professionalTad McClellan30-Apr-08 12:38 
QuestionCrystal Report Pin
sabaMCA30-Apr-08 10:52
sabaMCA30-Apr-08 10:52 
QuestionHow to catch page not found error when redirecting Pin
DotNetXenon30-Apr-08 8:42
DotNetXenon30-Apr-08 8:42 
AnswerRe: How to catch page not found error when redirecting Pin
Blue_Boy30-Apr-08 10:31
Blue_Boy30-Apr-08 10:31 
AnswerRe: How to catch page not found error when redirecting Pin
Sankar Komma 30-Apr-08 10:41
Sankar Komma 30-Apr-08 10:41 
Try this

if(File.Exitst(Server.MapPath("~/files/test.xls")))
{
Redirect to the path;
}
else
{
Redirect to Unauthorized page.
}

Server.MapPath append the specified path to root path.

ex: http://server1 say root path then in if contion check for the path
'http://server1/files/text.xls'

smile Smile | :)

Question[c#] read a table from a web page Pin
Joshua8230-Apr-08 8:22
Joshua8230-Apr-08 8:22 
AnswerRe: [c#] read a table from a web page Pin
Christian Graus30-Apr-08 10:51
protectorChristian Graus30-Apr-08 10:51 
AnswerRe: [c#] read a table from a web page Pin
Colin Angus Mackay30-Apr-08 13:56
Colin Angus Mackay30-Apr-08 13:56 
GeneralRe: [c#] read a table from a web page Pin
Joshua8230-Apr-08 22:41
Joshua8230-Apr-08 22:41 
Question403 Forbidden Error Due To Incorrect Impersonation Level? Pin
TGT30-Apr-08 6:23
TGT30-Apr-08 6:23 
QuestionDatabound sitemap navigation Pin
Ariel Kazeed30-Apr-08 5:04
Ariel Kazeed30-Apr-08 5:04 
QuestionCopying website ?? Pin
kindman_nb30-Apr-08 4:35
kindman_nb30-Apr-08 4:35 
AnswerRe: Copying website ?? Pin
eyeseetee30-Apr-08 5:03
eyeseetee30-Apr-08 5:03 
GeneralRe: Copying website ?? Pin
kindman_nb30-Apr-08 5:08
kindman_nb30-Apr-08 5:08 
QuestionSending mail from the default email client - problem Pin
lune1230-Apr-08 4:21
lune1230-Apr-08 4:21 
AnswerRe: Sending mail from the default email client - problem Pin
i gr830-Apr-08 9:12
i gr830-Apr-08 9:12 
AnswerRe: Sending mail from the default email client - problem Pin
Christian Graus30-Apr-08 10:54
protectorChristian Graus30-Apr-08 10:54 
QuestionRe: Sending mail from the default email client - problem Pin
lune1230-Apr-08 20:48
lune1230-Apr-08 20:48 
AnswerRe: Sending mail from the default email client - problem Pin
Christian Graus30-Apr-08 23:15
protectorChristian Graus30-Apr-08 23:15 
QuestionRe: Sending mail from the default email client - problem Pin
lune121-May-08 1:32
lune121-May-08 1:32 
AnswerRe: Sending mail from the default email client - problem Pin
Christian Graus1-May-08 3:00
protectorChristian Graus1-May-08 3:00 
QuestionSession Timeout Problem ....Pls Help Pin
koolprasad200330-Apr-08 3:49
professionalkoolprasad200330-Apr-08 3:49 

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.