" das notpretty " protected leeres Page_Load (Gegenstandabsender, EventArgs e)
{
authUserName = User.Identity.Name;
.
.
.
SqlCommand cmd = neues SqlCommand („AddData“, Anschl.);
cmd.CommandType = CommandType.StoredProcedure;
cmd. Parameters.AddWithValue („@userID“, authUserName);
|