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

If(dropdownlist1.selectedIndexChanged==true)
{
//code
}
else
{
//code
}
I am getting error in If condition, so can u pls give me a
solution.

Answer Posted / gaurav k

SelectedIndexChanged is a event for the DropDown Control.
True is a bool type. We can not compare an event with bool
type like this. If we have to do somthing on the change of
the selection of an item, we can write the appropriate code
in the SelectedIndexChanged Event.

protected void DropDownList1_SelectedIndexChanged
(object sender, EventArgs e)
{
//Code
}

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between the response.write() and response.output.write() methods?

1056


Define what is razor? : asp.net mvc

1050


Which control has default post back is enabled(true)?

1117


What is a reflection?

1027


What are the uses of reflection?

1114


Differentiate between early binding and late binding.

1144


What is advantage of asp.net?

1033


How do I open an ashx file in windows 7?

1114


How will you do Redo and Undo in a TextControl?

1252


What are the main advantages of using asp.net?

1079


What is the use of response redirect in asp.net?

1101


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2688


Define the term Web Garden?

1004


What is the difference between globalization and localization?

1022


how can create login from create and written conde in asp.net

2479