c# - View and right works fine! - Problems with deleting the contents of the page -
i seek can delete content of page, start c# have come problem can no way delete content can see content , right content.
the problem such not delete content display , edit content is.
if (request.querystring["id"] == null) { response.redirect("default.aspx"); } int id = convert.toint32(request.querystring["id"]); sqlconnection conn = new sqlconnection(configurationmanager.connectionstrings["connectionstring"].tostring()); sqlcommand cmd = new sqlcommand(); cmd.connection = conn; cmd.commandtext = "delete artikler id = @id"; cmd.parameters.addwithvalue("@id", id);
it not delete content , not go on right side default.aspx
c#
No comments:
Post a Comment