Click here to Skip to main content
15,889,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: disable controls Pin
Sherin Iranimose18-May-07 0:37
Sherin Iranimose18-May-07 0:37 
QuestionOpening attachments from list box Pin
Rajiya17-May-07 19:52
Rajiya17-May-07 19:52 
AnswerRe: Opening attachments from list box Pin
gauthee17-May-07 19:57
gauthee17-May-07 19:57 
GeneralRe: Opening attachments from list box Pin
Rajiya17-May-07 20:15
Rajiya17-May-07 20:15 
GeneralRe: Opening attachments from list box Pin
gauthee17-May-07 20:43
gauthee17-May-07 20:43 
GeneralRe: Opening attachments from list box Pin
Rajiya17-May-07 21:00
Rajiya17-May-07 21:00 
GeneralRe: Opening attachments from list box Pin
gauthee17-May-07 21:15
gauthee17-May-07 21:15 
GeneralRe: Opening attachments from list box Pin
Sandeep Akhare17-May-07 22:18
Sandeep Akhare17-May-07 22:18 
You can open any document using his code
<br />
System.Diagnostics.Process process = new System.Diagnostics.Process();<br />
        process.StartInfo.FileName = @"C:\logs\Current.Txt";<br />
        process.Start();<br />

But for new Wondow i think you will have to use Browser object or clent side code D'Oh! | :doh:

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




QuestionPublish Pin
nishum17-May-07 19:48
nishum17-May-07 19:48 
AnswerRe: Publish Pin
Christian Graus17-May-07 20:46
protectorChristian Graus17-May-07 20:46 
GeneralRe: Publish Pin
Sherin Iranimose18-May-07 1:08
Sherin Iranimose18-May-07 1:08 
QuestionQuick Time/Flash Pin
kirthikirthi17-May-07 19:14
kirthikirthi17-May-07 19:14 
QuestionHelp - Deploying ASP.NET application on the server Pin
Jats_4ru17-May-07 19:12
Jats_4ru17-May-07 19:12 
QuestionImages in master page disappear when log out? Pin
rockxuyenmandem17-May-07 18:23
rockxuyenmandem17-May-07 18:23 
AnswerRe: Images in master page disappear when log out? Pin
Sathesh Sakthivel17-May-07 18:31
Sathesh Sakthivel17-May-07 18:31 
AnswerRe: Images in master page disappear when log out? Pin
PSK_17-May-07 19:42
PSK_17-May-07 19:42 
GeneralRe: Images in master page disappear when log out? Pin
rockxuyenmandem18-May-07 4:48
rockxuyenmandem18-May-07 4:48 
QuestionPrevent user from loggin in by clicking Back button Pin
Blumen17-May-07 18:05
Blumen17-May-07 18:05 
AnswerRe: Prevent user from loggin in by clicking Back button Pin
Sathesh Sakthivel17-May-07 18:10
Sathesh Sakthivel17-May-07 18:10 
AnswerRe: Prevent user from loggin in by clicking Back button Pin
Parwej Ahamad17-May-07 18:14
professionalParwej Ahamad17-May-07 18:14 
AnswerRe: Prevent user from loggin in by clicking Back button Pin
N a v a n e e t h17-May-07 18:46
N a v a n e e t h17-May-07 18:46 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
Blumen17-May-07 18:58
Blumen17-May-07 18:58 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
BINOVAR17-May-07 19:46
BINOVAR17-May-07 19:46 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
N a v a n e e t h17-May-07 20:17
N a v a n e e t h17-May-07 20:17 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
BINOVAR17-May-07 20:27
BINOVAR17-May-07 20:27 

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.