Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
71404 | Jan 30,2008 01:10 AM UTC | Feb 1,2008 12:48 PM UTC | ASP.NET Web Forms (Classic) | 3 |
![]() |
Tags: Tools |
[c#]
this.MultiSelectionDropDown1.DataTextField = "ID";
this.MultiSelectionDropDown1.DataValueField = "Value";
[c#]
this.MultiSelectionDropDown1.DataTextField = "ID";
this.MultiSelectionDropDown1.DataValueField = "Value";
[c#]
this.MultiSelectionDropDown1.DataTextField = "Value";
this.MultiSelectionDropDown1.DataValueField = "Value";
[c#]
protected void Button1_Click(object sender, EventArgs e)
{
Response.Write(MultiSelectionDropDown1.Text);
}
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
or the page will be automatically redirected to sign-in page in 10 seconds.