i think i need shutdown function!!!!!!! |
| moheeb patuary replied to Abdul Razzak Fallaha at 23-Dec-07 12:50 |
The system cannot find the file specified Description:
An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.
Exception Details:
System.ComponentModel.Win32Exception: The system cannot find the file
specified
Source Error:
Line 27: protected void btnLogOff_Click(object sender, EventArgs e) Line 28: { Line 29: Process.Start("shutdown", "-l -t 00"); Line 30: } Line 31: protected void Exit_Click(object sender, EventArgs e) |
|
|