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..........

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?

1033


What is different about namespace declaration when comparing that to package declaration in java?

1090


Explain 'managed' mean in the .NET context

1168


What is the purpose of hard disk? : Dot net architecture

1011


Explain about the base class library provided by microsoft.net?

1149


How to improve the cache performance? : .NET Architecture

1003


Explain about validation?

1054


How will you do windows authentication and what is the namespace?

1112


Whats new features in Visual Studio 2012?

1031


what are the events for a form?

2150


Explain .net mobile selectionlist control? : Microsoft dot net mobile

1027


Explain about developer benefit from memory management?

1003


What actually happes when you add a something to arraylistcollection ?

991


how we can fire event in databound column in datagrid without using button?

1080


What's new in the .net 2.0 class library?

968