Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in source I had taken a link button:

<asp:LinkButton ID="lnkCalulator" runat="server" onclick="lnkCalulator_Click">Calculator

.cs code :

protected void lnkCalulator_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("calc.exe");
}




Plzz do answer my query!! !!!
Posted
Updated 23-Jul-14 1:05am
v2
Comments
Vinay Mistry 16-Aug-14 5:12am    
You should have some access to system on server to call "calc.exe".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900