1
true_suffix_name.DataSource = Common.OptionDictionary["suffix"];
2
true_suffix_name.DataTextField = "key";
3
true_suffix_name.DataValueField = "value";

2

3


































































































































XML 文件:
1
<?xml version="1.0" ?>
2
<collect>
3
<sql item="received_by">
4
select staff_name, staff_id from staff where (staff_type='INVESTIGATOR' or staff_type='AGENT') and flag_delete=0 order by staff_name
5
</sql>
6
<sql item="municipality_code">
7
select description, code from asp_lookup where lookup_id='municipality' and varchar10='DCOUNTY' and display = 'Y' order by description
8
</sql>
9
</collect>

2

3

4

5

6

7

8

9
