ASP.NET how display value from dropdownlist asp.net - Net-Raft.com

Welcome aboard! We are happy you are here and wish you good net-raft!




Just a Web Code Solution
join us

How display a value from DropDownList ASP.NET ?


 378

ASP.NET


2

<asp:DropDownList runat="server" id="drop1" autopostback="true" onselectedindexchanged="GreetList_SelectedIndexChanged">
<asp:ListItem value="C#">C#</asp:ListItem>
<asp:ListItem value="C++">C++</asp:ListItem>
<asp:ListItem value="objective c">objective c</asp:ListItem>
</asp:DropDownList> 

<asp:Label runat="server" id="label1"></asp:Label>


protected void drop1_SelectedIndexChanged(object sender, EventArgs e)
{
label1.Text = "Hello, " + drop1.SelectedValue;



By        
The power of the user (%)
62%



The most helpful ASP.NET solutions

detect mobile device asp.net detect mobile device asp.net ASP.NET

Click to see more ...

  552     61

How display a value from DropDownList ASP.NET using CHow display a value from DropDownList ASP.NET using CASP.NET

Click to see more ...

  378     45

get client machine name asp.netget client machine name asp.netASP.NET

Click to see more ...

  302     23

check if cookie exists using asp.netcheck if cookie exists using asp.netASP.NET

Click to see more ...

  659     20

check if cookie exists asp.netcheck if cookie exists asp.netASP.NET

Click to see more ...

  180     9

get client computer name asp.netget client computer name asp.netASP.NET

Click to see more ...

  124     6

get hostname asp.netget hostname asp.netASP.NET

Click to see more ...

  111     1

Welcome aboard!
We are happy you are here and
wish you good net-raft!