Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



IN C# if we click a field in the dropdownlist then i have to get the respected field details in t..

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

IN C# if we click a field in the dropdownlist then i have to get the respected field details in t..

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

Post New Answer

More Dot Net AllOther Interview Questions

Explain about common language infrastructure?

0 Answers  


What are relation objects in dataset?

0 Answers  


Explain .net mobile automatic paging? : Microsoft dot net mobile

0 Answers  


What are the different pipelining hazards? : Dot net architecture

0 Answers  


How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts

0 Answers  


What is biginteger and when would you use that?

0 Answers  


how to make my form not to appear in the task bar?

1 Answers   Six Sigma,


What is ITIL? What is the use of ITIL and how it works?

7 Answers   Genpact, IBM,


Explain hard disk and what is its purpose? : Dot net architecture

0 Answers  


What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

2 Answers  


How cache coherency is eliminated? : Dot net architecture

0 Answers  


What is IL code, CLR, CTS, GAC & GC?

0 Answers   MindCracker,


Categories