如何使用asp.net下拉列表框? [英] how to use drop downlist boxes using asp.net?

查看:154
本文介绍了如何使用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 


这篇关于如何使用asp.net下拉列表框?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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