IN C#
if we click a field in the dropdownlist then i have to get
the respected field details in the next textbox..........
Answers were Sorted based on User's Feedback
Answer / navigator
initally set the AutoPostBack true for the DropDownList and
in SelectedIndexChaged() method of the DropDrownList write
the business logig for the details to be displayed..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
How many types of languages does .net support? name at least 10-15?
12 Answers Interac, Six Sigma, TechUnity,
How to improve the cache performance? : .NET Architecture
What is different about namespace declaration when comparing that to package declaration in java?
Explain the difference between primary & secondary storage device? : Dot net architecture
Can you explain update progress control?
if i want to validate all the control on web page how i will do
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
Explain 'managed' mean in the .NET context
What is a memory management?
What is ITIL? What is the use of ITIL and how it works?
What happens to the winfx technologies?
Waht is Dot net Arcitecture