Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
GeneralRe: Executing an exe with C# code Pin
MatthysDT30-Jan-09 1:48
MatthysDT30-Jan-09 1:48 
GeneralRe: Executing an exe with C# code Pin
musefan30-Jan-09 1:58
musefan30-Jan-09 1:58 
GeneralRe: Executing an exe with C# code Pin
MatthysDT30-Jan-09 2:06
MatthysDT30-Jan-09 2:06 
GeneralRe: Executing an exe with C# code Pin
Ankit Rajpoot30-Jan-09 2:18
Ankit Rajpoot30-Jan-09 2:18 
GeneralRe: Executing an exe with C# code Pin
MatthysDT30-Jan-09 2:30
MatthysDT30-Jan-09 2:30 
GeneralRe: Executing an exe with C# code Pin
musefan30-Jan-09 2:25
musefan30-Jan-09 2:25 
GeneralRe: Executing an exe with C# code Pin
MatthysDT30-Jan-09 2:33
MatthysDT30-Jan-09 2:33 
QuestionHow secure Pin
ziwez030-Jan-09 0:42
ziwez030-Jan-09 0:42 
How secure is this code, I have a web app that checks someone security level?
is it possible from a user to change int LocalStatus = 5 to int LocalStatus = 6?? (for example)

protected void btnUpdateStatus_Click(object sender, EventArgs e)
{
try
{
int LocalStatus = 5;
if (LocalStatus >= Profile.UserPermissionLevel)
{
object values = gvRasiedECN.GetRowValues(gvRasiedECN.FocusedRowIndex, new string[] { "OID" });
ENG_UpdateECN UpdateECN = new ENG_UpdateECN(Profile.UserID, Convert.ToInt32(values),"meh");

}

}
catch(Exception ea)
{
ErrorLog = new ErrorLog (ea.ToString(), "PageName");
}
}
AnswerRe: How secure Pin
musefan30-Jan-09 1:04
musefan30-Jan-09 1:04 
QuestionPDF creation library in C sharp Pin
Sudhir Mangla30-Jan-09 0:25
professionalSudhir Mangla30-Jan-09 0:25 
AnswerRe: PDF creation library in C sharp Pin
VoidMainVoid30-Jan-09 0:30
VoidMainVoid30-Jan-09 0:30 
AnswerRe: PDF creation library in C sharp Pin
sw_tech12330-Jan-09 1:02
sw_tech12330-Jan-09 1:02 
GeneralRe: PDF creation library in C sharp Pin
Sudhir Mangla30-Jan-09 1:10
professionalSudhir Mangla30-Jan-09 1:10 
AnswerRe: PDF creation library in C sharp Pin
Sudhir Mangla30-Jan-09 20:02
professionalSudhir Mangla30-Jan-09 20:02 
QuestionWindows Forms/C# - Controls disappear from Design mode of winform. Pin
Member 477535830-Jan-09 0:19
Member 477535830-Jan-09 0:19 
AnswerRe: Windows Forms/C# - Controls disappear from Design mode of winform. Pin
Ankit Rajpoot30-Jan-09 2:23
Ankit Rajpoot30-Jan-09 2:23 
Questioncapturing keystrokes in windows service Pin
Mubeen.asim29-Jan-09 23:52
Mubeen.asim29-Jan-09 23:52 
AnswerRe: capturing keystrokes in windows service Pin
Manas Bhardwaj29-Jan-09 23:57
professionalManas Bhardwaj29-Jan-09 23:57 
GeneralRe: capturing keystrokes in windows service Pin
Mubeen.asim29-Jan-09 23:59
Mubeen.asim29-Jan-09 23:59 
GeneralRe: capturing keystrokes in windows service Pin
PIEBALDconsult30-Jan-09 7:06
mvePIEBALDconsult30-Jan-09 7:06 
GeneralRe: capturing keystrokes in windows service Pin
Mubeen.asim30-Jan-09 7:10
Mubeen.asim30-Jan-09 7:10 
GeneralRe: capturing keystrokes in windows service Pin
PIEBALDconsult30-Jan-09 7:11
mvePIEBALDconsult30-Jan-09 7:11 
GeneralRe: capturing keystrokes in windows service Pin
Mubeen.asim30-Jan-09 7:14
Mubeen.asim30-Jan-09 7:14 
AnswerRe: capturing keystrokes in windows service Pin
musefan29-Jan-09 23:58
musefan29-Jan-09 23:58 
QuestionNullable Structs? Pin
musefan29-Jan-09 23:34
musefan29-Jan-09 23:34 

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.