Hi friends,
following is my code
Im using c#, i have one dropdown list with n number of items. one amoung that item is call duration. If user select this option i have to display a label, say hh:mm:ss
can any one advice me the code and where exactly it should be placed.
Thanks in advance :)
following is my code
Code:
//================ if (ddlColumnName.SelectedItem.Text == "call duration") { Label4.Text = "HH:MM:SS"; } //=================
can any one advice me the code and where exactly it should be placed.
Thanks in advance :)
Comment