0

Everyone,

I've been brushing up on some seldom used controls (at least for me) and I ran across the Parameter controls (ControlParameter, CookieParameter, etc.)

It seems they are mostly used with the SQL Datasource control, or the Object Datasource control.

But, is there any other uses that they can be put too? Or, are they fairly useless unless you are using the two Datasource controls?

4

2 回答 2

1

它只是为数据源控件构建的,但如果您想创建自己的自定义控件,当然可以将它们重用于自己的目的。它本质上是一个类,所以这是可能的。

于 2012-04-13T17:01:01.290 回答
0

它仅与一种或另一种数据源一起使用。

文档中:

评论

您可以使用 ControlParameter 类将 Control 属性的值(例如 SelectedValue 或 SelectedIndex)绑定到参数化 SQL 查询、业务对象方法或过滤表达式中使用的参数。

于 2012-04-13T14:49:56.513 回答