如何使用asp.net下拉列表框?

问题描述:

亲爱的,



我在这里开发了一页要求是



名称:textbox1.text

地址:textbox2.text

手机:textbox3.text

加入日期:dropdownlist1和dropdownlist2



一旦填写这些名称:qqqq,地址:ssss,手机:1234567890,加入日期:10(月)2001(年)



如上输出我想如何编写逻辑请回复我

Dear All,

I developed one page here requirement is

Name: textbox1.text
Address: textbox2.text
Mobile: textbox3.text
Joining Date:dropdownlist1 and dropdownlist2

once fill these like name: qqqq, address:ssss, Mobile:1234567890, joiningdate:10(month) 2001(year)

like above output i want how write the logic please reply me

Name: textbox1.Text
Address: textbox2.Text
Mobile: textbox3.Text
Joining Date: dropdownlist1.SelectedItem.Text + " " +  dropdownlist2.SelectedItem.Text