带有Asp.net的Sql Server [英] Sql Server with Asp.net

查看:83
本文介绍了带有Asp.net的Sql Server的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





如何存储在sql server中的Toolbox控件中。如何在sql server中获取工具箱控件值。



例如:



Text,Textbox,收音机....存储在sql server中。

Hi,

How to store in Toolbox controls in sql server. How to get the toolbox controls values in sql server.

For example:

Text,Textbox,Radio.... to store in sql server.

推荐答案

不确定你在sql server中存储工具箱控件是什么意思。您无法保存任何控件。

您可以像存储其他数据类型(如string或int)一样存储控件的值。



INSERT into myTable(controlname,value)VALUES('text','clickme')
Not sure what you mean by store Toolbox controls in sql server. You can't save any controls as such .
You can store the value of control the same way you store other data types like string or int.

INSERT into myTable (controlname,value ) VALUES ( 'text' ,'clickme')


检查出来:将文本框和广播中的值插入数据库 [ ^ ]


这篇关于带有Asp.net的Sql Server的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆