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 / 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 |
Post New Answer View All Answers
Explain the difference between inprocess vs out process session state : Dot net architecture
How can implement drag and drop using atlas?
Explain the difference between primary & secondary storage device? : Dot net architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
Differences between VS 2005, 2008 and 2010 ?
Define cache coherency? : Dot net architecture
Explain about httpruntime.cach.get(); method?
What's the difference between an application and a program?
What is the purpose of cache? : Dot net architecture
I can't be bothered with cas. Can I turn it off?
What is an interrupt? : Dot net architecture
Can you explain server controls in atlas?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
how we can fire event in databound column in datagrid without using button?