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
Can I create my own permission set?
what are login controls?
Explain the difference between primary & secondary storage device? : .NET Architecture
What is the purpose of Treeview control?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
Explain cache? : .NET Architecture
What are different types that a variable can be defined and their scopes ?
Explain about metadata?
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
What are the options provived by vss to the user? how it will help us while delevoping application?
what is the difference between running an application with and without debugger?
What is the purpose of cache? : Dot net architecture
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
Why only boxed types can be unboxed?