Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this questioni want to pass the value of button to "@rr" in C# is it correct?
Try this instead:
cmdLog.Parameters.AddWithValue("@rr", button2.text);
精彩评论