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
What is biginteger and when would you use that?
What is the purpose of hard disk? : Dot net architecture
Explain .net mobile events? : Microsoft dot net mobile
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
What is an interrupt? : Dot net architecture
Whate are resource files? How are they used in .net?
Which software is used for .net programming?
Explain the difference between l1 and l2 cache? : .NET Architecture
What is .net mobile automatic paging? : Microsoft dot net mobile
how can we achieve language interoperability through CLS? How MSIL works?
What is the purpose of Accordian in jquery? Where it can be used?
What is gui programming? : .NET Architecture
HttpHendler and HttpModules
Explain How to improve the cache performance? : Dot net architecture
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays