开发者

cmdLog.Paramerters.Add(new SqlParameter("@rr",button2.text); [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_如何学Python

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 8 years ago.

Improve this question

i want to pass the value of button to "@rr" in C# is it correct?


Try this instead:

cmdLog.Parameters.AddWithValue("@rr", button2.text);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜