ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  Dot Net  >>  Dot Net AllOther
 
 


 

 
 Dot Net Framework interview questions  Dot Net Framework Interview Questions
 Dot Net Remoting interview questions  Dot Net Remoting Interview Questions
 Dot Net WindowsForms interview questions  Dot Net WindowsForms Interview Questions
 Dot Net General interview questions  Dot Net General Interview Questions
 Dot Net AllOther interview questions  Dot Net AllOther Interview Questions
Question
IN C# 
if we click a field in the dropdownlist then i have to get
the respected field details in the next textbox..........
 Question Submitted By :: Vamshidhar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........
Answer
# 1
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
Navigator
 
  Re: IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........
Answer
# 2
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
Subru
 
 
 

 
 
 
Other Dot Net AllOther Interview Questions
 
  Question Asked @ Answers
 
what to choose among testing, .net , and java for a B-Tech (ECE) fresher.  1
Please tell me the .net 2.5 frame work with example  2
how to manage session in webgarden ? Ness-Technologies2
what are clr,cls,cts?what is .net framework? Six-Sigma3
Which is the best institute in chennai to learn DotNet? Please help.  18
how to make and display a form without title bar? Six-Sigma1
what is class and object explain with example? Six-Sigma2
What is a Windows Service and how does its lifecycle differ from a "standard" EXE?  1
what is ado.net HCL6
Explain the differences between Server-side and Client-side code?  1
Navigation controls in ASP.net,explain each control in brief? Six-Sigma1
How many types of languages does .net support? name at least 10-15? Six-Sigma7
what is authentication and authorization?how do they differ? Six-Sigma2
what is stage management ? (ASP.NET) Ness-Technologies3
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component  1
IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........  2
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?  1
What is the difference between SAX Parser and DOM Parser? TCS1
What is a memory management? Six-Sigma3
Difference between abstract class and interface HCL32
 
For more Dot Net AllOther Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com