1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13:
protected Page_Load vuoto (mittente dell'oggetto, EventArgs e) { authUserName = User.Identity.Name; . . . Cmd di SqlCommand = nuovo SqlCommand (“AddData„, connett.); cmd.CommandType = CommandType.StoredProcedure; cmd. Parameters.AddWithValue (“@userID„, authUserName);