IN C#
if we click a field in the dropdownlist then i have to get
the respected field details in the next textbox..........
Answer Posted / subru
You have to set the Autopostback property of dropdown to
true. And in the dropdownlist's selecetedIndexChanged()
event write the logic to get the value to testbox.
For eg:
private void cmbOperationSelect_SelectedIndexChanged(object
sender, EventArgs e)
{
textbox1.Text =
cmbOperationSelect.Selecteditem.value;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain cache? : .NET Architecture
Explain the types of memory management? : .NET Architecture
State the different levels of exceptional safety?
Can I create my own permission set?
how to add list of items in a web application and win application?
Describe the Managed Execution Process in .NET?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
Explain the difference between primary & secondary storage device? : Dot net architecture
What is .net mobile utility controls. : Microsoft dot net mobile
What are the types of application software?
Can you Explain
What is a service class?
What is .net mobile images control. : Microsoft dot net mobile
Explain the five stages in a dlx pipeline? : .NET Architecture
Explain about microsoft visual studio?